aspose file tools
The moose likes Web Services and the fly likes what are the required libraries for an application client Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "what are the required libraries for an application client" Watch "what are the required libraries for an application client" New topic
Author

what are the required libraries for an application client

Piradharsan Navaratnam
Greenhorn

Joined: May 15, 2007
Posts: 14
Hi friends,

Im tired of surfing the net to solve my problem. I wrote a webservice and i hosted in the IBM websphere app server. Bt i needed to access it through a stand alone progrm. I don't know what are the jar files needed to run the stand alone program.

Note: I wrote a application client in the RAD 6.0 and its accessing the webservice inside the server. Bt how do I access the webservice through a stand alone program.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Generally you would use a tool that accesses the WSDL created by the server, and generates client classes you can use to access the WS. E.g., Axis comes with a tool called wsdl2java that does this (and which works finw without using Axis on the server). I would imagine that Websphere includes something similar.


Android appsImageJ pluginsJava web charts
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
WebSphere Version 6 Web Services Handbook Development and Deployment
Search for WSDL2Client (and separately for �Stand-alone Java client�).

Starting with the Feature Pack for Web Services for WebSphere Application Server V6.1 you can also use JAX-WS based tools.


"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what are the required libraries for an application client
 
Similar Threads
Newbie question
J2ee Application client module
how to run a jar file in serverbased application
abt assg
Unable to access Local SLSB from app client