HTTP POST
The following is a sample HTTP POST request and response. The
placeholders shown need to be replaced
with actual values.
POST /SharePointRoutingServiceWS/SharePointRoutingServiceWS.asmx/GetUserInfo HTTP/1.1
Host: fabrikam1
Content-Type: application/x-www-form-urlencoded
Content-Length: length
Logon=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<UserInfo xmlns="http://fabrikam.com/internalwebservices/SharePointRoutingService/">
<Logon>string</Logon>
<Fullname>string</Fullname>
<Email>string</Email>
</UserInfo>