Integrate a soap xml request in REST adaptor
Summary
SOAP xml request in REST adaptorContent
Hi all
I am facing a unique problem where I want to integrate FEDEX Address Validation API with integration cloud.
But I am not able to use a SOAP connector as FEDEX does not expose a SOAP WSDL url, so I am not able to configure the SOAP connector.
So to do a workaround I am trying to do this via a REST connector.
Here is the request for the address validation
POST https://wsbeta.fedex.com:443/web-services/
Request :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:v4="
Tagged:
0