SOAP integration

Hello.

I have a question to people more skilled in SOAP then me. I try to connect with Aukro.cz, here is documentation https://webapi.aukro.cz/webapi.wsdl

and here is my http request sent to https://webapi.aukro.cz/

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:ns1=“https://webapi.aukro.cz/service.php”>
SOAP-ENV:Body
ns1:doLogin
ns1:userLogin[secret]</ns1:userLogin>
ns1:userPassword[secret]</ns1:userPassword>
ns1:countryCode1</ns1:countryCode>
ns1:webapiKey[secret]</ns1:webapiKey>
ns1:localVersion0</ns1:localVersion>
</ns1:doLogin>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Body content-type: RAW/Custom
MIME: text/xml
Response Format: String

unfortunely it is not working, response is 404 - “”
Before I started to use n8n I worked on Integromat and they had secial node for SOAP, I tried to connect by this special node to Aukro and it works, so api and credential are fine.

are you struggling with authentication maybe?

Hey.

In your response you see possible operations. I need to use one of them to send post request, first what should I do is login, so it is “doLogin” operation. Generally I never use SOAP by HTTP and I do not know how to do it. I read instruction on integromat site SOAP App Help Docs | Integromat Help Center how to use SOAP on HTTP request but no results.

1 Like

@tomfat Yes this works well, you can use readyapi or soapui to have the full request available.