cancel
Showing results for 
Search instead for 
Did you mean: 

Call Web Service without using user + pswd?

Former Member
0 Kudos

Hi,

how can i configure a Web Service without the need for using user + pswd?

regards,

Sharam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

go to Transaction SICF, find your service under /default_host/sap/bc/srt/rfc/sap/..., double klick it and preset the logon data (language, username, password, ...) with some dedicated user.

this allows you to call the service without being asked for credentials, but not to retrieve the WSDL. if you're dynamically fetching the WSDL you also need to preset the WSDL service itself (/default_host/sap/bc/soap/wsdl11)

hope it helps,

anton

Former Member
0 Kudos

Hi Anton,

thank you for the quick reply.

I create my Web Service in NWDS->EJB. Now i am trying to call the service from an external program like Salesforce, so i think your suggestion can not solve my problem.

regards,

Sharam

Former Member
0 Kudos

hi,

you should have been saying that earlier )

I think <a href="http://help.sap.com/saphelp_webas630/helpdata/en/4c/be9f330ab7e5479db8c37bddf42788/content.htm">this</a> and <a href="http://help.sap.com/saphelp_webas630/helpdata/en/96/e7a574ebf23a428287bf3d1b3dca21/content.htm">this</a> should help.

regards,

anton

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Can you plz check the authentication mode selected in your web service configuration? is it Basic SOAP Authentication? if not plz change it to none/Basic SOAP Authentication and then try to test it.

Cheers

Sudip