Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add a webservice reference to a solution
Message
From
15/04/2008 18:00:57
 
 
To
15/04/2008 13:12:36
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01310780
Message ID:
01310935
Views:
13
Gray just add the web service URL

sample :
http://www.demo.com/wcf/WebserviceV2.svc(.NET 3.5 Service)
http://www.demo.com/wcf/WebserviceV2.asmx (.NET 2.0)

Then you will add reference to the WS.

you then instantiate the object in you app. make sure you add reference to it
lets say
using WEBservice1



do stuff...
Roses are #FF0000 Violets are #0000FF all my base are belong to you
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform