ECGridOS API v3


Click here for a complete list of operations.

X400Format

Convert X.400 Address Elements into Compatible ECGrid Format.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Country:
ADMD:
PRMD:
Organization:
OrganizationalUnit1:
OrganizationalUnit2:
OrganizationalUnit3:
OrganizationalUnit4:
Surname:
GivenName:
Initials:
Generation:
CommonName:
DDA:
X_121:
N_ID:
T_TY:
T_ID:

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 /v3.0/prod/ecgridos.asmx HTTP/1.1
Host: ecgridos.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ecgridos.net/X400Format"

<?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>
    <X400Format xmlns="http://ecgridos.net/">
      <Country>string</Country>
      <ADMD>string</ADMD>
      <PRMD>string</PRMD>
      <Organization>string</Organization>
      <OrganizationalUnit1>string</OrganizationalUnit1>
      <OrganizationalUnit2>string</OrganizationalUnit2>
      <OrganizationalUnit3>string</OrganizationalUnit3>
      <OrganizationalUnit4>string</OrganizationalUnit4>
      <Surname>string</Surname>
      <GivenName>string</GivenName>
      <Initials>string</Initials>
      <Generation>string</Generation>
      <CommonName>string</CommonName>
      <DDA>string</DDA>
      <X_121>string</X_121>
      <N_ID>string</N_ID>
      <T_TY>string</T_TY>
      <T_ID>string</T_ID>
    </X400Format>
  </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>
    <X400FormatResponse xmlns="http://ecgridos.net/">
      <X400FormatResult>string</X400FormatResult>
    </X400FormatResponse>
  </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 /v3.0/prod/ecgridos.asmx HTTP/1.1
Host: ecgridos.net
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>
    <X400Format xmlns="http://ecgridos.net/">
      <Country>string</Country>
      <ADMD>string</ADMD>
      <PRMD>string</PRMD>
      <Organization>string</Organization>
      <OrganizationalUnit1>string</OrganizationalUnit1>
      <OrganizationalUnit2>string</OrganizationalUnit2>
      <OrganizationalUnit3>string</OrganizationalUnit3>
      <OrganizationalUnit4>string</OrganizationalUnit4>
      <Surname>string</Surname>
      <GivenName>string</GivenName>
      <Initials>string</Initials>
      <Generation>string</Generation>
      <CommonName>string</CommonName>
      <DDA>string</DDA>
      <X_121>string</X_121>
      <N_ID>string</N_ID>
      <T_TY>string</T_TY>
      <T_ID>string</T_ID>
    </X400Format>
  </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>
    <X400FormatResponse xmlns="http://ecgridos.net/">
      <X400FormatResult>string</X400FormatResult>
    </X400FormatResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /v3.0/prod/ecgridos.asmx/X400Format?Country=string&ADMD=string&PRMD=string&Organization=string&OrganizationalUnit1=string&OrganizationalUnit2=string&OrganizationalUnit3=string&OrganizationalUnit4=string&Surname=string&GivenName=string&Initials=string&Generation=string&CommonName=string&DDA=string&X_121=string&N_ID=string&T_TY=string&T_ID=string HTTP/1.1
Host: ecgridos.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://ecgridos.net/">string</string>

HTTP POST

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

POST /v3.0/prod/ecgridos.asmx/X400Format HTTP/1.1
Host: ecgridos.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Country=string&ADMD=string&PRMD=string&Organization=string&OrganizationalUnit1=string&OrganizationalUnit2=string&OrganizationalUnit3=string&OrganizationalUnit4=string&Surname=string&GivenName=string&Initials=string&Generation=string&CommonName=string&DDA=string&X_121=string&N_ID=string&T_TY=string&T_ID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://ecgridos.net/">string</string>