Home > Archive > ASP > December 2006 > ASP connect to dot net SOAP webserivce
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ASP connect to dot net SOAP webserivce
|
|
| Raymond 2006-12-14, 6:56 pm |
| Hi All,
Can any one point me how I can use classic ASP to connect to a dot net SOAP
webserice?
The other company has set up dot net webserivce with web address like this:
http://domain_name/webservice/service.asmx
with method Login, that can take userid and password, then sends back an
authentication header (soapheader).
Thanks for help.
--
Ray
| |
| Jon Paal 2006-12-16, 6:56 pm |
| google "consuming a web service in ASP"
"Raymond" <raymoond8636_NOSPAN@yahoo.ca> wrote in message news:ec9xfJ8HHHA.3676@TK2MSFTNGP03.phx.gbl...
> Hi All,
>
> Can any one point me how I can use classic ASP to connect to a dot net SOAP
> webserice?
>
> The other company has set up dot net webserivce with web address like this:
>
> http://domain_name/webservice/service.asmx
>
> with method Login, that can take userid and password, then sends back an
> authentication header (soapheader).
>
> Thanks for help.
>
> --
>
> Ray
>
>
|
|
|
|
|