Data exchange services


Click here for a complete list of operations.

OPSDBDEntrepreneurProfile

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 /WSS_IEAT.asmx HTTP/1.1
Host: dxg-services.ieat.go.th
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/OPSDBDEntrepreneurProfile"

<?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:Header>
    <AuthHeader xmlns="http://tempuri.org/">
      <Username>string</Username>
      <Password>string</Password>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <OPSDBDEntrepreneurProfile xmlns="http://tempuri.org/">
      <JuristicID>string</JuristicID>
    </OPSDBDEntrepreneurProfile>
  </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>
    <OPSDBDEntrepreneurProfileResponse xmlns="http://tempuri.org/">
      <OPSDBDEntrepreneurProfileResult>
        <CommitteeInformations>
          <Committee>
            <Sequence>int</Sequence>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <Title>string</Title>
            <Type>string</Type>
            <CMCapital>string</CMCapital>
            <CMCapitalAmt>string</CMCapitalAmt>
          </Committee>
          <Committee>
            <Sequence>int</Sequence>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <Title>string</Title>
            <Type>string</Type>
            <CMCapital>string</CMCapital>
            <CMCapitalAmt>string</CMCapitalAmt>
          </Committee>
        </CommitteeInformations>
        <AuthorizeDescriptions>
          <AuthorizeDescription>
            <Sequence>int</Sequence>
            <AuthorizeDescription>string</AuthorizeDescription>
            <Type>string</Type>
          </AuthorizeDescription>
          <AuthorizeDescription>
            <Sequence>int</Sequence>
            <AuthorizeDescription>string</AuthorizeDescription>
            <Type>string</Type>
          </AuthorizeDescription>
        </AuthorizeDescriptions>
        <StandardObjectives>
          <StandardObjective>
            <Sequence>int</Sequence>
            <ObjectiveDescription>string</ObjectiveDescription>
          </StandardObjective>
          <StandardObjective>
            <Sequence>int</Sequence>
            <ObjectiveDescription>string</ObjectiveDescription>
          </StandardObjective>
        </StandardObjectives>
        <AddressInformations>
          <AddressInformation>
            <Sequence>int</Sequence>
            <AddressName>string</AddressName>
            <FullAddress>string</FullAddress>
            <Building>string</Building>
            <RoomNo>string</RoomNo>
            <Floor>string</Floor>
            <VillageName>string</VillageName>
            <AddressNo>string</AddressNo>
            <Moo>string</Moo>
            <Soi>string</Soi>
            <Road>string</Road>
            <Tumbol>string</Tumbol>
            <Ampur>string</Ampur>
            <Province>string</Province>
            <Phone>string</Phone>
            <Email>string</Email>
          </AddressInformation>
          <AddressInformation>
            <Sequence>int</Sequence>
            <AddressName>string</AddressName>
            <FullAddress>string</FullAddress>
            <Building>string</Building>
            <RoomNo>string</RoomNo>
            <Floor>string</Floor>
            <VillageName>string</VillageName>
            <AddressNo>string</AddressNo>
            <Moo>string</Moo>
            <Soi>string</Soi>
            <Road>string</Road>
            <Tumbol>string</Tumbol>
            <Ampur>string</Ampur>
            <Province>string</Province>
            <Phone>string</Phone>
            <Email>string</Email>
          </AddressInformation>
        </AddressInformations>
        <JuristicType>string</JuristicType>
        <JuristicID>string</JuristicID>
        <OldJuristicID>string</OldJuristicID>
        <RegisterDate>string</RegisterDate>
        <JuristicName_TH>string</JuristicName_TH>
        <JuristicName_EN>string</JuristicName_EN>
        <RegisterCapital>string</RegisterCapital>
        <PaidRegisterCapital>string</PaidRegisterCapital>
        <NumberOfObjective>string</NumberOfObjective>
        <NumberOfPageOfObjective>string</NumberOfPageOfObjective>
        <JuristicStatus>string</JuristicStatus>
        <StandardID>string</StandardID>
      </OPSDBDEntrepreneurProfileResult>
    </OPSDBDEntrepreneurProfileResponse>
  </soap:Body>
</soap:Envelope>