Search results for query: *

  1. V

    Access web service return data

    They are implementing in Perl. So i imagine if they return an array, we can simply say: Dim ReturnArray As Array = WebService.StoreClient(ClientCode.Text)
  2. V

    Access web service return data

    Ok the info from the link has helped me understand a little better. What if a webmethod function has many variables you need to access? You wouldn't be able to simply call the function.
  3. V

    Access web service return data

    The people i am working with havn't set up the web service yet, we just have a spec. When i access the StoreClient web service for example, they said they will return SOAP data which will consist of a response code and a response message.
  4. V

    Access web service return data

    I am calling a web service which returns SOAP data and am not sure how to access the return data. I have had a look around the web and havn't found anything overly usefull. As it is SOAP data, i am going to be using the Soap formatter. Dim XMLSoapReturn As New Soap.SoapFormatter...
Back
Top