SAIDValidator

Click here for a complete list of operations.

GetServiceIdentifier

Returns the SAIDValidator service identifier string.

Returns

Returns the service identifier in the following form:

  {ServiceName} v{VersionNumber} - {VersionDate}. {CopyrightNotice}

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 /services/saidvalidator/saidvalidator.asmx HTTP/1.1
Host: xml-fx.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://xml-fx.com/services/SAIDValidator/GetServiceIdentifier"

<?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>
    <GetServiceIdentifier xmlns="http://xml-fx.com/services/SAIDValidator/" />
  </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>
    <GetServiceIdentifierResponse xmlns="http://xml-fx.com/services/SAIDValidator/">
      <GetServiceIdentifierResult>string</GetServiceIdentifierResult>
    </GetServiceIdentifierResponse>
  </soap:Body>
</soap:Envelope>

Other Resources

SAIDValidator Homepage
SAIDValidator Schemas
Blog: How to validate SA Identity Numbers
SAIDValidator Test Page