Error while testing connection - WS SOAP

Hello,

I’m facing an issue while configuring a SOAP Webservice connector.

When testing the HTTP operation “Test Connection” through the Webservice connector, I get the following error:

The API call works perfectly when tested in Postman using the same parameters and headers.

Does someone understand what is causing this?

@MIabeilleassurances ,
did you tried to migrate from one env to another using SPCONFIG?

Thanks,
Prasad

Hello Prasard,

Not quite yet, I’m still working in the Sandbox environment, and no migration has been performed so far.

Can you share the application json by removing all imp data?

The issue is not with XML body it is with Source JSON one of the attribute from Source is set to string instead Boolean.

You can get the source JSON by using below API call - get-source | SailPoint Developer Community

Can you try to change below values -

"httpCookieSpecsStandard": "true",
"supportsDeltaAgg": "true",

replace with -

"httpCookieSpecsStandard": true,
"supportsDeltaAgg": true,

Thanks,
Prasad

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.