[mashup-dev] [jira] Closed: (MASHUP-254) TryIt handling schemas with elementFormDefault="qualified"

Jonathan Marsh (JIRA) jira at wso2.org
Fri Sep 21 17:19:56 PDT 2007


     [ http://www.wso2.org/jira/browse/MASHUP-254?page=all ]

Jonathan Marsh closed MASHUP-254.
---------------------------------


> TryIt handling schemas with elementFormDefault="qualified"
> ----------------------------------------------------------
>
>                 Key: MASHUP-254
>                 URL: http://www.wso2.org/jira/browse/MASHUP-254
>             Project: WSO2 Mashup Server
>          Issue Type: Improvement
>         Environment: Any
>            Reporter: Saminda Wishwajith Abeyruwan 
>         Assigned To: Jonathan Marsh
>             Fix For: 0.2
>
>         Attachments: tmp.xml
>
>
> Attached herewith WSDL2, that has the attribute elementFormDefault="qualified". This wsdl has been a transformation from  http://www.webservicex.net/stockquote.asmx?wsdl.
> The generated SOAP message using TryIt (dynamic-codegen xslts), we would be able to observe the following on the wire.
> <?xml version='1.0' encoding='UTF-8'?>
>    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>       <soapenv:Body>
>          <p:GetQuote xmlns:p="http://www.webserviceX.NET/">
>             <symbol>MS</symbol>
>          </p:GetQuote>
>       </soapenv:Body>
>    </soapenv:Envelope>
> As you can see element <symbol/> is unqualified. This causes an error in back end. I think this would be an improvements to dynamic-codegen xlsts.
> Thank you
> Saminda 

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

        




More information about the Mashup-dev mailing list