soapgeoservices


Click here for a complete list of operations.

NACConverter

Test

The test form is only available for requests from the local machine.

SOAP

The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.

POST /nacgeoservicesV5.0/soapgeoservices.asmx HTTP/1.1
Host: mlbs.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://mlbs.net/nacgeoservicesV5.0/soapgeoservices/NACConverter"

<?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>
    <NACConverter xmlns="http://mlbs.net/nacgeoservicesV5.0/soapgeoservices">
      <UserID>long</UserID>
      <Input>string</Input>
    </NACConverter>
  </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>
    <NACConverterResponse xmlns="http://mlbs.net/nacgeoservicesV5.0/soapgeoservices">
      <NACConverterResult>
        <Query>string</Query>
        <NAC>string</NAC>
        <NAC1>string</NAC1>
        <NAC2>string</NAC2>
        <NAC3>string</NAC3>
        <NAC4>string</NAC4>
        <NAC5>string</NAC5>
        <CenterLatitude>double</CenterLatitude>
        <CenterLongitude>double</CenterLongitude>
        <Northing>double</Northing>
        <Easting>double</Easting>
        <SouthLatitude>double</SouthLatitude>
        <WestLongitude>double</WestLongitude>
        <NorthLatitude>double</NorthLatitude>
        <EastLongitude>double</EastLongitude>
        <Message>string</Message>
      </NACConverterResult>
    </NACConverterResponse>
  </soap:Body>
</soap:Envelope>