cancel
Showing results for 
Search instead for 
Did you mean: 

Suppressing User id & password in web service call

venkat_raman
Explorer
0 Kudos

Hi,

I created a web service with "No authentication". But still the WSDL link is prompting for user id and password.

Could u help me in this regard?

Thanks and regards,

Venkat.

Accepted Solutions (0)

Answers (2)

Answers (2)

sushil_taneja
Participant
0 Kudos

using Transaction SICF. there is a specific node for each each service and you can do the authentication settings for each.

for your case, make settings for ANONYMOUS logon.

rgds,

Former Member
0 Kudos

Hi,

all WSDLs are served by a common service ... sap/bc/srt/wsdl which is the one you have to adjust the credentials for.

regards,

anton

venkat_raman
Explorer
0 Kudos

Hi,

Thanks for your help. Is it configuration correction to suppress uid and pwd?

Or do I need to deploy anything?

Thanks and regards,

Venkat.

Former Member
0 Kudos

configuration only.

transaction SICF -> find the node -> set logon options/data -> done.

only question remaining is if you really want to do this, since it's valid for all WSDLs in the system.

cheers,

anton

venkat_raman
Explorer
0 Kudos

Hi Anton,

Can't I bypass user authentication for only my web service?

Is there any way to do it?

Thanks and regards,

Venkat.