[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1243) ComplexDataTypesRpcList_Service - null structures result in members with null values

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Jun 6 10:01:09 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBWS-1243?page=all ]

Thomas Diesler updated JBWS-1243:
---------------------------------

    Assignee: Thomas Diesler

> ComplexDataTypesRpcList_Service - null structures result in members with null values
> ------------------------------------------------------------------------------------
>
>                 Key: JBWS-1243
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1243
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws
>    Affects Versions: jbossws-2.0.0.Beta
>            Reporter: Jason T. Greene
>         Assigned To: Thomas Diesler
>             Fix For: jbossws-2.0.0
>
>
> A null structure, like the following::
> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> </s:Header> <s:Body> <RetStructS1 xmlns="http://tempuri.org/"> <inStructS1 xmlns:d4p1="http://schemas.datacontract.org/2004/07/XwsInterop.SoapWsdl.ComplexDataTypes.XmlFormatter.Service.Indigo" i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="" /> </RetStructS1> </s:Body> </s:Envelope>
> results in a member being set to null instead of the structure itself:
> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> <env:Body> <ns1:RetStructS1Response xmlns:ns1="http://tempuri.org/"> <RetStructS1Result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ns_name:name xmlns:ns_name="http://schemas.datacontract.org/2004/07/XwsInterop.SoapWsdl.ComplexDataTypes.XmlFormatter.Service.Indigo" xsi:nil="1"> </ns_name:name> </RetStructS1Result> </ns1:RetStructS1Response> </env:Body> </env:Envelope>

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

        



More information about the jbossws-issues mailing list