SOAP and VB.NET

  • Thread starter Julian McMaster
  • Start date
J

Julian McMaster

Here's what I need to do. I have to consume a web service using a Windows
client application. I want to write the application using VB.NET. I have
some experience with earlier versions of VB, and I have the new software
loaded. I'm just not sure how to get started. I've searched the Internet
and there appears to be dozens of ways to accomplish this, but none of the
examples are complete. The web service is at an external site and was
created with .NET...it's a .asmx file.

If anyone can point me to a good, thorough tutorial or book or
examples/downloads using VB.NET to consume a web service, I'd greatly
appreciate it.

Thank you,
Julian
 
G

Guest

Jan. 7, 2005

Microsoft Press XML Web Services Step By Step is really easy and
simple to learn on. I have found MSPress books have been really detailed and
useful... to the tune of reading over 6,200 pages in one year!


Joseph MCAD
 
J

Julian McMaster

That's very helpful, makes sense! I was trying to follow along, but found
that I don't have a reference to a specific class in the demo:

Dim ws As New WebService.servicename

I don't have WebService in my available classes, only {}web, {}windows, and
{}xml. Sorry for such a fundamental question, but I none of the references
I added by Project>Add Reference fixed this.

Thank you,
Julian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top