Skip to content

Instantly share code, notes, and snippets.

@patelc75
Created February 13, 2012 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patelc75/1819764 to your computer and use it in GitHub Desktop.
Save patelc75/1819764 to your computer and use it in GitHub Desktop.
History response
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Body><History xmlns="http://tempuri.org/">
<sessionNum>1030948</sessionNum>
<sessionPassword>cr19KsJ3oaE=</sessionPassword>
<SiteNum>3008151</SiteNum>
</soap:Body>
</soap:Envelope>
</History>
<SelectXmit>string</SelectXmit>
<FunctionName>string</FunctionName>
<DateString>string</DateString>
<InputDateTime>dateTime</InputDateTime>
<IncludeOpActFlag>boolean</IncludeOpActFlag>
<MultiSiteFlag>boolean</MultiSiteFlag>
<ReportCodeList>
<ReportCodeListRow>
<ReportCode>string</ReportCode>
<SelectedFlag>boolean</SelectedFlag>
</ReportCodeListRow>
<ReportCodeListRow>
<ReportCode>string</ReportCode>
<SelectedFlag>boolean</SelectedFlag>
</ReportCodeListRow>
</ReportCodeList>
<AreaNum>int</AreaNum>
<MaxLinesHistory>int</MaxLinesHistory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment