ATK_Pro_Mobile_WS
Click here for a complete list of operations.
GetReportTemplates
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /PrimaryMobileWebservice_MySql/ATK_Pro_Mobile_WS.asmx HTTP/1.1 Host: atkworldwide.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetReportTemplates" <?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://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetReportTemplates xmlns="http://tempuri.org/"> <CompanyId>string</CompanyId> <UserId>string</UserId> </GetReportTemplates> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?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://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetReportTemplatesResponse xmlns="http://tempuri.org/"> <GetReportTemplatesResult> <Report> <ReportId>guid</ReportId> <ReportName>string</ReportName> <ReportDisplayName>string</ReportDisplayName> <Category>string</Category> <CompanyId>guid</CompanyId> <deleted>boolean</deleted> <DateAdded>dateTime</DateAdded> <DateEdited>dateTime</DateEdited> <Parameter1_Display>string</Parameter1_Display> <Parameter1_Name>string</Parameter1_Name> <Parameter1_Type>string</Parameter1_Type> <Parameter2_Display>string</Parameter2_Display> <Parameter2_Name>string</Parameter2_Name> <Parameter2_Type>string</Parameter2_Type> <Parameter3_Display>string</Parameter3_Display> <Parameter3_Name>string</Parameter3_Name> <Parameter3_Type>string</Parameter3_Type> <Parameter4_Display>string</Parameter4_Display> <Parameter4_Name>string</Parameter4_Name> <Parameter4_Type>string</Parameter4_Type> </Report> <Report> <ReportId>guid</ReportId> <ReportName>string</ReportName> <ReportDisplayName>string</ReportDisplayName> <Category>string</Category> <CompanyId>guid</CompanyId> <deleted>boolean</deleted> <DateAdded>dateTime</DateAdded> <DateEdited>dateTime</DateEdited> <Parameter1_Display>string</Parameter1_Display> <Parameter1_Name>string</Parameter1_Name> <Parameter1_Type>string</Parameter1_Type> <Parameter2_Display>string</Parameter2_Display> <Parameter2_Name>string</Parameter2_Name> <Parameter2_Type>string</Parameter2_Type> <Parameter3_Display>string</Parameter3_Display> <Parameter3_Name>string</Parameter3_Name> <Parameter3_Type>string</Parameter3_Type> <Parameter4_Display>string</Parameter4_Display> <Parameter4_Name>string</Parameter4_Name> <Parameter4_Type>string</Parameter4_Type> </Report> </GetReportTemplatesResult> </GetReportTemplatesResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /PrimaryMobileWebservice_MySql/ATK_Pro_Mobile_WS.asmx HTTP/1.1 Host: atkworldwide.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetReportTemplates xmlns="http://tempuri.org/"> <CompanyId>string</CompanyId> <UserId>string</UserId> </GetReportTemplates> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetReportTemplatesResponse xmlns="http://tempuri.org/"> <GetReportTemplatesResult> <Report> <ReportId>guid</ReportId> <ReportName>string</ReportName> <ReportDisplayName>string</ReportDisplayName> <Category>string</Category> <CompanyId>guid</CompanyId> <deleted>boolean</deleted> <DateAdded>dateTime</DateAdded> <DateEdited>dateTime</DateEdited> <Parameter1_Display>string</Parameter1_Display> <Parameter1_Name>string</Parameter1_Name> <Parameter1_Type>string</Parameter1_Type> <Parameter2_Display>string</Parameter2_Display> <Parameter2_Name>string</Parameter2_Name> <Parameter2_Type>string</Parameter2_Type> <Parameter3_Display>string</Parameter3_Display> <Parameter3_Name>string</Parameter3_Name> <Parameter3_Type>string</Parameter3_Type> <Parameter4_Display>string</Parameter4_Display> <Parameter4_Name>string</Parameter4_Name> <Parameter4_Type>string</Parameter4_Type> </Report> <Report> <ReportId>guid</ReportId> <ReportName>string</ReportName> <ReportDisplayName>string</ReportDisplayName> <Category>string</Category> <CompanyId>guid</CompanyId> <deleted>boolean</deleted> <DateAdded>dateTime</DateAdded> <DateEdited>dateTime</DateEdited> <Parameter1_Display>string</Parameter1_Display> <Parameter1_Name>string</Parameter1_Name> <Parameter1_Type>string</Parameter1_Type> <Parameter2_Display>string</Parameter2_Display> <Parameter2_Name>string</Parameter2_Name> <Parameter2_Type>string</Parameter2_Type> <Parameter3_Display>string</Parameter3_Display> <Parameter3_Name>string</Parameter3_Name> <Parameter3_Type>string</Parameter3_Type> <Parameter4_Display>string</Parameter4_Display> <Parameter4_Name>string</Parameter4_Name> <Parameter4_Type>string</Parameter4_Type> </Report> </GetReportTemplatesResult> </GetReportTemplatesResponse> </soap12:Body> </soap12:Envelope>