Hello,
I need to integrate with external database to get data from them.
They support only SOAP request in XML.
The request looks like this:
Adress: https://datastore.ceidg.gov.pl/CEIDG.DataStore/services/DataStoreProvider201901.s
vc
SOAP Request:
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/”
xmlns:tem=“http://tempuri.org/”
xmlns:arr=“http://schemas.microsoft.com/2003/10/Serialization/Arrays”>
soapenv:Header/
soapenv:Body
<tem: GetMigrationData201901>
tem:AuthTokenKlucz dostępu użytkownika</tem:AuthToken>
tem:NIP
arr:string5840778201</arr:string>
</tem:NIP>
</tem: GetMigrationData201901>
</soapenv:Body>
</soapenv:Envelope>
The question is how can I do this in API connector?