[
https://issues.apache.org/jira/browse/AXIS2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580015#action_12580015
]
Deepal Jayasinghe commented on AXIS2-3624:
------------------------------------------
test1134 , test1233 , test1234 , test1235
For 1240 it returns
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action>
<wsa:RelatesTo>urn:uuid:46ff26a3-89d1-493d-bef3-ba7b54a954b1</wsa:RelatesTo>
</soapenv:Header> <soapenv:Body> <soapenv:Fault> <soapenv:Code>
<soapenv:Value>soapenv:Sender</soapenv:Value> <soapenv:Subcode>
<soapenv:Value>wsa:InvalidAddressingHeader</soapenv:Value> <soapenv:Subcode>
<soapenv:Value>wsa:InvalidCardinality</soapenv:Value> </soapenv:Subcode>
</soapenv:Subcode> </soapenv:Code> <soapenv:Reason> <soapenv:Text
xml:lang="en-US">A header representing a Message Addressing Property is not
valid and the message cannot be processed</soapenv:Text> </soapenv:Reason>
<soapenv:Detail> <wsa:ProblemHeaderQName
xmlns:wsa="http://www.w3.org/2005/08/addressing">wsa:To</wsa:ProblemHeaderQName>
</soapenv:Detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>
which is wrong I guess
> 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]