Hi,

Unfortunately, this looks like an issue in the third-party node.js library 
and I would not be able to help you with debugging the issue completely. 
However, I can see that there are namespace conflicts in the SOAP request 
XML generated by your code. If you compare the XML in your previous 
response with the XML below, you would see the namespace conflicts, 
specifically near the *<searchParameters 
xsi:type="LanguageSearchParameter">* line. I would recommend fixing the 
namespace issues and trying again. If that doesn't work, I would recommend 
opening an issue in the Github repository of the node.js client library.

*Sample SOAP request XML for Targeting Idea Service (generated with the 
AdWords API Java client library)*:

<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/o/v201607"; 
soapenv:mustUnderstand="0">
            <ns2:clientCustomerId 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201607";>XXXXXXXXXX</ns2:clientCustomerId>
            <ns3:developerToken 
xmlns:ns3="https://adwords.google.com/api/adwords/cm/v201607";>REDACTED</ns3:developerToken>
            <ns4:userAgent 
xmlns:ns4="https://adwords.google.com/api/adwords/cm/v201607";>TestCompany 
(AwApi-Java, AdWords-Axis/2.19.0, Common-Java/2.19.0, Axis/1.4, 
Java/1.8.0-google-v7, maven)</ns4:userAgent>
            <ns5:validateOnly 
xmlns:ns5="https://adwords.google.com/api/adwords/cm/v201607";>false</ns5:validateOnly>
            <ns6:partialFailure 
xmlns:ns6="https://adwords.google.com/api/adwords/cm/v201607";>false</ns6:partialFailure>
        </ns1:RequestHeader>
    </soapenv:Header>
    <soapenv:Body>
        <get xmlns="https://adwords.google.com/api/adwords/o/v201607";>
            <selector>
                <searchParameters 
xmlns:ns7="https://adwords.google.com/api/adwords/o/v201607"; 
xsi:type="ns7:RelatedToQuerySearchParameter">
                    <ns7:queries>some keyword</ns7:queries>
                </searchParameters>
                <searchParameters 
xmlns:ns8="https://adwords.google.com/api/adwords/o/v201607"; 
xsi:type="ns8:LanguageSearchParameter">
                    <ns8:languages>
                        <ns9:id 
xmlns:ns9="https://adwords.google.com/api/adwords/cm/v201607";>1000</ns9:id>
                    </ns8:languages>
                </searchParameters>
                <searchParameters 
xmlns:ns10="https://adwords.google.com/api/adwords/o/v201607"; 
xsi:type="ns10:NetworkSearchParameter">
                    <ns10:networkSetting>
                        <ns11:targetGoogleSearch 
xmlns:ns11="https://adwords.google.com/api/adwords/cm/v201607";>true</ns11:targetGoogleSearch>
                        <ns12:targetSearchNetwork 
xmlns:ns12="https://adwords.google.com/api/adwords/cm/v201607";>false</ns12:targetSearchNetwork>
                        <ns13:targetContentNetwork 
xmlns:ns13="https://adwords.google.com/api/adwords/cm/v201607";>false</ns13:targetContentNetwork>
                        <ns14:targetPartnerSearchNetwork 
xmlns:ns14="https://adwords.google.com/api/adwords/cm/v201607";>false</ns14:targetPartnerSearchNetwork>
                    </ns10:networkSetting>
                </searchParameters>
                <ideaType>KEYWORD</ideaType>
                <requestType>IDEAS</requestType>
                
<requestedAttributeTypes>KEYWORD_TEXT</requestedAttributeTypes>
                
<requestedAttributeTypes>SEARCH_VOLUME</requestedAttributeTypes>
                
<requestedAttributeTypes>CATEGORY_PRODUCTS_AND_SERVICES</requestedAttributeTypes>
                <paging>
                    <ns15:startIndex 
xmlns:ns15="https://adwords.google.com/api/adwords/cm/v201607";>0</ns15:startIndex>
                    <ns16:numberResults 
xmlns:ns16="https://adwords.google.com/api/adwords/cm/v201607";>10</ns16:numberResults>
                </paging>
            </selector>
        </get>
    </soapenv:Body>
</soapenv:Envelope> 

Regards,
Vishal, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2829e831-c861-4e19-b8c7-57614b077663%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to