Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in External Debugging for the Web service if SAML is Configured

Former Member
0 Kudos

Hi All,

I am facing a problem . I will tell you the exact process :

1. I have provided a external breakpoint in the ERP system.

2 . SAML is configured on both Consumer as well as Provider side.

3. try to execute the process Remotely, I am not getting breakpoint in the ERP system

If I remove the SAML and Provide basic Authentication, i am able to get. it seems there is some configuration parameter which are missing in the SAML Configuration.

Please advice how to check for the same.

Regards,

Kapil.

2 REPLIES 2

Former Member
0 Kudos

Hi Kapil,

I think the request is falling over with SAML authentication issues between the consumer & provider & that's why it's not triggering the breakpoint. I would first try tracing the request when it reaches the SOAP runtime of the provider using SAP Note 1254821. See the section towards the bottom under 'Error Analysis'.

Regards, Trevor

0 Kudos

Hi Trevor,

thanks for your reply ! But the Process does not fail. We can check the logs the process is running successfully when SAML is configured . i have analyze it and found that there is some problem in SAML Configuration.

Regards ,

Kapil.