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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2008/03/18 20:03:24 UTC

[jira] Created: (AXIS2-3624) Addressing refernce parameter issue

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


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

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas reassigned AXIS2-3624:
---------------------------------------

    Assignee: Deepal Jayasinghe

Deepal,

Will you be looking at this?

thanks,
dims

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


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

Posted by "David Illsley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581935#action_12581935 ] 

David Illsley commented on AXIS2-3624:
--------------------------------------

Deepal,
If you have implementations of these tests for Axis2, could you share them so I can take a look?
Thanks,
David

> Addressing reference parameter issue
> ------------------------------------
>
>                 Key: AXIS2-3624
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3624
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Deepal Jayasinghe
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


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

Posted by "Brian DePradine (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582245#action_12582245 ] 

Brian DePradine commented on AXIS2-3624:
----------------------------------------

Looking at the response message, I suspect that the test is returning a regular response instead of a fault. Can't confirm this without looking at the test.

> Addressing reference parameter issue
> ------------------------------------
>
>                 Key: AXIS2-3624
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3624
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Deepal Jayasinghe
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3624) Addressing refernce parameter issue

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-3624:
------------------------------------

    Priority: Critical  (was: Blocker)

Let's upgrade to blocker when we have a test case and volunteer to work on the issue.

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


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

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581931#action_12581931 ] 

Davanum Srinivas commented on AXIS2-3624:
-----------------------------------------

Deepal,

Do we need this fixed in 1.4? Need a test case and someone to volunteer to take this on, otherwise we will have to postpone this.

thanks,
dims

> Addressing reference parameter issue
> ------------------------------------
>
>                 Key: AXIS2-3624
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3624
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Deepal Jayasinghe
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


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

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-3624:
------------------------------------

    Fix Version/s:     (was: 1.4)

removing from 1.4 bucket.

> Addressing reference parameter issue
> ------------------------------------
>
>                 Key: AXIS2-3624
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3624
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Deepal Jayasinghe
>            Assignee: Deepal Jayasinghe
>            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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3624) Addressing refernce parameter issue

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


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

Posted by "Brian DePradine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian DePradine updated AXIS2-3624:
-----------------------------------

    Component/s: Addressing
        Summary: Addressing reference parameter issue  (was: Addressing refernce parameter issue)

> Addressing reference parameter issue
> ------------------------------------
>
>                 Key: AXIS2-3624
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3624
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Deepal Jayasinghe
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>             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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org