[
http://jira.jboss.com/jira/browse/JBWS-1243?page=all ]
Thomas Diesler updated JBWS-1243:
---------------------------------
Fix Version/s: jbossws-1.0.6
(was: jbossws-1.0.5)
If this issue has been rescheduled to 1.0.6 it is because we currently focus 80% of our
effort on JAXWS. If need a particular feature or bugfix to be included in 1.0.5 you are
welcome to get involved and contribute.
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: binding
Affects Versions: jbossws-2.0.0.Beta
Reporter: Jason T. Greene
Fix For: jbossws-1.0.6
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.SoapW...
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.So...
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