Hi I am using wsad 5.1.2, i have created webservice client from wsdl file. i would like to know how to call this client from my program i got lot of classes and xml files (generated by the system) pls help me
thanks & regards Polimetla
Rr Kumaran
Ranch Hand
Joined: Sep 17, 2001
Posts: 548
posted
0
use the generated stubs and the service locator related classes to call the service. the ***web service wizard*** ibm redbooks have the specifics.
RR Kumaran
SCJP 1.4
Anitha naya
Greenhorn
Joined: Sep 09, 2005
Posts: 4
posted
0
Hi Krishna,
I am new to seb services can you tell please tell me how to create client from wsdl.
Thanks Anitha
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35222
7
posted
0
@ Anitha naya:
If you're using Axis, you can run the WSDL2Java tool that comes with it, either from the command line or as an Ant task. The documentation is here.