You can call the service by its URL (like you do with a browser), return the string containing the XML form of the result, then extract the information using dom4j classes. Search "Processing XML with Java" on Google. In the first chapters of this book there's a class called URLGrabber that retrieves information from a service called by its URL.
From: Duseja, Sushil Sent: Tuesday, July 01, 2008 10:48 AM To: [email protected] Subject: Calling a web service returning list/array Hello, Can anyone please let me know the procedure of calling web service - returning an array/list of objects, without a client stub, using axis 1.4? Thanks.
