Search results for query: *

  1. R

    How do I add a HTTP header to forms-based VB WS client app messages?

    >It depends really on how you have implemented the >client-side of contacting the webservice I am using VB in VS2005. I added a Web reference (the web service's wsdl file), into my project and am using RPC via the proxy class that was generated. >Have a look at using the Net.WebRequest...
  2. R

    How do I add a HTTP header to forms-based VB WS client app messages?

    I have a forms-based VB.NET Web Service client that I have written to consume a Web Service. The Web service needs the client to send some authentication info in its HTTP header. How do I do this ? I know in a Web-based vb app, I can use the Request object to do this, but I am clueless on how to...
Back
Top