SOAP Service Call change from advancedwebservicequery to Integration

I have a SOAP call configured within the advancedwebservicequery function, is it possible to use Integration for the same? If yes, where do we pass the parameters like "serviceNamespace", "serviceName", "soapBodyXml" and "serviceAuthentication" while using the Integration.

 

Thanks,

Ravi 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to chandu
    You can usually configure an integration object to handle a SOAP service call, since most SOAP calls are sent through HTTP. It does depend on how you are authenticating - the advancedwebservicequery plugin exposes additional ways to authenticate that an integration object doesn't yet support.

    My advice is to mirror the service call in a client like SOAPUI, examine the raw headers, body, and response, then convert to the integration object, if possible.
Children