2

I am trying to generate marshalling and unmarshalling objects using maven jaxb2 plugin. But I dont have the .xsd file for the .wsdl. the schema definition is inline. Please let me know how to proceed ?

Donal Fellows
  • 133,037
  • 18
  • 149
  • 215
gnreddy
  • 2,393
  • 4
  • 22
  • 18
  • 1
    I tagged the question with `spring-ws` for you; that you are working in that environment is an important fact that you should have mentioned to start with. – Donal Fellows Jan 14 '13 at 09:44

2 Answers2

4

Use the wsdl parameter in the plugin config: jaxb2-maven-plugin

Efthymis
  • 1,326
  • 11
  • 13
artbristol
  • 32,010
  • 5
  • 70
  • 103
2

Here is the Maven plugin to work with WSDL files:

http://jax-ws-commons.java.net/jaxws-maven-plugin/

Puce
  • 37,247
  • 13
  • 80
  • 152