Calling a web service from asp.net

  • Thread starter Thread starter John
  • Start date Start date
J

John

A little basic but ...

I've created a web service sucessfully and it can be consumed in the
creating app (Visual Foxpro).

When I go into asp.net it is looking for something of the form:

Dim CallWebService As New ServerName.WebServiceName()

WebServiceName is, of course, the name of my web service. But how do I
name/find/create the server they are looking for in ServerName?

Gratefully,

John
 
Back
Top