Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Reference

Status
Not open for further replies.

MrWiggle

Programmer
Dec 5, 2002
3
AU
I am writing a c# windows application that is trying to connect to an XML service on my local machine.
I created a web reference to the service. In the solution browser I can see the web reference and the corresponding .wsdl files corresponding to each service.

However i can't reference the service (proxy class) in my code. The typing completion seems to recognise the web reference (localhost) but not the services underneath it, ie there doesn't seem to recognise any web classes.
Please help.
 
Show me what you use for code,
did you make a var of the service? Greetz,
muppeteer.gif

NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)

Don't eat yellow snow...and don't mess with your fstab!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top