Axis Issues

2 views
Skip to first unread message

Troy

unread,
Aug 4, 2008, 2:25:08 PM8/4/08
to AdWords API Forum
We are running Adwords jar in jvm with some other amazon services
stuff. Unfortunately they all use different version of axis. We would
hate to have to run a seperate jvm just for Adwords but it is looking
like that is the case unless I can find the code or a Axis 1.2 version
of the adwords jar.

The only error we see is ElementDesc.setNillable(V) so far...

do you know if the src code for the adwords jar is available? We could
fix it manually.

Thanks

AdWords API Advisor

unread,
Aug 4, 2008, 2:39:00 PM8/4/08
to AdWords API Forum
Hello Troy,

The source code for the AdWords API Java client library is available
from

http://code.google.com/p/google-api-adwords-java/source/checkout

If you do find something that you need to change and it's backwards
compatible with older versions of Axis, you could file a bug about it
at

http://code.google.com/p/google-api-adwords-java/issues/list

and it may make it in to the next patch release.

Alternatively, if you need to use the AdWords API from a specific
version of Axis you can just generate SOAP stub libraries yourself
from Axis based on our WSDL definitions (this is what the client
library does under the hood). You'd miss out on some of the nice
features of the client library, like its logging and the way it
handles credentials, though.

Cheers,
-Jeff Posnick, AdWords API Team

Troy

unread,
Aug 5, 2008, 1:32:31 PM8/5/08
to AdWords API Forum
I realized the code was in the zip after my post. Tried to convert it
over to Axis 1.2.0 with no luck. Too many dependencies on new methods/
ojects from 1.2.1. The wsdl might be our only option but I was hoping
not to have to rework everything... and generating all new code could
get tedious. As a workaround we are currently running our Adwords
code in a sandbox standalone. Not the optimal way to go, but at least
it works. Anyone out there who already has V11 running with 1.2.0 of
Axis :)

Cheers
Reply all
Reply to author
Forward
0 new messages