Re: Java Interfaces

2003-12-02 Thread Tom Oinn
Yves wrote: > I sent a response yesterday but it didn't get posted... hmm... anyway. > Basically I'm just looking for a working example application (ie. that > searches Amazon, Google; converts currencies; whatever, just so I can > see how an application interface (Java based) creates SOAP messages

RE: Java Interfaces

2003-12-02 Thread Tony Vieitez
Hi Yves Try this site: http://www.xmethods.com It provides links to many publicly available demonstration web services, some of which also have example clients that you can use to try out the service or see how to use it. Tony

Re: Java Interfaces

2003-12-02 Thread Yves
I sent a response yesterday but it didn't get posted... hmm... anyway. Basically I'm just looking for a working example application (ie. that searches Amazon, Google; converts currencies; whatever, just so I can see how an application interface (Java based) creates SOAP messages.   -YvesChandrasega

Re: Java Interfaces

2003-12-01 Thread Guillaume Sauthier
Try www.xmethods.net There is a lot of webservices examples ... Regards Guillaume

Re: Java Interfaces

2003-12-01 Thread Yves
Hmmm, thanks, but that's not exactly it, basically, I'm just looking for a working example of an actual application. JBuilder 7 came with an IP Works SOAP example that converts national currencies- it doesn't work with JBuilder 9. So that's basically what I'm looking for: an application using SOAP

Re: Java Interfaces

2003-12-01 Thread Chandrasegaram Jeyakumaran
Hi, I think you just want to know how to use webervices and codes related to it.(Isn't it?). I think to start with, better go in to the apache axis directory and download the userguide samples there. (They are very easy samples to start.) Every thing is explained in the axis userguide. wishes.. r