Saturday, February 07, 2009

SharePoint RPC Protocol (URL Protocol)

//Get List items in XML format
http://localhost/_vti_bin/owssvr.dll?XMLDATA=1&List={ ListDUID }

//Get List items where FieldName = Value in XML format
http://localhost/_vti_bin/owssvr.dll?XMLDATA=1&List={ ListGUID }&View={ ViewGUID }&FilterField1= FieldName &FilterValue1= Value

you can try it in your browser and see the result

For More >>

No comments:

Post a Comment