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 "Afkham Azeez (JIRA)" <ji...@apache.org> on 2010/12/22 09:46:02 UTC

[jira] Assigned: (AXIS2-3624) Addressing reference parameter issue

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

Afkham Azeez reassigned AXIS2-3624:
-----------------------------------

    Assignee: Afkham Azeez  (was: Deepal Jayasinghe)

> Addressing reference parameter issue
> ------------------------------------
>
>                 Key: AXIS2-3624
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3624
>             Project: Axis2
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Deepal Jayasinghe
>            Assignee: Afkham Azeez
>            Priority: Critical
>
> When I run the test1133 , it seems to me that we are not sending the correct response
> Request 
> =======
> <s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">  <s:Header>  <a:Action s:mustUnderstand="1">http://example.org/action/echoIn</a:Action>  <a:ReplyTo>  <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>  <a:ReferenceParameters>  <CustomerKey xmlns="http://example.org/customer">Key#123456789</CustomerKey>  </a:ReferenceParameters>  </a:ReplyTo>  <a:FaultTo>  <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>  <a:ReferenceParameters>  <CustomerKey xmlns="http://example.org/customer">Fault#123456789</CustomerKey>  </a:ReferenceParameters>  </a:FaultTo>  <a:MessageID>urn:uuid:e43eabeb-f0f2-4aec-b2df-63da55e0192d</a:MessageID>  <a:To s:mustUnderstand="1">http://10.10.34.13:8080/axis2/services/WSAddressingCREchoLast</a:To>  </s:Header>  <s:Body>  <echoIn xmlns="http://example.org/echo">faulttest1133</echoIn>  </s:Body> </s:Envelope>
> Response
> ======== 
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">  <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">  <CustomerKey xmlns="http://example.org/customer" wsa:IsReferenceParameter="true">Key#123456789</CustomerKey>  <wsa:Action>http://example.org/action/echoOut</wsa:Action>  <wsa:RelatesTo>urn:uuid:e43eabeb-f0f2-4aec-b2df-63da55e0192d</wsa:RelatesTo>  </soapenv:Header>  <soapenv:Body>  <ns1:echoOut xmlns:ns1="http://example.org/echo">faulttest1133</ns1:echoOut>  </soapenv:Body> </soapenv:Envelope>
> http://www.w3.org/2002/ws/addr/testsuite/testcases/#test1133

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org