HI, i am getting an exception with error string "fault occurred while processing", i am not able to figure out whats wrong in it.
here is the soap request i am trying to send. <?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 soapenv:actor=" http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/adwords/info/v200909"> <ns2:applicationToken xmlns:ns2=" https://adwords.google.com/api/adwords/cm/v200909 ">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</ns2:applicationToken> <ns3:authToken xmlns:ns3=" https://adwords.google.com/api/adwords/cm/v200909 ">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</ns3:authToken> <ns4:clientEmail xmlns:ns4=" https://adwords.google.com/api/adwords/cm/v200909 ">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx</ns4:clientEmail> <ns5:developerToken xmlns:ns5=" https://adwords.google.com/api/adwords/cm/v200909 ">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXxx</ns5:developerToken> <ns6:userAgent xmlns:ns6=" https://adwords.google.com/api/adwords/cm/v200909">Search</ns6:userAgent> <ns7:validateOnly xmlns:ns7=" https://adwords.google.com/api/adwords/cm/v200909">false</ns7:validateOnly> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <get xmlns="https://adwords.google.com/api/adwords/info/v200909"> <selector> <dateRange> <ns8:min xmlns:ns8=" https://adwords.google.com/api/adwords/cm/v200909">20100401</ns8:min> <ns9:max xmlns:ns9=" https://adwords.google.com/api/adwords/cm/v200909">20100416</ns9:max> </dateRange> <clientEmails>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</clientEmails> <apiUsageType>UNIT_COUNT_FOR_CLIENTS</apiUsageType> </selector> </get> </soapenv:Body> </soapenv:Envelope> and the exception received AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: Fault occurred while processing. faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:Fault occurred while processing. 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 org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(Unknown Source) at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:796) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) 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.v200909.info.InfoServiceSoapBindingStub.get(InfoServiceSoapBindingStub.java:444) please help me out on this issue. Thank you, Sai Raghavendra. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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