Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.1
-
None
-
tomcat 5.5, JDK 1.5
Description
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 part "lheader" is not found, even though the correct header blocks are there in the request message.