cancel
Showing results for 
Search instead for 
Did you mean: 

EP Web Services Checker and Authentication

Former Member
0 Kudos

I'm trying to test out a web service through the EP Web Services Checker plug-in the Developer Studio, but I'm prevented from doing so since the web service requires authentication.

Is there a way to provide authentication credentials using this tool in the NWDS, or should I look elsewhere?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If the web service requires authetication, you can't do much about it. You need to provide authentication credentials before invoking WS.

You can use Web service Navigator also if testing of WS is the motive

regards,

Sujesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ken,

If you are calling a web service that has authentication required(not optional) then there is no way you can call it successfully. However if you are calling a web service created by yourself then you will have to disable the authentication feature from it.

Refer following links for more help,

http://help.sap.com/saphelp_nw04/helpdata/en/c6/911741b393f26fe10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_webas630/helpdata/en/53/70e669ac9f0b479845596c020aeb65/content.htm

best regards,

Guru.

Former Member
0 Kudos

Thanks guys - not the answer I was looking for, but at least I know that I can't use the Checker for testing secured web services.