Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Consume C# WS in C# App
Message
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
01302443
Message ID:
01302466
Views:
6
>I have written a C# Web Service and I want to access it in a C# class.
>
>I have added a web reference to the WS, but I'n not sure what to do next. Can someone advice me?

Disregard the other post. To access via the URL:
Instantiate using the format of the reference. e.g
com.somewhere.www.Class x = new com.somewhere.www.Class();
object o = x.Somemethod();
Previous
Reply
Map
View

Click here to load this message in the networking platform