soap

  1. S

    Question Consuming a SOAP Service to Get a picture

    I need to get a picture from a 3rd party soap service and display it on a WM 6.1 device using vb.net The webpage info for the service is as follows SOAPAction: "http://tempuri.org/GetPhotoByEntityId" <?xml version="1.0" encoding="utf-8"?><soap:Envelope...
  2. 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)...
  3. froodley

    Shortening DNS timeout for SOAP

    Hi, all, I use a web service to access our internal databases. The problem I'm having is that a call to the service is part of my application startup, and when the computer is offline or the server is otherwise unreachable, the DNS call is taking much too long to timeout. I would like to set...
  4. vagueante

    Windows application: Send information to WS with only wsdl and xsd as start point

    In a windows application I'm trying to connect to a webservice, and all i have is a wsdl file (i used service reference, and after import the namespace i can instantiate it), a XML file ( i suposed is in soap format, the first line starts with <soapenv:Envelope ), and an xsd file that validates...
Back
Top