Skip to main content
Nintex Community Menu Bar
Question

Is it possible to call SOAP webservice?

  • July 11, 2024
  • 3 replies
  • 7 views

Forum|alt.badge.img+3

Hi at all,
is it possible to call SOAP webservice?
Thank you

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+10

Andrea,

You can use Salesforce to proxy your SOAP calls.  This works from Skuid using a remote action call from a snippet.  You can also setup your apex class as an invocable action.  Then you can use the declarative action framework to make your SOAP calls.

Thanks,

Bill


Forum|alt.badge.img+3

If I create a custom soap client can I resolve? 


Forum|alt.badge.img+10

Andrea,

It is possible to connect to a SOAP service from a Skuid page.  You will need to get your Cross Origin security setup in Salesforce to allow this.

Thanks,

Bill