I'm sending the following SOAP envelopes and get in return the same error 
result:

*soap:Server: [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], 
RequiredError.REQUIRED @ operations[0].operator, RequiredError.REQUIRED @ 
operations[0].operand]: [object Object]*


*Envelope 1*

<soap:Envelope
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xmlns:tns="https://adwords.google.com/api/adwords/rm/v201506";
    xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";
    xmlns:cm="https://adwords.google.com/api/adwords/cm/v201506";>
    <soap:Header>
        <tns:RequestHeader>
            <tns:clientCustomerId>--------</tns:clientCustomerId>
            <tns:developerToken>---------</tns:developerToken>
            <tns:userAgent>-------------</tns:userAgent>
        </tns:RequestHeader>
    </soap:Header>
    <soap:Body>
        <mutate
            xmlns="https://adwords.google.com/api/adwords/rm/v201506";>
            <operations soapenc:arrayType="ns1:UserListOperation[1]" 
xsi:type="soapenc:Array"
                
xmlns:ns1="https://adwords.google.com/api/adwords/rm/v201506";
                xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>
                <operations xsi:type="ns1:UserListOperation">
                    <operator xsi:type="cm:Operator">ADD</operator>
                    <operand xsi:type="ns1:BasicUserList"
                        xmlns="">
                        <name xsi:type="xsd:string">Mars cruise customers 
#1439904839789</name>
                        <description xsi:type="xsd:string">A list of mars 
cruise customers in the last year</description>
                        <status 
xsi:type="ns1:UserListMembershipStatus">OPEN</status>
                        <membershipLifeSpan 
xsi:type="xsd:long">365</membershipLifeSpan>
                        <conversionTypes 
xsi:type="ns1:UserListConversionType">
                            <name xsi:type="xsd:string">Mars cruise 
customers #1439904839788</name>
                        </conversionTypes>
                    </operand>
                </operations>
            </operations>
        </mutate>
    </soap:Body>
</soap:Envelope>


*Envelope 2*

<soap:Envelope
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xmlns:tns="https://adwords.google.com/api/adwords/rm/v201506";
    xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";
    xmlns:cm="https://adwords.google.com/api/adwords/cm/v201506";>
    <soap:Header>
        <ns1:RequestHeader
            xmlns:ns1="https://adwords.google.com/api/adwords/rm/v201506";
            xmlns="https://adwords.google.com/api/adwords/rm/v201506";>
            <ns1:clientCustomerId>----------</ns1:clientCustomerId>
            <ns1:developerToken>-----------</ns1:developerToken>
            <ns1:userAgent>-----------</ns1:userAgent>
        </ns1:RequestHeader>
    </soap:Header>
    <soap:Body>
        <tns:mutate
            xmlns:tns="https://adwords.google.com/api/adwords/rm/v201506";
            xmlns="https://adwords.google.com/api/adwords/rm/v201506";>
            <tns:operations>
                <tns:operator>ADD</tns:operator>
                <tns:operand xsi:type="BasicUserList">
                    <tns:name>API TEST - 1439905248572</tns:name>
                    <tns:description>API TEST - 
1439905248572</tns:description>
                    <tns:membershipLifeSpan>30</tns:membershipLifeSpan>
                    <tns:conversionTypes>
                        <tns:name>API TEST - 1439905248572</tns:name>
                    </tns:conversionTypes>
                    <tns:status>OPEN</tns:status>
                </tns:operand>
            </tns:operations>
        </tns:mutate>
    </soap:Body>
</soap:Envelope>

What is missing from these envelopes?
How can I resolve the *OPERATOR_NOT_SUPPORTED* issue? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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
--- 
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 [email protected].
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/4e1b4d8d-74fc-419d-82d0-5f13a9834458%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to