You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Thilina Gunarathne (JIRA)" <ji...@apache.org> on 2007/11/22 18:13:45 UTC

[jira] Updated: (ODE-211) Having a variable with 2 message parts, refering to header and body fails

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

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

    Attachment: patch.txt

Attached patch solves the issue.. 

But did not test the patch with other cases like ODE extension "urn:ode.apache.org/axis2-il/headers".....

Please review it before applying :)..

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