Is it required to generate java classes to use spring-ws client
Posted
by
vishnu
on Stack Overflow
See other posts from Stack Overflow
or by vishnu
Published on 2010-12-21T19:34:08Z
Indexed on
2010/12/21
21:54 UTC
Read the original article
Hit count: 344
Hi,
I want to use spring ws to create the webservice client. I have seen some documentation.
In all using jaxb marshalling and unmarshalling. But to start of need to create java classes from xsd. I tried to download the elcipse plugin for this. The location in java.net is not showing any thing to download. Sourceforce net showing the link to download. But that plugin is not working. I have tried wsimport
, but it is generating only .classes?
My question is if i want to use spring ws, is it required to generate .java classes? If so where can i find the elipse plugin or how to generate the classes? Is there any other way we can do without generating these classes?
© Stack Overflow or respective owner