DPD Webservices - SOAP API

I try to call the DPD Webservices SOAP API. The first endpoint for getting the auth token works well. After that I need to send the XML to store orders to create parcels and get a label but I get the response "No such operation: / (HTTP GET PATH_INFO: /services/ShipmentService/V4_4/)"
Iam using POST as documented here https://esolutions.dpd.com/dokumente/ShipmentService_V4_4.pdf to this endpoint http://dpd.com/common/service/ShipmentService/4.4/storeOrders
The XML looks like:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://
dpd.com/common/service/types/Authentication/2.0" xmlns:ns1="http://dpd.com/common/service/types/
ShipmentService/4.4">
soapenv:Header
ns:authentication


de_DE
</ns:authentication>
</soapenv:Header>
soapenv:Body
ns1:storeOrders


PDF
A4




77777
0163
CL
0

Abholer1
Strasse 1
DE
11111
Ort1
12345679


Test-Empfaenger
Test-Strasse
BY
DE
63741
ShipmentService-Public_4_4
Web Service Reference
DPD Deutschland GmbH (c) 2021 Page 9 / 51
Aschaffenburg






consignment


</ns1:storeOrders>
</soapenv:Body>
</soapenv:Envelope>

Is there a better way to make a call to an SOAP API?
I used a RETOOL REST Query.

Hi @ben10

Sorry for the late reply here but happy to look into this with you if you're still having issues. First, just in case you haven't, make sure to check out our docs on querying SOAP APIs. Can you post a screenshot of your query set up?

Hi Kabirdas,
still facing this errors.
Do I need to Invite you in the App? Or how does it work?

Hey @ben10!

Good to see you back :slightly_smiling_face: Can double check to see that your resource is pointing to the correct endpoint and that /storeOrders is included in the URL?

thx it works now. I was missing the endpoint your right!