wsdl

  1. R

    Unable to Set Username and Password in SOAP Request

    I'm attempting to consume a SOAP service that requires HTTP Basic Authentication (over HTTPS). I'm using WSE 3.0 on Visual Studio 2008. Here's the basics... Class SNCClient Inherits SoapClient Public Sub New(ByVal destination As EndpointReference)...
  2. A

    Question Error Msg Using Proxy Class (VB 2008 Exp)

    Hello Everyone, I am coding a project in Visual Basic 2008 Express and I am using two separate proxy classes that are created from 2 separate WSDL files on the same server. The first proxy class creates was for login and simply passed username and password for authentication, then upon approval...
Back
Top