Originally posted by pavitra jayaraman:
i wanted to just display the classes in wsdl using eclipse web service client.
A WSDL doesn't describe any
classes. It describes request and response
messages. Therefore you will have to use your tool to actually
translate the WSDL to
Java classes and then use the usual facilities to browse the resulting class hierarchies.
Axis 2 example:
Code Generator Wizard - eclipse Plug-in: Operation WSDL2Java
i need to perform this task and can you please suggest some web sites where i can learn them in detail....thanks in advance
Please check the
web services FAQ.