Ask a Question related to ASP.NET Web Services, Design and Development.
-
arjun.chakraborty@gmail.com #1
xsi nil=true
Hi All,
I have a deeply nested class structure defined in a web service. An
object of this class type is received as an input parameter in the only
web method present in the web service. When, I try to execute the
service, I am not able to see the entire xml request schema. It
displays till the 5th level node only. After that, an attribute
xsi:nil=true comes up.
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<HelloWorldResponse xmlns="http://tempuri.org/">
<HelloWorldResult>
<objClass2>
<objClass3>
<objClass4 xsi:nil="true" />
</objClass3>
</objClass2>
</HelloWorldResult>
</HelloWorldResponse>
</soap:Body>
</soap:Envelope>
Any help would be appreciated
Arjun
arjun.chakraborty@gmail.com Guest
-
#26232 [Opn->Bgs]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: jay@php.net Reported By: me at my dot house -Status: Open +Status: Bogus Bug... -
#26232 [Bgs->Opn]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: helly@php.net Reported By: me at my dot house -Status: Bogus +Status: Open... -
#26232 [Ver->Bgs]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: iliaa@php.net Reported By: me at my dot house -Status: Verified +Status: Bogus... -
#26232 [Ver]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: jay@php.net Reported By: me at my dot house Status: Verified Bug Type: Arrays... -
#26232 [Opn->Ver]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: helly@php.net Reported By: me at my dot house -Status: Open +Status: Verified... -
Unregistered #2
Re: xsi nil=true
I also have this issue but mine shows nill on the 3rd level deep.
May 6th 2011Unregistered Guest



Reply With Quote

