[ 
http://issues.apache.org/jira/browse/AXIS2-274?page=comments#action_12331765 ] 

Thilina Gunarathne commented on AXIS2-274:
------------------------------------------

FYI: This is the Request Kandula is sending........
PLS check if I'm doing any bad. 
BTW I decided to go ahead with wsa:submision.. So not much hurry.

*If you have time* you can check the Kandula. Make sure to turn on the tcpmon 
with 8082-> 8081
5060->5059
Also change the WSA version in 
o.a.kandula.wscoor.ActivationCoordinatorPortTypeRawXMLStub.java to Final....
Then by running the test/o.a.k.integration.CreateCoordinationContextTest.java 
you can get to the problem.


<?xml version='1.0' encoding='UTF-8'?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
      <soapenv:Header xmlns:wsa="http://www.w3.org/2005/02/addressing";>
         
<wsa:To>http://localhost:8082/axis/services/ActivationCoordinator</wsa:To>
         
<wsa:Action>http://schemas.xmlsoap.org/ws/2004/10/wscoor/CreateCoordinationContext</wsa:Action>
         <wsa:ReplyTo>
            
<wsa:Address>http://127.0.0.1:5060/axis2/services/ActivationRequesterPortType</wsa:Address>
            <wsa:ReferenceParameters>
               <kand:RequesterID xmlns:kand="http://ws.apache.org/kandula"; 
wsa:IsReferenceParameter="true">14C956AD7592171EB7</kand:RequesterID>
            </wsa:ReferenceParameters>
         </wsa:ReplyTo>
      </soapenv:Header>
      <soapenv:Body>
         <wscoor:CreateCoordinationContext 
xmlns:wscoor="http://schemas.xmlsoap.org/ws/2004/10/wscoor";>
            
<wscoor:CoordinationType>http://schemas.xmlsoap.org/ws/2004/10/wsat</wscoor:CoordinationType>
         </wscoor:CreateCoordinationContext>
      </soapenv:Body>
   </soapenv:Envelope


This is the response I'm getting. This response comes in the same channel even 
though replyTO is mentioned. ReferenceParamenters are missing..... 

<?xml version='1.0' encoding='UTF-8'?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
      <soapenv:Header 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
         
<wsa:Action>http://schemas.xmlsoap.org/ws/2004/10/wscoor/CreateCoordinationContextResponse</wsa:Action>
         <wsa:ReplyTo>
            
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
            <wsa:ReferenceParameters>
               <axis2:ServiceGroupId 
xmlns:axis2="http://ws.apache.org/namespaces/axis2";>715EB678E4251EA003</axis2:ServiceGroupId>
            </wsa:ReferenceParameters>
         </wsa:ReplyTo>
         <wsa:From>
            <wsa:Address>/axis/services/ActivationCoordinator</wsa:Address>
         </wsa:From>
         <wsa:MessageID>D9B82C3265F3951BA6</wsa:MessageID>
      </soapenv:Header>
      <soapenv:Body>
         <wscoor:CreateCoordinationContextResponse 
xmlns:wscoor="http://schemas.xmlsoap.org/ws/2004/10/wscoor";>
            <wscoor:CoordinationContext>
               <wscoor:Identifier>7F0E21B408BCD2A964</wscoor:Identifier>
               
<wscoor:CoordinationType>http://schemas.xmlsoap.org/ws/2004/10/wsat</wscoor:CoordinationType>
               <wscoor:RegistrationService>
                  <wsa:Address 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>http://localhost:8082/axis/services/RegistrationCoordinator</wsa:Address>
                  <wsa:ReferenceParameters 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
                     <kand:TransactionID 
xmlns:kand="http://ws.apache.org/kandula";>7F0E21B408BCD2A964</kand:TransactionID>
                  </wsa:ReferenceParameters>
               </wscoor:RegistrationService>
            </wscoor:CoordinationContext>
         </wscoor:CreateCoordinationContextResponse>
      </soapenv:Body>
   </soapenv:Envelope>


> Addressing severely broken with WSA-Final
> -----------------------------------------
>
>          Key: AXIS2-274
>          URL: http://issues.apache.org/jira/browse/AXIS2-274
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Thilina Gunarathne
>     Assignee: Eran Chinthaka
>     Priority: Critical

>
> Addressing In Handler does not extract  information in the Adressing headers 
> other than wsa:To and wsa:Action when used with addressing final namespace....
> Problems with Axis2 addressing reference parameter handling has  made the 
> progress of  the Kandula2 project to a stand still. I hope Axis2 devs will 
> fix these Addressing issues soon allowing Kandula2 to make progress.....

-- 
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

Reply via email to