Urgent: how to call a web service through a thirdly authenticated web page??

  • Thread starter Thread starter Khanh
  • Start date Start date
K

Khanh

hi all,

We've been facing a difficult task that we need some wise advices
from other professional indeed.
Our client want before calling the webservice from 1 webserver, for
instance A, we must go through an authenticated web page on webserver
B which requires to input user name, password, then if valid, that
webpage auto redirect to our web service.
More in detail:
we need call http://A/WebService/WebService.asmx
it jumps to http://B/authentication/authentication, a HTML page here
for inputting user name, password. Then if OK, it redirect to our
webservice. We've checked by IE already.
So, the problem is how can we fulfill this task???


Any help would be very appreciated.
Khanh
 
I can see 2 different ways of accomplishing this, but I need a little more
info. Is the client using IE for everything, meaning no compiled proxy to
visit the webservice?
--
Eric Marvets
Principal Consultant

the bang project

<shameless self promotion>

Email (e-mail address removed) for Information on Our Architecture and
Mentoring Services

</shameless self promotion>
 
Back
Top