hi, I use vs.net 2008. I get a strange fault as below. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</ faultcode><faultstring>Fault occurred while processing.</faultstring></ soap:Fault></soap:Body></soap:Envelope>
My soap request as below. <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200909"> <authToken>xxx</authToken> <clientEmail>xxx</clientEmail> <developerToken>xxx</developerToken> <userAgent>xxx</userAgent> </RequestHeader></soap:Header> <soap:Body> <getBulkKeywordIdeas xmlns="https://adwords.google.com/api/adwords/o/ v200909"><selector><searchParameters xsi:type="RelatedToKeywordSearchParameter"><keywords><text xmlns="https://adwords.google.com/api/adwords/cm/v200909">IPAD</ text><matchType xmlns="https://adwords.google.com/api/adwords/cm/ v200909">EXACT</matchType></keywords></ searchParameters><ideaType>KEYWORD</ideaType><requestType>IDEAS</ requestType></selector></getBulkKeywordIdeas> </soap:Body></soap:Envelope> please help me. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
