You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Harshit Kapoor (JIRA)" <ji...@apache.org> on 2009/02/20 09:51:04 UTC

[jira] Created: (ODE-524) Different responses from same BPEL process in Tomcat and ServiceMix

Different responses from same BPEL process  in Tomcat and ServiceMix
--------------------------------------------------------------------

                 Key: ODE-524
                 URL: https://issues.apache.org/jira/browse/ODE-524
             Project: ODE
          Issue Type: Bug
          Components: JBI Integration
    Affects Versions: 1.2
         Environment: ode-jbi-1.2.zip deployed in apache-servicemix-3.2.2 with JbiWsdl11WrapperMapper MessageMapper

            Reporter: Harshit Kapoor


I am get different response (for same request message) from same BPEL process deployed in Tomcat and ServiceMix.

Here are the details.

CASE 1:
ODE_VERSION = apache-ode-war-1.2.zip
DEPLOYED_IN = apache-tomcat-5.5.26
BPEL = Created with Eclipse BPELDesigner, used SOAP Doc/Lit Binding for serving requests.
Following response is received in Eclipse Webservice Tester
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ENVELOPE xmlns="http://www.ciber.com/GEIP/SOAPOC/CanonicalContent.xsd"> <CMH xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:ns0="http://www.ciber.com/GEIP/SOAPOC/CanonicalContent.xsd"> ... </CMH> <RESULT_STACK> ... </RESULT_STACK> </ENVELOPE></soapenv:Body></soapenv:Envelope>

///////////////////////////////
CASE2:
ODE_VERSION = ode-jbi-1.2.zip
DEPLOYED_IN = apache-servicemix-3.2.2
BPEL = Same BPEL Process used as above
MESSAGE_MAPPER = ode-jbi.messageMapper=org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper (does not work with other 2 mappers)
Following response is received in Eclipse Webservice Tester
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ENVELOPE> <ns0:CMH xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:ns0="http://www.ciber.com/GEIP/SOAPOC/CanonicalContent.xsd">  ... </ns0:CMH> <ns0:RESULT_STACK xmlns:ns0="http://www.ciber.com/GEIP/SOAPOC/CanonicalContent.xsd"> ... </ns0:RESULT_STACK> </ENVELOPE></soap:Body></soap:Envelope>

Note that ENVELOPE element in CASE1 belongs to http://www.ciber.com/GEIP/SOAPOC/CanonicalContent.xsd (correct response)
however in CASE2  it belongs to http://schemas.xmlsoap.org/soap/envelope/ (incorrect response)

-Harshit


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


[jira] Updated: (ODE-524) Different responses from same BPEL process in Tomcat and ServiceMix

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-524:
---------------------------------

    Fix Version/s: 1.3.5

> Different responses from same BPEL process  in Tomcat and ServiceMix
> --------------------------------------------------------------------
>
>                 Key: ODE-524
>                 URL: https://issues.apache.org/jira/browse/ODE-524
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.2
>         Environment: ode-jbi-1.2.zip deployed in apache-servicemix-3.2.2 with JbiWsdl11WrapperMapper MessageMapper
>            Reporter: Harshit Kapoor
>             Fix For: 1.3.5
>
>
> I am get different response (for same request message) from same BPEL process deployed in Tomcat and ServiceMix.
> Here are the details.
> CASE 1:
> ODE_VERSION = apache-ode-war-1.2.zip
> DEPLOYED_IN = apache-tomcat-5.5.26
> BPEL = Created with Eclipse BPELDesigner, used SOAP Doc/Lit Binding for serving requests.
> Following response is received in Eclipse Webservice Tester
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ENVELOPE xmlns="http://www.ciber.com/GEIP/SOAPOC/CanonicalContent.xsd"> <CMH xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:ns0="http://www.ciber.com/GEIP/SOAPOC/CanonicalContent.xsd"> ... </CMH> <RESULT_STACK> ... </RESULT_STACK> </ENVELOPE></soapenv:Body></soapenv:Envelope>
> ///////////////////////////////
> CASE2:
> ODE_VERSION = ode-jbi-1.2.zip
> DEPLOYED_IN = apache-servicemix-3.2.2
> BPEL = Same BPEL Process used as above
> MESSAGE_MAPPER = ode-jbi.messageMapper=org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper (does not work with other 2 mappers)
> Following response is received in Eclipse Webservice Tester
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ENVELOPE> <ns0:CMH xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:ns0="http://www.ciber.com/GEIP/SOAPOC/CanonicalContent.xsd">  ... </ns0:CMH> <ns0:RESULT_STACK xmlns:ns0="http://www.ciber.com/GEIP/SOAPOC/CanonicalContent.xsd"> ... </ns0:RESULT_STACK> </ENVELOPE></soap:Body></soap:Envelope>
> Note that ENVELOPE element in CASE1 belongs to http://www.ciber.com/GEIP/SOAPOC/CanonicalContent.xsd (correct response)
> however in CASE2  it belongs to http://schemas.xmlsoap.org/soap/envelope/ (incorrect response)
> -Harshit

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira