Hi to all,

I've experience a problem when try to make SOAP request for v200906
API.

This is a simple soap request generated by soapclient function
__soapcall:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v200906">
        <SOAP-ENV:Header>
        <ns1:authToken>..code..</ns1:authToken>
        <ns1:useragent>useragent name</ns1:useragent>
                <ns1:clientEmail>x...@xxxxx.xx</ns1:clientEmail>
                <ns1:developerToken>devtoken</ns1:developerToken>
                <ns1:applicationToken>application token</
ns1:applicationToken>
        </SOAP-ENV:Header>
        <SOAP-ENV:Body>
                <ns1:get>
                        <ns1:selector>
                                <ns1:adGroupIds>xxxxxxxx</ns1:adGroupIds>
                        </ns1:selector>
                </ns1:get>
        </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I always obtain this response:
<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>

Is there something wrong in my request?
Is there some settings for soapclient class for make correct request?





--~--~---------~--~----~------------~-------~--~----~
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