Hi ,

    I have an web application which implements Adword APi, It was working 
find till today , 
   But today strangely i have this error while creating campaigns , 
Adgroups .... 

Application details :

  Java Web application
  Adword APi 2014 02 version
  
Could some body can help me what is the exact problem.
I am not creating XML , I am directly using API library for calls.


below Input :

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <soapenv:Header>
      <ns1:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201402"; 
soapenv:mustUnderstand="0">
         <ns1:clientCustomerId>923-704-3581</ns1:clientCustomerId>
         <ns1:developerToken>NtxnvD8buZsQ_QylPnlNaA</ns1:developerToken>
         <ns1:userAgent>rakuten_de:AdwordAPIClient:v14_09 (AwApi-Java, 
AdWords-Axis/1.32.0, Common-Java/1.32.0, Axis/1.4, Java/1.7.0_25, 
maven)</ns1:userAgent>
         <ns1:validateOnly>false</ns1:validateOnly>
         <ns1:partialFailure>false</ns1:partialFailure>
      </ns1:RequestHeader>
   </soapenv:Header>
   <soapenv:Body>
      <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201402";>
         <operations>
            <operator>ADD</operator>
            <operand>
               <campaignId>210806765</campaignId>
               <campaignName>1138 - Baby Bodys Mädchen</campaignName>
               <name>1138 - Baby Bodys Mädchen</name>
               <status>ENABLED</status>
               <biddingStrategyConfiguration>
                  <biddingStrategyType>MANUAL_CPC</biddingStrategyType>
                  <biddingStrategySource>ADGROUP</biddingStrategySource>
                  <bids 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201402"; 
xsi:type="ns2:CpcBid">
                     <ns2:bid>
                        <ns2:microAmount>20000</ns2:microAmount>
                     </ns2:bid>
                  </bids>
               </biddingStrategyConfiguration>
               
<contentBidCriterionTypeGroup>NONE</contentBidCriterionTypeGroup>
            </operand>
         </operations>
      </mutate>
   </soapenv:Body>
</soapenv:Envelope>

Error Output:

<?xml version="1.0" encoding="UTF-8"?><soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
    <soap:Body>
        <soap:Fault>
            <faultcode>soap:Client</faultcode>
            <faultstring>XML_STREAM_EXC</faultstring>
        </soap:Fault>
    </soap:Body>
</soap:Envelope>


StackTrace :

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
 faultSubcode: 
 faultString: XML_STREAM_EXC
 faultActor: 
 faultNode: 
 faultDetail: 
    {http://xml.apache.org/axis/}stackTrace:XML_STREAM_EXC
    at 
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
    at 
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
    at 
org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
    at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:606)


 thx

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8b5a570a-c1c0-4831-98eb-4bfd53a3b99e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to