[ 
http://issues.apache.org/jira/browse/AXIS2-1325?page=comments#action_12440721 ] 
            
Jake Goulding commented on AXIS2-1325:
--------------------------------------

Interesting... I am working from another implementation, which clearly does not 
send that field:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<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/";
xmlns="http://schemas.microsoft.com/sharepoint/soap/";
>
<soap:Body>
  <GetListItems>
    <strListName>{B6196D27-5408-4CBE-A88E-7AE791202BB7}</strListName>
  </GetListItems>
</soap:Body>
</soap:Envelope>

Looks like the WSDL itself is wrong...

Also, the namespace not being defined is still wrong, correct?

> SOAP message using xsi:nil has no definition of xsi
> ---------------------------------------------------
>
>                 Key: AXIS2-1325
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1325
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Jake Goulding
>         Attachments: Code Snippet.java, SiteData.wsdl.xml, SOAP Message.txt
>
>
> Trying to communicate with Sharepoint web services. Function takes an 
> unsigned int that can be nil. It is in this case, and it is specified on the 
> outgoing SOAP. However, the xsi namespace is not defined.

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

        

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

Reply via email to