I am faced with the following situation and I do not know how to handle it. Any advice or ideas are welcome.
Requirements:
- Provide a restful web service that handles a GET with parameters.
- Redirect the user to a SharePoint 2007 login page with those parameters still available.
What I have:
- A restful web service that provides the needed end point (written in C# and hosted on IIS 7.5)
- SharePoint site already setup
I am at a loss of how to handle this properly and since the requirement for the restful end point is not mine, I can’t change that part.
Thanks in advance!
I know this was not a clear question but I did find the answer here:
http://social.msdn.microsoft.com/Forums/en/wcf/thread/d6b02afd-47c9-4646-96ec-90d7f6d3a285
The main problem I was having was to redirect from a web service to another location. The first answer for the question at the above link worked perfectly.