[ http://issues.apache.org/jira/browse/AXIS2C-470?page=all ]

Dushshantha Chandradasa updated AXIS2C-470:
-------------------------------------------

        Fix Version/s:     (was: 0.96)
    Affects Version/s: Current (Nightly)
                           (was: 0.95)

> echo_blocking_soap11 service response contains addressing details.
> ------------------------------------------------------------------
>
>                 Key: AXIS2C-470
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-470
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: Current (Nightly)
>         Environment: Windows, Linux
>            Reporter: Dushshantha Chandradasa
>
> echo_blocking_soap11 client sends a request without addressing details, but 
> the response message contains the addressing details.
> Request:
> POST /axis2/services/echo HTTP/1.1
> User-Agent: Axis2/C
> SOAPAction: "http://ws.apache.org/axis2/c/samples/echo/soap_action";
> Content-Length: 303
> Content-Type: text/xml;charset=UTF-8
> Host: 127.0.0.1:9090
> <?xml version="1.0" encoding="UTF-8"?>
>    <soapenv:Envelope 
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
>       <soapenv:Header></soapenv:Header>
>       <soapenv:Body>
>          <ns1:echoString xmlns:ns1="http://ws.apache.org/axis2/c/samples";>
>             <text>Hello World!</text>
>          </ns1:echoString>
>       </soapenv:Body>
>    </soapenv:Envelope>
> Response:
> HTTP/1.1 200 OK
> Date: Mon, 18 Dec 2006 11:56:12 GMT
> Server: Apache/2.2.3 (Win32)
> Content-Length: 586
> Content-Type: text/xml;charset=UTF-8
> <?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/08/addressing";>
>          
> <wsa:Action>http://ws.apache.org/axis2/c/samples/echo/soap_action</wsa:Action>
>          <wsa:From>
>             
> <wsa:Address>http://127.0.0.1:9090/axis2/services/echo</wsa:Address>
>          </wsa:From>
>          <wsa:MessageID>29e7686b-bd59-4749-9dd5-e9160036c71b</wsa:MessageID>
>       </soapenv:Header>
>       <soapenv:Body>
>          <ns1:echoString xmlns:ns1="http://ws.apache.org/axis2/c/samples";>
>             <text>Hello World!</text>
>          </ns1:echoString>
>       </soapenv:Body>
>    </soapenv:Envelope>

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to