My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

v3 Notes: You must generate stubs using Axis2 (we've tested with v1.4). As the API is a SOAP 1.1 service, you must be sure to use those bindings.

To generate production stubs utilizing Axis2's wsdl2java.sh:

./wsdl2java.sh -p com.google.api.adsense.v3.${SERVICE_NAME} -ap -uri https://google.com/api/adsense/v3/${SERVICE_NAME}?wsdl

Note: This will generate code for each port in the wsdl (in this case, each port corresponds to a binding style, ie SOAP 1.1, SOAP 1.2, etc). You can generate for a specific port by substituting the '-pn v3/${SERVICE_NAME}SOAP11port_https' flag for the '-ap' flag.

Powered by Google Project Hosting