2009 May 27 2:34 PM
Hi,
I'm not sure if this is the correct folder.
I've the following problem:
I've written a RFC-enabled function. After that, I created a webservice and the corresponding proxy classes for consuming the webservice. In the webservice configuration I configured the webservice with autentication "none". Same was done in the proxy configuration.
When I start my report, which is consuming the webservice, every time I get a Netweaver Logon Popup.
Is it possible to consume the webservice without any credencials or is there a possibility to send these crendentials over parameter in the ABAP-call?
I would like consume the webservice without input data in the logon screen.
Thanks in advance
Cunanan80
2009 May 27 3:46 PM
You need to specify the user who has the proper security to execute the webservice.
Open the ICF details of the Webservice.
Enter the User name and password in the Anonymous Logon Data frame.
Regards,
Naimesh Patel
2009 May 27 4:09 PM
Hi,
thanks for your quick answer.
In my ICF configuration I dont have a tab "Anonymous Logon Data". I tried to configure the user under the tab "Logon-Data" where I can configure the logon types.
I choosed "Standard" and give the credentials of my dialogue user in the fields of logon data. Furthermore I configured the security settings to SSL and the Authenticate option to "Standard SAP User".
Nevertheless I get the Logon Popup when I start my report.
The given user should have the necessary rights because I can execute the webservice after I give this credentials in the logon popup.
Any further idea?
Thanks in advance
Cunanan80
2009 Jun 17 8:55 AM