I can write a client that references multiple web services. (At least I assume I can, I haven't actually written that particular program.)
However, I have not been able to write a web service that does the same thing. Whenever I try, the IDE throws a compile time error (I'm using C#), fails to recognize the "localhost1" prefix on the second service, and politely suggests that I've forgotten a Using or a namespace.
I can write a web service that consumes a different web service and passes it on to be available to the eventual client. Why can't I consume more than one?
Richard
However, I have not been able to write a web service that does the same thing. Whenever I try, the IDE throws a compile time error (I'm using C#), fails to recognize the "localhost1" prefix on the second service, and politely suggests that I've forgotten a Using or a namespace.
I can write a web service that consumes a different web service and passes it on to be available to the eventual client. Why can't I consume more than one?
Richard