Add a Trailing / to Soap request

Hello,

i configured a soap ressource with the URL https://callmanager:8443/axl/

but the soap request is just made with https://callmanager:8443/axl which is not working - ask the vendor cisco why.

Raw output of the request:

{
"request": {
"url": "https://callmanager:8443/axl",
"method": "POST",
"body": "<soapenv:Envelope xmlns:soapenv="https://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="https://www.cisco.com/AXL/API/8.5">\n <soapenv:Header />\n soapenv:Body\n <ns:getPhone sequence="?">\n SEPE8B7480316D6\n </ns:getPhone>\n </soapenv:Body>\n</soapenv:Envelope>",
"headers": {
"User-Agent": "Retool/2.0 (+https://docs.tryretool.com/docs/apis)",
"SOAPAction": "CUCM:DB ver=11.5 getPhone",
"Content-Type": "text/xml",
"Authorization": "---sanitized---",
"X-Retool-Forwarded-For": "::ffff:172.19.0.131"
}

how can i add the trailing slash to the post request?

Hey werbeblock, happy to help you out here :grin: Retool expects to find a value after a trailing '/' in the base URL of a REST (or in your case SOAP) API query. Retool removes the trailing '/' when there is no value following it which is causing the discrepancy between your configuration and the raw output of the request here.\

To help provide me a little more context, would you be able to share a screenshot of the query and the resource configuration for this SOAP request? Could you also confirm—is this request being sent locally?