Hello
How to access web services through vb6 applicaction
thanks
1. Call web services which displays an ASP web page - VB.Net
2. Calling Web service from VB6 with credentials
Hello, We have Web service using windows authentication. From VB2005 I can call it by providing NetworkCredential. How can I call this web service from VB6? I have tried with SOAP toolkit 3, but calling method MSSoapInit fails with error "WSDLReader.... access denied". Could anyone help me with this?
3. Calling Web Service from VB6
I am trying to call a web service through the vb code but when i m getting a error 403 that is a forbidden access. how can i fix this problem..thanks a lot
5. "Object reference not set" when calling web service - VB.Net
6. Timeout Calling Web Service
I am calling a .NET 1.1 web service from an aspx page. The web service can take several minutes to complete its tasks before returning a message to the aspx page. If the web service is taking a long time to complete, the aspx page returns a he operation has timed-out.Message to the web browser after 100 seconds. Ie added:<to the web.config files of both the web application and web service, and set Server.ScriptTimeout =300, but neither setting prevents the timeout. My machine.config has executionTimeout="90". Any thoughts on a solution would be appreciated -- Mike
7. Call Web Service using HTTPWebRequest object - VB.Net
8. Calling web services with complex type input parameters
Using the Office XP Web Services Tookit 2.0 in Access, I've tried calling a web service built in VS.NET which accepts a complex type as an input parameter. There are no errors when the call is made, but the input variable in the web service is passed in empty with no values set. Is it possible to pass in complex types or are we constrained to using simple types as input parameters? Any help would be appreciated.