Search code examples
springweb-servicesjax-wsjaxb2

Wsdl to Spring Ws


Does it exist a method to generate a Spring Ws Soap Stub from WSDL file with bean type and method of port ?

I can generate all stub (Bean Type and Method) with Jaxws from WSDL instead with Jaxb I can generate from my wsdl only Object Type.

My Ide is IntelliJ 14.

Tnx.


Solution

  • Spring WS doesn't provide any utility In any case you can use JAXB or JAX-WS integrated with spring ws Some usefull links: