Hi, thanks alot. Thats just what I was looking for!
Have nice weekend, br hw On fr., 2014-08-22 at 09:54 -0400, Daniel Kulp wrote: > On Aug 22, 2014, at 9:25 AM, Helge Waastad <[email protected]> wrote: > > > Hi, > > I've moved from an axis client using adb databinding to cxf using jaxb > > databinding. > > > > I have a question regarding wsdl2java for an axis webservice > > (servicenow) > > > > In axis adb all services are being generated using an input object > > however in cxf services has a long list of input variabels (same > > variables as in the input object for axis client). > > > > Is there a way of getting around this issue without rewriting the > > original wsdl? > > The wsdl2java tool has a -bareMethods[=operationName1,operationName2,….] flag > that can be used to put those operations in to “bare” mode where the > parameters aren’t unwrapped into individual parameters. That might be closer > to what you need. > >
