Data management services (DMS)
Click here for a complete list of operations.
DIWEntrepreneurProfile
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_DMS.asmx HTTP/1.1
Host: dxs-im.nidpro.tech
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/DIWEntrepreneurProfile"
<?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>
<DIWEntrepreneurProfile xmlns="http://tempuri.org/">
<ClientID>string</ClientID>
<FID>string</FID>
</DIWEntrepreneurProfile>
</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>
<DIWEntrepreneurProfileResponse xmlns="http://tempuri.org/">
<DIWEntrepreneurProfileResult>
<DiwWsFacFIDResponse>
<TRADE>string</TRADE>
<ONAME>string</ONAME>
<DISPFACREG>string</DISPFACREG>
<FNAME>string</FNAME>
<FADDR>string</FADDR>
<FMOO>string</FMOO>
<SOI>string</SOI>
<ROAD>string</ROAD>
<TUMNAME>string</TUMNAME>
<AMPNAME>string</AMPNAME>
<PROVNAME>string</PROVNAME>
<ZIPCODE>string</ZIPCODE>
<ObjectName>string</ObjectName>
<FFLAG>string</FFLAG>
<FID>string</FID>
<STARTDATE>string</STARTDATE>
<EXPDATE>string</EXPDATE>
<FACTYPE>string</FACTYPE>
<INDUST_TYPE>string</INDUST_TYPE>
<COLONY_INDUST_DESC>string</COLONY_INDUST_DESC>
<ZONE_DESC>string</ZONE_DESC>
<HP>string</HP>
<CAP>string</CAP>
<WORKS>string</WORKS>
<LONGITUDE>string</LONGITUDE>
<LATITUDE>string</LATITUDE>
<PROV>string</PROV>
<AMP>string</AMP>
<TUMBOL>string</TUMBOL>
<COLONG_INDUST_CODE>string</COLONG_INDUST_CODE>
<FACREG>string</FACREG>
<CLASS>string</CLASS>
</DiwWsFacFIDResponse>
<DiwWsFacFIDResponse>
<TRADE>string</TRADE>
<ONAME>string</ONAME>
<DISPFACREG>string</DISPFACREG>
<FNAME>string</FNAME>
<FADDR>string</FADDR>
<FMOO>string</FMOO>
<SOI>string</SOI>
<ROAD>string</ROAD>
<TUMNAME>string</TUMNAME>
<AMPNAME>string</AMPNAME>
<PROVNAME>string</PROVNAME>
<ZIPCODE>string</ZIPCODE>
<ObjectName>string</ObjectName>
<FFLAG>string</FFLAG>
<FID>string</FID>
<STARTDATE>string</STARTDATE>
<EXPDATE>string</EXPDATE>
<FACTYPE>string</FACTYPE>
<INDUST_TYPE>string</INDUST_TYPE>
<COLONY_INDUST_DESC>string</COLONY_INDUST_DESC>
<ZONE_DESC>string</ZONE_DESC>
<HP>string</HP>
<CAP>string</CAP>
<WORKS>string</WORKS>
<LONGITUDE>string</LONGITUDE>
<LATITUDE>string</LATITUDE>
<PROV>string</PROV>
<AMP>string</AMP>
<TUMBOL>string</TUMBOL>
<COLONG_INDUST_CODE>string</COLONG_INDUST_CODE>
<FACREG>string</FACREG>
<CLASS>string</CLASS>
</DiwWsFacFIDResponse>
</DIWEntrepreneurProfileResult>
</DIWEntrepreneurProfileResponse>
</soap:Body>
</soap:Envelope>