Trying to learn how to work with web services. I am using
the Us zip codes The wsdl is http://www.webservicex.net/uszip.asmx

my code is the following
Dim z As New myZip.USZip
z.GetInfoByZIP(txtZip.Text.ToString)

my confusion is i do not understand what i am supposed to get back. I know its supposed to be reponse but how do i read it

If someone can look at the wsdl and explain it to me i would appreciate it

howard