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.
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.