Page 1 of 1

How to setup Jade Web Services?

Posted: Fri Aug 07, 2009 1:22 pm
by ConvertFromOldNGs
by Padmakar >> Mon, 11 Aug 2008 11:00:11 GMT

Can anyone help me with the information on how to setup JADE web services?

Re: How to setup Jade Web Services?

Posted: Fri Aug 07, 2009 1:22 pm
by ConvertFromOldNGs
by Padmakar >> Mon, 11 Aug 2008 11:12:23 GMT

I mean how to connect to JADE using web services from a client machine

Re: How to setup Jade Web Services?

Posted: Fri Aug 07, 2009 1:22 pm
by ConvertFromOldNGs
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.