Having a variable with 2 message parts, refering to header and body fails
-------------------------------------------------------------------------
Key: ODE-211
URL: https://issues.apache.org/jira/browse/ODE-211
Project: ODE
Issue Type: Bug
Components: Axis2 Integration
Affects Versions: 1.1
Environment: tomcat 5.5, JDK 1.5
Reporter: Thilina Gunarathne
Priority: Critical
The issue is on the 1.1 branch..
WSDL Message declaration...
<wsdl:message name="RunInputMessage">
<wsdl:part name="input" element="typens:Run" />
<wsdl:part name="lheader" element="lc:context"/>
</wsdl:message>
BPEL variable declaration
<bpws:variable messageType="tns:RunInputMessage" name="WorkflowInput"/>
The receive activity
<bpws:receive createInstance="yes" operation="Run"
partnerLink="workflowUserPartner"
portType="tns:CMWFporttype" variable="WorkflowInput"/>
Above receive fails stating that the past "lheader" is not found, even though
the correct header blocks are there in the request message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.