by
Murray Symon >> Tue, 12 Aug 2008 7:22:50 GMT
You need some sort of client application. For example, it could
be another Jade application configured as a Web Services consumer.
A consumer application may import the WSDL that is generated by
Jade when you create the provider application.
Typically, you will connect to a web service via a TCP/IP socket.
Web Services providers and consumers are covered in Chapter 16
of the Jade Developers' reference Manual (DevRef.pdf).
Also, Jade have a white paper that I have found helpful.
http://www.jadeworld.com/jade/whitepape ... ebservices
Jade has specific classes to support the web service functionality.
It helps to follow the examples in the above documentation to first
get a very simple web service provider and consumer up and running
as a demo to see how it all works.
Murray Symon.