<?xml version="1.0" encoding="UTF-8"?> <env:envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Header> <RequestHeader xmlns="https://www.google.com/apis/ads/publisher/v201403"> <networkCode xmlns="https://www.google.com/apis/ads/publisher/v201403">MyNetworkCodeHere </networkCode> <applicationName xmlns="https://www.google.com/apis/ads/publisher/v201403">DFP Integration Test </applicationName> <authentication xsi:type="OAuth" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance>" xmlns="https://www.google.com/apis/ads/publisher/v201403"> <parameters>My.Access.Token.Here</parameters> </authentication> </RequestHeader> </env:Header> <env:Body> <getCompaniesByStatement xmlns="https://www.google.com/apis/ads/publisher/v201403"> <filterStatement> <query>WHERE name = 'XYZ' LIMIT 1</query> </filterStatement> </getCompaniesByStatement> </env:Body> </env:envelope>
Is there a way to get more detailed description of what's wrong with the transaction?
Did anybody see this problem before? How did you fix it?
Thanks!
<?xml version="1.0" encoding="UTF-8"?> <env:envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Header>
<ns1:RequestHeader actor="http://schemas.xmlsoap.org/soap/actor/next" mustUnderstand="0" xsi:type="ns1:SoapRequestHeader" xmlns:ns1="https://www.google.com/apis/ads/publisher/v201403" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ns1:authentication xsi:type="ns1:OAuth" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ns1:parameters>Bearer My.Access.Token</ns1:parameters> </ns1:authentication> <ns1:networkCode xsi:type="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">MyNetWorkCode </ns1:networkCode> <ns1:applicationName xsi:type="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">app.name </ns1:applicationName> </ns1:RequestHeader>
</env:Header> <env:Body> <getCompaniesByStatement xmlns="https://www.google.com/apis/ads/publisher/v201403"> <filterStatement>
<query>WHERE name = 'xyz' LIMIT 1</query>