Re: Invoking Web Services without proxy classes

> So: is it feasible for a service user to read WSDL interface and
> implementation descriptions and then invoke the service without using
> proxy classes? If not, why not? And if so, can someone point me to some
> sample code that I can use to get started?

Definitely, if the application semantics of the underlying protocol
are used, rather than being tunneled over (i.e. in the "document
style").  If you're using HTTP, any HTTP client library does what
you need.  Ditto for other app protocols.

MB
-- 
Mark Baker, Chief Science Officer, Planetfred, Inc.
Ottawa, Ontario, CANADA.      mbaker@planetfred.com
http://www.markbaker.ca   http://www.planetfred.com

Received on Monday, 7 January 2002 12:54:41 UTC