[ http://issues.apache.org/jira/browse/AXIS2-779?page=all ]

Brian DePradine updated AXIS2-779:
----------------------------------

    Attachment: patch.txt

I am attaching a patch that fixes the problem. I have run all of the unit tests 
against a build containing this patch without any problems.

> Response messages have an incorrect value for wsa:RelationshipType attribute, 
> according to the 2005/08 WS-Addressing spec
> -------------------------------------------------------------------------------------------------------------------------
>
>          Key: AXIS2-779
>          URL: http://issues.apache.org/jira/browse/AXIS2-779
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: core
>     Reporter: Brian DePradine
>  Attachments: patch.txt
>
> I ran the EchoNonBlockingDualClient sample, and I got the following response:
> <?xml version='1.0' encoding='utf-8'?>
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>
>     <soapenv:Header>
>         
> <wsa:To>http://192.168.0.3:6060/axis2/services/annonService682633392/annonOutInOp</wsa:To>
>         <wsa:ReplyTo>
>             
> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
>         </wsa:ReplyTo>
>         <wsa:From>
>             
> <wsa:Address>http://127.0.0.1:8080/axis2/services/MyService</wsa:Address>
>         </wsa:From>
>         <wsa:FaultTo>
>             
> <wsa:Address>http://127.0.0.1:8080/axis2/services/MyService</wsa:Address>
>         </wsa:FaultTo>
>         
> <wsa:MessageID>urn:uuid:49A31646AF3D47558411489061935466</wsa:MessageID>
>         <wsa:Action>urn:echo</wsa:Action>
>         <wsa:RelatesTo 
> wsa:RelationshipType="wsa:Reply">urn:uuid:39C96FAC83790886C811489061932341</wsa:RelatesTo>
>     </soapenv:Header>
>     <soapenv:Body>
>         <example1:echo xmlns:example1="http://example1.org/example1"; 
> xmlns:tns="http://ws.apache.org/axis2";>
>             <example1:Text>Axis2 Echo String </example1:Text>
>         </example1:echo>
>     </soapenv:Body>
> </soapenv:Envelope>
> according to the 2005/08 WS-Addressing spec, it should include the following:
>         <wsa:RelatesTo 
> wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply";>urn:uuid:39C96FAC83790886C811489061932341</wsa:RelatesTo>
> or,
>         
> <wsa:RelatesTo>urn:uuid:39C96FAC83790886C811489061932341</wsa:RelatesTo>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to