Accessing a WebService from VB application

Hi

I am new to WSDL. I have generated a WSDL file and i want to access this WSDL file from different VB applications. I want to do authentication and only allow few VB applications to access my WSDL file. How do i authenticate?
Any advice is welcome.

Thanks in advance.

Regards

not sure what you want. but from vb.net, there should be an automatic process to do that. You just get the wsdl file, or point to url from the tool.

there is also a microsoft toolkit for soap:
[url=“http://www.microsoft.com/downloads/details.aspx?FamilyId=C943C0DD-CEEC-4088-9753-86F052EC8450&displaylang=en”]http://www.microsoft.com/downloads/details.aspx?FamilyId=C943C0DD-CEEC-4088-9753-86F052EC8450&displaylang=en[/url]

search around in msdn, it should tell you how to do it. If the arguments that you want to pass are all strings, you can also use vb client from the service instead of using web service.

Hi Kurt,

Thanks for your reply.

I am more interested in How to Authenticate various application accessing my WebService. Do you know any idea how authentication is done to protect my WebService from other applications?

Thanks in advance

regards
Saroj