How to instance a web services proxy class

  • Thread starter Thread starter Earl Teigrob
  • Start date Start date
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
 
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
 
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
 
Back
Top