Call to External Web Service (SOAP) and work with REST JSON responses

Hello

It is possible to declare external call (Remote Web Service) with SOAP Web Services with a WSDL specification…

We need to connect an external Web Service (SOAP) and work with REST JSON responses

Thanks in Advice
Polgar

Hi Polgar,

Seems like you want a REST call with JSON for request and response, but behind the scenes you need XML document exchange with SOAP.

I would design my REST call with the correct input and output parameters and then transform the request into XML and the response from XML with server side scripting.

You will need to define your REST API with Swagger for it to be scriptable. We are working to make that easier.

Please keep us posted on you progress this is a good use case.

1 Like

Thanks Bill for your response.

That is right, i want a REST call with JSON for request and response and XML document exchange with SOAP.

I understand. We will use a server side scripting. Your guide es very useful.

I do that and post our progress here.

Thanks.

Where you able to do this? Can anyone point out some examples.