wsdl2java

2011-11-05 Thread mmasters
I realize there isn't really a need to generate client code for the wsdl files, but I'm trying to learn how to use wsdl2java that's available from apache. I was wondering if someone could tell me how google is generating their client jar. I've tried the following command

AdWords API anyone using cxf for wsdl2java adwords client

2010-01-27 Thread shriny
I am trying to use cxf library for adwords client, I am able to generate stubs and invoke the api but ran into issues like operand missing in campaignoperation as cxf igonores it Anyone else using cxf ? -Shriny -- You received this message because you are subscribed to the Google Groups "AdWo

AdWords API Re: Axis2 1.4.1 wsdl2java code generation

2009-04-13 Thread AdWords API Advisor
> generate code from wsdl but when i am > compiling it, showing number of errors and generating wrong java > source. When i generated code from wsdl2java > tool, it is generating right code and i am able to compile it with > same lib jars as i was using with api code. > >

AdWords API Axis2 1.4.1 wsdl2java code generation

2009-04-09 Thread prakash.pr...@gmail.com
Hi All, I am using Axis2 1.4.1 API to generate code from wsdl. I am able to generate code from wsdl but when i am compiling it, showing number of errors and generating wrong java source. When i generated code from wsdl2java tool, it is generating right code and i am able to compile it with same

AdWords API Re: Axis2 1.4.1 wsdl2java

2009-03-04 Thread AdWords API Advisor
-Jeff Posnick, AdWords API Team > > > On Jan 22, 7:43 pm, Eric wrote: > > > > Has anybody had success using Axis21.4.1 to generate java code from > > > the WSDLs?  If so, what command line parameters did you use? > > > > I've generated client side code us

AdWords API Re: Axis2 1.4.1 wsdl2java

2009-03-03 Thread Jyothirmayee
and line parameters did you use? > > > I've generated client side code using both ADB and XMLBeans but get > > code that won't compile.  Specifically, wsdl2java seems to have > > problems with ApiError, ApiException, and Fault.  I'm generating code > > using

AdWords API Re: Axis2 1.4.1 wsdl2java

2009-01-23 Thread Eric
java code from > > the WSDLs?  If so, what command line parameters did you use? > > > I've generated client side code using both ADB and XMLBeans but get > > code that won't compile.  Specifically, wsdl2java seems to have > > problems with ApiError, ApiException,

AdWords API Re: Axis2 1.4.1 wsdl2java

2009-01-23 Thread AdWords API Advisor
and XMLBeans but get > code that won't compile.  Specifically, wsdl2java seems to have > problems with ApiError, ApiException, and Fault.  I'm generating code > using -g and -u  since the WSDLs share common types. > > Thanks. > > -Eric --~--~-~--~~

AdWords API Axis2 1.4.1 wsdl2java

2009-01-22 Thread Eric
Has anybody had success using Axis2 1.4.1 to generate java code from the WSDLs? If so, what command line parameters did you use? I've generated client side code using both ADB and XMLBeans but get code that won't compile. Specifically, wsdl2java seems to have problems wit