Hi,
I have to call a .Net WebService from a non .net Webserver.
So I create an asp page that use the Soap Toolkit for calling the Webserver.
The problem is that the webservice use authentication, by using the header
of the soap request.
How can I send this information to the webservice?
Thanks in advance
Dino Chiesa [Microsoft] - 13 Dec 2004 15:57 GMT
Sounds like you would have to manually create that header. This could be
simple or hard, depending on just what is in that header.
Also See http://blogs.msdn.com/dotnetinterop/archive/2004/11/22/267933.aspx
for some related stuff.
-D
> Hi,
> I have to call a .Net WebService from a non .net Webserver.
[quoted text clipped - 5 lines]
>
> Thanks in advance
createmain - 14 Dec 2004 14:55 GMT
Hi,
Original Web Service don't need authentication.
I think that you can modify config file.
MS Web Service (ASMX) save information of authentication in config file.
> Hi,
> I have to call a .Net WebService from a non .net Webserver.
[quoted text clipped - 4 lines]
>
> Thanks in advance