one simple Q.: in my case, i just possess a WSDL file given by a third party and I would like to generate the interface of service from this wsdl file so that I will be able to expand the generated skeleton and implement the actual web service(s). can anybody help?
no, I have the WSDL given to me already from a third party; and I just look for an automatization for creating the tie class(es); because the wsdl is not very stable and about to change... i wanna automate this process... hope it has been clarified...
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Sorry R�stem, my post was absurd. WSDL2Javais the right tool for you. Using the option --server-side wiill generate the skeleton for you.