How to instance a web services proxy class

E

Earl Teigrob

I have created a web reference from a wsdl file and now I need to instance
the class. How do I determine the namespace name and the class name so that
I can create an instance of the web proxy class?

Thanks

Earl
 
S

Shannon Geraci

Earl,
Once you add the Web reference to your project, the server name should show
up as a node underneath the Web References node in the Solution Explorer.
You can then open the Reference.cs or Reference.vb file underneath the
Reference.map file to view the classes/namespaces that the proxy class/Web
service supports.

Shannon Geraci, MCAD
http://www.claritycon.com
 
E

Earl Teigrob

The web reference I added did not actually create a proxy class...that is
why I was having problems. I am getting updated info from the web service
provider to make there service work with .NET. That should solve my
problems... hopefully!

Thanks for your responses.

Earl
 

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