I am getting an exception trying to call the Sharepoint web service. The error character is the 't' inside the quotes of xsi:nil="true". Looking at the SOAP, the xsi namespace isn't defined... is this a bug?

The error I am getting:
Server was unable to read request. --> There is an error in XML document (1, 384). --> Input string was not in a correct format.

The message I am sending:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
<soapenv:Header />
<soapenv:Body>
<ns1:GetListItems xmlns:ns1="http://schemas.microsoft.com/sharepoint/soap/";> <ns1:strListName>{1B4877CE-A7E1-4C41-98A2-D8071DD752BA}</ns1:strListName>
   <ns1:uRowLimit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:nil="true"
   />
 </ns1:GetListItems>
</soapenv:Body>
</soapenv:Envelope>



--

JAKE GOULDING
Software Engineer
[EMAIL PROTECTED]

Viví­simo [Search Done Right™]
1710 Murray Avenue
Pittsburgh, PA 15217 USA
tel: +1.412.422.2499 x105
fax: +1.412.422.2495
vivisimo.com      clusty.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to