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.