Page redirection in webservices ?

R

Raghu Raman

Hi ,

i have a webservice which has some methods and a login page.I 've
connected the client to my webservice.now i want to redirect the user to
use the webservice's login page.

How can i redirect the client to go to the webservice's login page.

appriciating u r help.

With thanks
Raghu
 
C

Cowboy (Gregory A. Beamer) - MVP

Web services are non-UI interfaces. You can send someone to a login page that
resides in the same web project, but a login web service would simply accept
a SOAP package and create a session for the user.

There is no Redirect in a web service.

Think of this in another way. How do you redirect someone to a web page when
they call you on the telephone? You tell them where the page is and let them
surf to it. This is much like calling a web service. You might be able to
kludge the redirect, but it would definitely be a kludge.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
R

Raghu Raman

HI,Gregory,

Thanks for that. People like u only been guiding us to make us good.

Thanks a lot .
Raghu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,825
Latest member
VernonQuy6

Latest Threads

Top