VB MS Soap 3.0
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to invoke a method of a web service which is running with the basic authentication. I'm using MS Soap Toolkit 3.0's low level API's to invoke a web service method. Following code is used to set the authentication details..Connector.Property("AuthUser") = "userid" and Connector.Property("AuthPassword") = "pwd"..but I'm receiving an error always. here's the error message Error 401--Unauthorized xxx From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.2 401 Unauthorized If anyone has encountered this type of problem before and got solution for this problem, please let me know immediately. Thanks for any help offered, Praveen