You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Matthieu Riou (JIRA)" <ji...@apache.org> on 2007/11/26 16:27:43 UTC

[jira] Commented: (ODE-212) problem with ws-addressing/headers

    [ https://issues.apache.org/jira/browse/ODE-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545475 ] 

Matthieu Riou commented on ODE-212:
-----------------------------------

Couple questions:

  * Which version of ODE are you using? If you're on 1.1 you'll want to check out the SVN 1.1 branch as we've been fixing a few bugs there related to WS-Addressing headers (http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.1/).
  * What type of implementation the web service you're invoking uses?

Thanks!

> problem with ws-addressing/headers
> ----------------------------------
>
>                 Key: ODE-212
>                 URL: https://issues.apache.org/jira/browse/ODE-212
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>         Environment: windows xp/tomcat5.5
>            Reporter: James Roe
>
> I get the following response from a web service call generated by a BPEL process.....................
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.
> w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
> xmlns:wsa="http://www.w3.org/2005/08/addressing"><soapenv:Header><wsa:
> FaultDetail xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:
> ProblemHeaderQName>wsa:Action</wsa:ProblemHeaderQName></wsa:FaultDetail><wsa:
> To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To><wsa:Action>http:
> //www.w3.org/2005/08/addressing/fault</wsa:Action><wsa:MessageID>uuid:
> 776FBB32-0116-4000-E000-709CAC1E5121</wsa:MessageID><wsa:RelatesTo>uuid:
> hqejbhcnphr2rvi363aw4a</wsa:RelatesTo></soapenv:Header><soapenv:Body><soapenv:
> Fault><faultcode>wsa:MessageAddressingHeaderRequired</fault
> code><faultstring><![CDATA[A required header representing a Message Addressing 
> Property is not present]]></faultstring></soapenv:Fault></soapenv:Body></soapenv:Envelope>
> The Web service request header looks like this............
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
> <soapenv:Header><addr:To xmlns:addr="http://www.w3.org/2005/08/addressing">http://testws.state.de.us:1101/dti/USPSAddressService</addr:To>
> <addr:Action xmlns:addr="http://www.w3.org/2005/08/addressing"></addr:Action>
> <addr:ReplyTo xmlns:addr="http://www.w3.org/2005/08/addressing">
> <addr:Address>http://www.w3.org/2005/08/addressing/anonymous</addr:Address>
> </addr:ReplyTo>
> <addr:MessageID xmlns:addr="http://www.w3.org/2005/08/addressing">uuid:hqejbhcnphr2rvi363aw4a</addr:
> MessageID></soapenv:Header><soapenv:Body><axis2ns2:verifyAddress xmlns:
> axis2ns2="http://us.de.state.usps" xmlns:ns="http://us.de.state.usps">

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