Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi can any one solve my problem?
I have a web service after processing i want to redirect this web service to another web service how it will done?
Posted
Updated 26-Feb-13 4:40am
v2
Comments
bbirajdar 26-Feb-13 9:30am    
you cannot 'redirect' a webservice..
Mshaikh20011 26-Feb-13 9:33am    
sorry i dont want to redirect a web service i just want to go another web page from web service
ZurdoDev 26-Feb-13 10:56am    
Actually, you can, but it can have problems. You can call System.Web.HttpContext.Current.Response.Redirect but it may cause issues because a call to the webservice is not the same as a call for a whole page. Try it and see if it works.
Mshaikh20011 27-Feb-13 1:52am    
no its not working

1 solution

just create a webservice proxy from a webservice inside another webservice. Use it as generally we consume webservice from web/windows/console application.

Please visit the Link
 
Share this answer
 
v4
Comments
Mshaikh20011 27-Feb-13 1:52am    
sorry i didnt get u can u explain it in detail many many thanx
S. M. Ahasan Habib 27-Feb-13 3:18am    
One very good link added to the solution. Please check and hope it will help you more.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900