views:

183

answers:

1

I am trying to run WSDL2Java (Apache CXF) on a WSDL that contains overloaded methods (same method name, different parameters). It seems to me like I need to write either a JAX-WS mapping file or a JAXB mapping file to do this, but I feel like I'm being stonewalled by a ton of specifications I haven't read. Anyone have any examples of this ?

+1  A: 

I have resorted to hand-crafted WSDL in situations like this. I take the original WSDL and tweak it.

Cheeso