IS - SOAP call with SSL authentication

Product/components used and version/fix level:

Integration Server 10.3 Fix #20

Detailed explanation of the problem:

Hello!
I’ll need to develop a flow service that will connect to a SOAP API that uses SSL authentication.

We managed to do successfully some SOAP calls via SOAP UI after setting the .pfx file with its password.

But, how can I set our Integration Server to use a specific certificate when calling an operation of this WS?

I can see in Designer the following properties:

When called in the flow service:
image

And this screen on IS admin page:
image

Are the above places the correct ones to set to use the pfx while doing the request?

Or, does exist a correct/better way to do it?

Thank you in advance!

Error messages / full error message screenshot / log file:

No error

Question related to a free trial, or to a production (customer) instance?

Production (customer)

Hi, both places pointed out above are the right ones when it comes to setup SOAP calls using SSL authentication.

Additionally, I recommend taking a look at Web Service Developer’s Guide. The following chapters may give you further clarity on how to solve it:

  • Signature for a Web Service Connector
  • Passing Message-Level Security Information to a Web Service
    Connector
1 Like

@moacy.barbosa thanks for your return.

With the guide that you provided, I managed to set and call the SOAP service via our Integration Server.

image

1 Like