Hello,
Here is the scenario.
I have exposed web services for an ASP.NET application.
We r currently allowing only https access to it.
The authentication mechanism we use is SAPLogon Page for the entire application.
When i add the web service to another application it allows me if successfully authenticated.
Upon successive calls to the web service, i face a problem :-
System.Net.WebException: The request failed with the error message: -- <html> <head> <title>Object moved</title> </head> <body> <h2>Object moved to <a href='/SAPLoginPage.aspx?ReturnUrl= %2fwsrDetails.asmx'>here</a>. </h2> </body> </html> --.
2 questions :
1> how do i access a web service behind a SAPLogin Page ?
2> how do i do it using SSL ?
Thanks,
Amit.