ValidateLocation
Version
Version 4.2
Method Signature
Location[] ValidateLocation(Credentials c, string LocationText)
The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.
Example Code
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://schemas.datacontract.org/2004/07/com.promiles.PRIME.v4_2.Core">
<soapenv:Header/>
<soapenv:Body>
<ValidateLocation>
<c>
<com:CompanyCode>YOUR_COMPANY_CODE</com:CompanyCode>
<com:Password>YOUR_PASSWORD</com:Password>
<com:Username>YOUR_USERNAME</com:Username>
</c>
<LocationText>Miami FL</LocationText>
</ValidateLocation>
</soapenv:Body>
</soapenv:Envelope>
Loading example response…

