You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Eran Chinthaka (JIRA)" <ji...@apache.org> on 2006/06/02 11:03:30 UTC

[jira] Resolved: (AXIS2-779) Response messages have an incorrect value for wsa:RelationshipType attribute, according to the 2005/08 WS-Addressing spec

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

    Resolution: Fixed

Patch applied. Thanks Brian.

Brian, I had problems in applying your patch. Seems to be some character issue. Manually I did the necessary changes. Please re-check your patch creation settings.

> 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
>     Assignee: Eran Chinthaka
>  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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org