what are the required libraries for an application client
Piradharsan Navaratnam
Greenhorn
Joined: May 15, 2007
Posts: 14
posted
0
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
posted
0
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.