It looks like adWords started as axis1 based on this example:
http://code.google.com/p/adwords-api-java-samples/source/browse/trunk/src/GetAllCampaigns.java
import org.apache.axis.client.Stub;
...
// Define SOAP headers.
((Stub) service).setHeader(namespace, "email", email);
vs. "import org.axis2.client.Stub". Generating a client via axis2
seems to lead to an API wherein each call to a service needs to pass
all the verification info (e.g. CampaignServiceStub.java), in that the
Stub class lacks the setHeader() method. Is this bulky approach really
necessary, and if so why on earth, when axis1 was so lightweight?
Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---