Still no answer either from google or from soapUI. i went the Python way, and the PHP way too, encounter many problems I'm trying to go Java too but as a total newbie I also get nothing working at all.
If you have some spare time to run some tests you side I would be really thrilled. I'm well stuck going around in circles in this new unfriendly universe. I miss windows >< What I can tell is what I think is the problem. Google says in the introduction of the JAVA sample chapter to run these command lines from thr axis2 directory : ./wsdl2java.sh -p com.google.sandbox.api.adsense.v3.AccountService -ap -uri https://sandbox.google.com/api/adsense/v3/AccountService?wsdl As I already used those lines I only got that Using AXIS2_HOME: /home/administrateur/workspace/CanalBlog/axis2 Using JAVA_HOME: /usr/lib/jvm/java-6-sun/ Retrieving document at 'https://sandbox.google.com/api/adsense/v3/ AccountService?wsdl'. [WARN] Type {http://www.w3.org/2001/XMLSchema}Exception missing! [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ ResendVerificationEmailFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ AssociateAccountFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ AddSyndicationServiceFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ CreateAdSenseAccountFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetEntityTypeFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetBulkApprovalStatusFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetBulkAssociationStatusFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ CreateAccountFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetAssociationStatusFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ SetUsersPreferredLocaleFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ ChangeRevenueShareTierFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ AssociateExistingAccountFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetDeveloperSiteDataFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetSyndicationServiceFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetApprovalStatusFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ ResendVerificationEmailFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ AssociateAccountFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ AddSyndicationServiceFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ CreateAdSenseAccountFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetEntityTypeFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetBulkApprovalStatusFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetBulkAssociationStatusFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ CreateAccountFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetAssociationStatusFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ SetUsersPreferredLocaleFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ ChangeRevenueShareTierFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ AssociateExistingAccountFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetDeveloperSiteDataFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetSyndicationServiceFault.java file cannot be overwritten. [INFO] The ./src/com/google/sandbox/api/adsense/v3/AccountService/ GetApprovalStatusFault.java file cannot be overwritten. Here is the Google thread where I required their aid and got nothing in return so far -_- http://groups.google.com/group/adsense-api/browse_thread/thread/a45645ca85637fd9/5ad7a32a04e9aca0#5ad7a32a04e9aca0 And here is the place where they have put the google sample java code mojo http://code.google.com/apis/adsense/developer/adsense_api_samples.html ANY good idea would be a relief, I feel like my head is gonna explode. Now I'm tryin to get the JAVA compiling or whatever... Thanks, Michaƫl -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
