On Aug 22, 2014, at 9:25 AM, Helge Waastad <he...@waastad.org> 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.


-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to