AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: javax.net.ssl.SSLKeyException: RSA premaster secret error
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:javax.net.ssl.SSLKeyException: RSA
premast
I write a very simple program in using google-adwords api, as follows:
AdWordsUser user = new AdWordsUser();
CampaignServiceInterface campaignService =
user.getValidationService(AdWordsService.V201101.CAMPAIGN_SERVICE);
But it always throw an exception no matter which service I get,
java