Hi guyz,

Since the new release for the Java Client, I can't create any new
Campaign.

I've got an error with the Money : "Invalid element in
com.google.api.adwords.v200902.Money - ComparableValue.Type"

Here is my call for the money class :
"budget = new Budget(
BudgetBudgetPeriod.DAILY,
new Money(currency, _budget),
BudgetBudgetDeliveryMethod.STANDARD);"

Is there any problem from your side or maybe there is a
BeanDeserializer problem again.

Here is the error from axis :
---------------------------------------------------------------
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
 faultSubcode:
 faultString: org.xml.sax.SAXException: Invalid element in
com.google.api.adwords.v200902.Money - ComparableValue.Type
 faultActor:
 faultNode:
 faultDetail:
        {http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXException:
Invalid element in com.google.api.adwords.v200902.Money -
ComparableValue.Type
        at org.apache.axis.encoding.ser.BeanDeserializer.onStartChild
(BeanDeserializer.java:258)
        at org.apache.axis.encoding.DeserializationContext.startElement
(DeserializationContext.java:1035)
        at org.apache.axis.message.SAX2EventRecorder.replay
(SAX2EventRecorder.java:165)
        at org.apache.axis.message.MessageElement.publishToHandler
(MessageElement.java:1141)
        at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:
236)
        at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)
        at org.apache.axis.client.Call.invoke(Call.java:2467)
        at org.apache.axis.client.Call.invoke(Call.java:2366)
        at org.apache.axis.client.Call.invoke(Call.java:1812)
        at
com.google.api.adwords.v200902.CampaignServiceSoapBindingStub.mutate
(CampaignServiceSoapBindingStub.java:847)
---------------------------------------------------------

Cheers,
Qmepop
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to