krosenvold
krosenvold

Reputation: 77201

WSDL2Java for overloaded methods?

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 ?

Upvotes: 1

Views: 896

Answers (1)

Cheeso
Cheeso

Reputation: 192577

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

Upvotes: 1

Related Questions