Groups | Blog | Home
all groups > dotnet web services > july 2007 >

dotnet web services : Visual Basic .Net Web Services Question


louciv
7/31/2007 9:24:50 AM
I am trying to create a program that uses this web service:
http://webservices.carrier411.com/wsLogin.cfc?wsdl

I am supposed to pass it two parameters and it is supposed to return an
array.
Could some one show me how to do this in VB? I am having a lot of troubles.

The parameters being passed are a user name and password so I cannot provide
this but you can pass it anything you want and it will return back an error
code.

Thanks!!!
Lou

John Saunders [MVP]
7/31/2007 1:18:33 PM
[quoted text, click to view]

Can you be more specific about the problem you're having?
--
John Saunders [MVP]
louciv
7/31/2007 3:46:09 PM
Hi John,

I would like an example of how to call the Login function and retrieve the
data it returns.
I am new to this so I have no idea how to do this.

Thanks!!!
Lou

[quoted text, click to view]

John Saunders [MVP]
7/31/2007 4:54:03 PM
[quoted text, click to view]

You should start with "Building XML Web Service Clients" at
http://msdn2.microsoft.com/en-us/library/w3h45ebk(VS.71).aspx, and "Creating
an XML Web Service Proxy" at
http://msdn2.microsoft.com/en-us/library/d2s8y7bs(VS.71).aspx. "How to:
Access an XML Web Service in Managed Code" may also help you
(http://msdn2.microsoft.com/en-us/library/b65d88sc(VS.80).aspx).

Reference: "Getting Started with Web Services" at
http://msdn2.microsoft.com/en-us/webservices/aa740678.aspx.
--
John Saunders [MVP]
AddThis Social Bookmark Button