I need to invoke the webservice with serviceName, portName and operation using simple java standalone program.
Can any one give me some example or some site which gives these details.
Can be any type of client.
i.e. Static stub, Dynamic proxy or DII
thanks in advance
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
The easiest might be to use the wsdl2java tool, which is part of Apache Axis. It generates all the client code you need. There is an introduction in this article, particularly in the paragraph "Abstract SOAP altogether".