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

Thilina Gunarathne updated ODE-211:
-----------------------------------

    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.

  was:
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.

        Summary: Using a variable with 2 message parts, refering to header and 
body, for a receive activity  fails  (was: Having a variable with 2 message 
parts, refering to header and body fails)

> Using a variable with 2 message parts, refering to header and body, for a 
> receive activity  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
>         Attachments: patch.txt
>
>
> 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.

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

Reply via email to