Question : How to consume a web service using SOAP in VB.NET windows application?

Hello Experts,

In my Windows application i want to use one web service. I have the url of web service and required credentials to use it. I have the WSDL file of that web Service as well.

But the Web Service Server where it host allow only SOAP method to consume their services. I know how to consume through WSDL but i do not know how to do it with SOAP.

Please help me experts i need your help...

Regards,
Happy Programming.

Answer : How to consume a web service using SOAP in VB.NET windows application?

The matched value is in the index: 1

See below:
1:
2:
3:
4:
5:
if (m == null) {
    alert("No match");
  } else {
    alert(m[1]);
  }
Random Solutions  
 
programming4us programming4us