You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Christian Connert (JIRA)" <ji...@apache.org> on 2010/03/15 14:00:27 UTC

[jira] Updated: (ODE-781) SOAP Headers are not serialized

     [ https://issues.apache.org/jira/browse/ODE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Connert updated ODE-781:
----------------------------------

    Comment: was deleted

(was: Patch)

> SOAP Headers are not serialized
> -------------------------------
>
>                 Key: ODE-781
>                 URL: https://issues.apache.org/jira/browse/ODE-781
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 2.0-beta2
>            Reporter: Christian Connert
>         Attachments: BpelRuntimeContextImpl.java.patch
>
>
> Hi,
> I use the ODE specific dynamic header mechanism to handle SOAP headers inside the BPEL process. Unfortunately ODE does only serialize the first SOAP header. After some debugging I found out that the problem is caused by a bug in the buildOutgoingMessage method of the BpelRuntimeContextImpl.java as a headerPart is removed from the outgoingElmt (line 570), which modifies the underlying parts NodeList. I appended a patch to fixes this problem.
> Greetings

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.