Addressing refernce parameter issue
-----------------------------------
Key: AXIS2-3624
URL: https://issues.apache.org/jira/browse/AXIS2-3624
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Reporter: Deepal Jayasinghe
Priority: Blocker
Fix For: 1.4
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]