WSDL address : http://teamspace.xx.com/_vti_bin/sitedata.asmx?WSDL
change site URL : http://teamspace.xx.com/sites/abc/_vti_bin/sitedata.asmx
traversing listitem would take a lot of time if a list contains lots of them.
you can directly fetch listitem when using soapUI.
How sweet it is.
change site URL : http://teamspace.xx.com/sites/abc/_vti_bin/sitedata.asmx
traversing listitem would take a lot of time if a list contains lots of them.
you can directly fetch listitem when using soapUI.
How sweet it is.
To get listitem specifically , do this.
###xml
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.microsoft.com/sharepoint/soap/">
<soapenv:Header/>
<soapenv:Body>
<soap:GetContent>
<soap:objectType>ListItem</soap:objectType>
<soap:objectId>{FA8FE352-86AB-xxxx-9B0C-7E1385C0DF3F}</soap:objectId>
<soap:folderUrl></soap:folderUrl>
<soap:itemId>486</soap:itemId>
<soap:retrieveChildItems>true</soap:retrieveChildItems>
<soap:securityOnly>false</soap:securityOnly>
<soap:lastItemIdOnPage></soap:lastItemIdOnPage>
</soap:GetContent>
</soapenv:Body>
</soapenv:Envelope>
'IT > etc' 카테고리의 다른 글
How to stop time sync when using XP in Virtualbox (2) | 2011.12.06 |
---|---|
윈도우즈나 리눅스에서 ldap query 하기 (0) | 2011.11.23 |
inum 가지고 find를 해서 파일제거 하기 (0) | 2011.11.23 |
vi 에디터에서 특정 캐릭터를 가지고 개행을 할 경우 (0) | 2011.11.23 |
티스토리에서 syntax hightlight하기 (0) | 2011.11.23 |