cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service

Former Member
0 Kudos

Hi,

I developed a Web Service from FM in SAP . WSDL was generated successfully and it was given to .NET team to consume it in their application. But after generating proxy in .net when they try to execute the application they are getting SRT: Authorization deniedu201D error. What will be issue ??

Regards

Saravanan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Saravanan,

I myself have not worked on cusumption of Web Services with .NET. But, when we are consuming secure Web Services, that is the ones that require authentication by the server, we need to specify the credentials for access of the service.

If they are getting errors regarding unauthorized access, ask them to specify credentials of a 'Developer' username while executing the proxy.

[This|http://msdn.microsoft.com/en-us/library/h56f6hs6(VS.71).aspx] can be helpful.

Regards,

Alka.