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 /webservice/WebServices/ImportService.asmx HTTP/1.1
Host: amlsec.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "AmlSec.WebService.Services.Import/UserEditKYC"
<?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>
<Authentication xmlns="AmlSec.WebService.Services.Import">
<AuthenticationToken>guid</AuthenticationToken>
</Authentication>
</soap:Header>
<soap:Body>
<UserEditKYC xmlns="AmlSec.WebService.Services.Import">
<UserEdit>
<ClientId>int</ClientId>
<Email>string</Email>
<PhoneArea>string</PhoneArea>
<PhoneNumber>string</PhoneNumber>
<PersonalData>
<Pesel>string</Pesel>
<BirthDate>string</BirthDate>
<IdentityDocumentTypeId>int</IdentityDocumentTypeId>
<IdentityDocumentNumber>string</IdentityDocumentNumber>
<BirthPlace>string</BirthPlace>
<NationalityCountryId>int</NationalityCountryId>
<FirstName>string</FirstName>
<LastName>string</LastName>
<CountryOfResidenceId>int</CountryOfResidenceId>
<IsUsaTaxpayer>boolean</IsUsaTaxpayer>
<TinNumber>string</TinNumber>
<IsPolitics>boolean</IsPolitics>
<IsCorrespondenceAddress>boolean</IsCorrespondenceAddress>
<MainAddress>
<Street>string</Street>
<BuildingNumber>string</BuildingNumber>
<FlatNumber>string</FlatNumber>
<PostalCode>string</PostalCode>
<City>string</City>
<CountryId>string</CountryId>
</MainAddress>
<CorrespondenceAddress>
<Street>string</Street>
<BuildingNumber>string</BuildingNumber>
<FlatNumber>string</FlatNumber>
<PostalCode>string</PostalCode>
<City>string</City>
<CountryId>string</CountryId>
</CorrespondenceAddress>
</PersonalData>
<CompanyData>
<IsActualBeneficiary>boolean</IsActualBeneficiary>
<LawTypeId>int</LawTypeId>
<Name>string</Name>
<Nip>string</Nip>
<Regon>string</Regon>
<Krs>string</Krs>
<IsCorrespondenceAddress>boolean</IsCorrespondenceAddress>
<CompanyAddress>
<Street>string</Street>
<BuildingNumber>string</BuildingNumber>
<FlatNumber>string</FlatNumber>
<PostalCode>string</PostalCode>
<City>string</City>
<CountryId>string</CountryId>
</CompanyAddress>
<CompanyCorrespondenceAddress>
<Street>string</Street>
<BuildingNumber>string</BuildingNumber>
<FlatNumber>string</FlatNumber>
<PostalCode>string</PostalCode>
<City>string</City>
<CountryId>string</CountryId>
</CompanyCorrespondenceAddress>
</CompanyData>
</UserEdit>
</UserEditKYC>
</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>
<UserEditKYCResponse xmlns="AmlSec.WebService.Services.Import">
<UserEditKYCResult>
<Data>
<Status>int</Status>
<Error>string</Error>
<Value>
<Id>int</Id>
<Status xsi:nil="true" />
</Value>
</Data>
<Meta />
<Error>
<ErrorCode>int</ErrorCode>
<ErrorMessages>
<ValidationResult xsi:nil="true" />
<ValidationResult xsi:nil="true" />
</ErrorMessages>
</Error>
</UserEditKYCResult>
</UserEditKYCResponse>
</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 /webservice/WebServices/ImportService.asmx HTTP/1.1
Host: amlsec.com
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:Header>
<Authentication xmlns="AmlSec.WebService.Services.Import">
<AuthenticationToken>guid</AuthenticationToken>
</Authentication>
</soap12:Header>
<soap12:Body>
<UserEditKYC xmlns="AmlSec.WebService.Services.Import">
<UserEdit>
<ClientId>int</ClientId>
<Email>string</Email>
<PhoneArea>string</PhoneArea>
<PhoneNumber>string</PhoneNumber>
<PersonalData>
<Pesel>string</Pesel>
<BirthDate>string</BirthDate>
<IdentityDocumentTypeId>int</IdentityDocumentTypeId>
<IdentityDocumentNumber>string</IdentityDocumentNumber>
<BirthPlace>string</BirthPlace>
<NationalityCountryId>int</NationalityCountryId>
<FirstName>string</FirstName>
<LastName>string</LastName>
<CountryOfResidenceId>int</CountryOfResidenceId>
<IsUsaTaxpayer>boolean</IsUsaTaxpayer>
<TinNumber>string</TinNumber>
<IsPolitics>boolean</IsPolitics>
<IsCorrespondenceAddress>boolean</IsCorrespondenceAddress>
<MainAddress>
<Street>string</Street>
<BuildingNumber>string</BuildingNumber>
<FlatNumber>string</FlatNumber>
<PostalCode>string</PostalCode>
<City>string</City>
<CountryId>string</CountryId>
</MainAddress>
<CorrespondenceAddress>
<Street>string</Street>
<BuildingNumber>string</BuildingNumber>
<FlatNumber>string</FlatNumber>
<PostalCode>string</PostalCode>
<City>string</City>
<CountryId>string</CountryId>
</CorrespondenceAddress>
</PersonalData>
<CompanyData>
<IsActualBeneficiary>boolean</IsActualBeneficiary>
<LawTypeId>int</LawTypeId>
<Name>string</Name>
<Nip>string</Nip>
<Regon>string</Regon>
<Krs>string</Krs>
<IsCorrespondenceAddress>boolean</IsCorrespondenceAddress>
<CompanyAddress>
<Street>string</Street>
<BuildingNumber>string</BuildingNumber>
<FlatNumber>string</FlatNumber>
<PostalCode>string</PostalCode>
<City>string</City>
<CountryId>string</CountryId>
</CompanyAddress>
<CompanyCorrespondenceAddress>
<Street>string</Street>
<BuildingNumber>string</BuildingNumber>
<FlatNumber>string</FlatNumber>
<PostalCode>string</PostalCode>
<City>string</City>
<CountryId>string</CountryId>
</CompanyCorrespondenceAddress>
</CompanyData>
</UserEdit>
</UserEditKYC>
</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>
<UserEditKYCResponse xmlns="AmlSec.WebService.Services.Import">
<UserEditKYCResult>
<Data>
<Status>int</Status>
<Error>string</Error>
<Value>
<Id>int</Id>
<Status xsi:nil="true" />
</Value>
</Data>
<Meta />
<Error>
<ErrorCode>int</ErrorCode>
<ErrorMessages>
<ValidationResult xsi:nil="true" />
<ValidationResult xsi:nil="true" />
</ErrorMessages>
</Error>
</UserEditKYCResult>
</UserEditKYCResponse>
</soap12:Body>
</soap12:Envelope>