function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vmarcovmarco 

Delegated SSO - Service not receiving call from salesforce

I have implemented and configured delegated SSO.  My browser POST is sending to salesforce which then after the 10 second timeout says it cannot contact my service.

 

This service is implemented as a servlet handling the SOAP request and returning a SOAP response.  Is there some handshake that requries the wsdl that is normally deployed on a SOAP service.  I ran into troubles surfacing a JAX-WS SOAP endpoint in my service environment, but did get the servlet endpoint responding and working great.

 

I test this with the same URL in the Gateway URL configuration via curl.  Is there some way to see the URL that is actually sent by salesforce?

 

Thanks,

 

Vince