[wsas-java-dev] [jira] Closed: (WSAS-597) MS Interop: namespace of the QName response is not defined, hence Doc/lit/wrapped QName test fails

Charitha Kankanamge (JIRA) jira at wso2.org
Wed Dec 5 20:54:03 PST 2007


     [ http://wso2.org/jira/browse/WSAS-597?page=all ]

Charitha Kankanamge closed WSAS-597.
------------------------------------


verified in WSAS-2.2 qabuild 1 and closed the bug.

> MS Interop: namespace of the QName response is not defined, hence Doc/lit/wrapped QName test fails
> --------------------------------------------------------------------------------------------------
>
>                 Key: WSAS-597
>                 URL: http://wso2.org/jira/browse/WSAS-597
>             Project: WSO2 WSAS
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>         Assigned To: Amila Suriarachchi
>            Priority: Critical
>             Fix For: Nightly
>
>
> I generated server side skeleton using http://131.107.72.15/SoapWsdl_BaseDataTypes_XmlFormatter_Service_Indigo/BaseDataTypesDocLitW.svc?wsdl url.
> Then the server skeleton was implemented with the necessary business logic and invoked the service using generated client.
> Given below are the QName request and response messages.
> POST /services/BaseDataTypesDocLitWService HTTP/1.1
> Content-Type: text/xml; charset=UTF-8
> SOAPAction: "http://tempuri.org/IBaseDataTypesDocLitW/RetQName"
> User-Agent: Axis2
> Host: 127.0.0.1:8085
> Transfer-Encoding: chunked
> 12c
> <?xml version='1.0' encoding='UTF-8'?>
>    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>       <soapenv:Body>
>          <ns3:RetQName xmlns:ns3="http://tempuri.org/">
>             <ns3:inQName xmlns:s1="http://mynamespace/service">s1:localname</ns3:inQName>
>          </ns3:RetQName>
>       </soapenv:Body>
>    </soapenv:Envelope>0
> HTTP/1.1 200 OK
> Server: Apache-Coyote/1.1
> Content-Type: text/xml;charset=UTF-8
> Transfer-Encoding: chunked
> Date: Wed, 31 Oct 2007 09:17:03 GMT
> 124
> <?xml version='1.0' encoding='UTF-8'?>
>    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>       <soapenv:Body>
>          <ns3:RetQNameResponse xmlns:ns3="http://tempuri.org/">
>             <ns3:RetQNameResult>s7:localname</ns3:RetQNameResult>
>          </ns3:RetQNameResponse>
>       </soapenv:Body>
>    </soapenv:Envelope>
> 0
> As you can see above, the response s7:localname is there but the namespace associated to s7 prefix is not defined.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        




More information about the Wsas-java-dev mailing list