BingAds GetAdsByIds Service return error for "TypeNotFound: Type not found: 'LongHeadlines'"

Omri Gal 96 Reputation points
2021-05-26T05:33:22.493+00:00

When calling to the GetAdsByIds Service with a specific AdGroupId, we receive an error - "TypeNotFound: Type not found: 'LongHeadlines'".

This happens on a daily basis, for several customers.
Note we use the latest Bingads Package version (13.0.08) & suds-jurko (0.6)
Attaching the full request and response:
Request:

ad_group_id = 1143492753395126
AdIds = (ArrayOflong){
   long[] = 
      71468377381170,
 }
AdTypes = (ArrayOfAdType){
   AdType[] = 
      "DynamicSearch",
      "ResponsiveSearch",
      "Text",
      "Image",
      "Product",
      "ResponsiveAd",
      "ExpandedText",
      "AppInstall"
 }

ret = self.campaign_service.GetAdsByIds(
                    AdGroupId=ad_group_id,
                    AdIds=AdIds,
                    AdTypes=ad_types_object)   

Response:

ERROR:suds.umx.typed:Schema:0x7fcd0b11ca50
(raw)
   <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified">
      <xs:element nillable="true" type="xs:anyType" name="anyType"/>
      <xs:element nillable="true" type="xs:anyURI" name="anyURI"/>
      <xs:element nillable="true" type="xs:base64Binary" name="base64Binary"/>
      <xs:element nillable="true" type="xs:boolean" name="boolean"/>
      <xs:element nillable="true" type="xs:byte" name="byte"/>
      <xs:element nillable="true" type="xs:dateTime" name="dateTime"/>
      <xs:element nillable="true" type="xs:decimal" name="decimal"/>
      <xs:element nillable="true" type="xs:double" name="double"/>
      <xs:element nillable="true" type="xs:float" name="float"/>
      <xs:element nillable="true" type="xs:int" name="int"/>
      <xs:element nillable="true" type="xs:long" name="long"/>
      <xs:element nillable="true" type="xs:QName" name="QName"/>
      <xs:element nillable="true" type="xs:short" name="short"/>
      <xs:element nillable="true" type="xs:string" name="string"/>
      <xs:element nillable="true" type="xs:unsignedByte" name="unsignedByte"/>
      <xs:element nillable="true" type="xs:unsignedInt" name="unsignedInt"/>
      <xs:element nillable="true" type="xs:unsignedLong" name="unsignedLong"/>
      <xs:element nillable="true" type="xs:unsignedShort" name="unsignedShort"/>
      <xs:element nillable="true" type="tns:char" name="char"/>
      <xs:simpleType name="char">
         <xs:restriction base="xs:int"/>
      </xs:simpleType>
      <xs:element nillable="true" type="tns:duration" name="duration"/>
      <xs:simpleType name="duration">
         <xs:restriction base="xs:duration">
            <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/>
            <xs:minInclusive value="-P10675199DT2H48M5.4775808S"/>
            <xs:maxInclusive value="P10675199DT2H48M5.4775807S"/>
         </xs:restriction>
      </xs:simpleType>
      <xs:element nillable="true" type="tns:guid" name="guid"/>
      <xs:simpleType name="guid">
         <xs:restriction base="xs:string">
            <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
         </xs:restriction>
      </xs:simpleType>
      <xs:attribute type="xs:QName" name="FactoryType"/>
      <xs:attribute type="xs:ID" name="Id"/>
      <xs:attribute type="xs:IDREF" name="Ref"/>
   </xs:schema>
(model)
   <Element:0x7fcd0b11cd50 name="anyType" type="(u'anyType', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b11cdd0 name="anyURI" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b11ce50 name="base64Binary" type="(u'base64Binary', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b11ced0 name="boolean" type="(u'boolean', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b11cf50 name="byte" type="(u'byte', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b11cfd0 name="dateTime" type="(u'dateTime', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129090 name="decimal" type="(u'decimal', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129110 name="double" type="(u'double', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129190 name="float" type="(u'float', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129210 name="int" type="(u'int', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129290 name="long" type="(u'long', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129310 name="QName" type="(u'QName', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129390 name="short" type="(u'short', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129410 name="string" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129490 name="unsignedByte" type="(u'unsignedByte', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129510 name="unsignedInt" type="(u'unsignedInt', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129590 name="unsignedLong" type="(u'unsignedLong', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129610 name="unsignedShort" type="(u'unsignedShort', u'http://www.w3.org/2001/XMLSchema')" />
   <Element:0x7fcd0b129690 name="char" type="(u'char', u'http://schemas.microsoft.com/2003/10/Serialization/')" />
   <Simple:0x7fcd0b129710 name="char" />
   <Element:0x7fcd0b129790 name="duration" type="(u'duration', u'http://schemas.microsoft.com/2003/10/Serialization/')" />
   <Simple:0x7fcd0b129890 name="duration" />
   <Element:0x7fcd0b129910 name="guid" type="(u'guid', u'http://schemas.microsoft.com/2003/10/Serialization/')" />
   <Simple:0x7fcd0b129a10 name="guid" />
   <Attribute:0x7fcd0b129a90 name="FactoryType" type="(u'QName', u'http://www.w3.org/2001/XMLSchema')" />
   <Attribute:0x7fcd0b129b90 name="Id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />
   <Attribute:0x7fcd0b129c10 name="Ref" type="(u'IDREF', u'http://www.w3.org/2001/XMLSchema')" />
ERROR:suds.client:<suds.sax.document.Document instance at 0x7f97255de560>
Traceback (most recent call last):
  File "*******/lib/python2.7/site-packages/IPython/core/interactiveshell.py", line 2882, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)
  File "<ipython-input-3-398b453b21f1>", line 4, in <module>
    AdTypes=ad_types_object
  File "*******/lib/python2.7/site-packages/bingads/service_client.py", line 273, in __call__
    raise ex
TypeNotFound: Type not found: 'LongHeadlines'

Thanks in advance,
Omri Gal, Singular

Microsoft Advertising API
Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
402 questions
0 comments No comments
{count} votes

Accepted answer
  1. Omri Gal 96 Reputation points
    2021-05-30T13:21:13.803+00:00

    Here is another example:

    DEBUG:suds.client:sending to (https://campaign.api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/V13/CampaignManagementService.svc)
    message:
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:tns="https://bingads.microsoft.com/CampaignManagement/v13" xmlns:ns0="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v13" xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Header>
          <tns:AuthenticationToken>****</tns:AuthenticationToken>
          <tns:CustomerAccountId>***</tns:CustomerAccountId>
          <tns:CustomerId>***</tns:CustomerId>
          <tns:DeveloperToken>***</tns:DeveloperToken>
       </SOAP-ENV:Header>
       <ns2:Body>
          <ns1:GetAdsByIdsRequest>
             <ns1:AdGroupId>1221557836346381</ns1:AdGroupId>
             <ns1:AdIds>
                <ns0:long>76347480843849</ns0:long>
                <ns0:long>76347480843850</ns0:long>
                <ns0:long>76347491104797</ns0:long>
                <ns0:long>76347471818414</ns0:long>
             </ns1:AdIds>
             <ns1:AdTypes>
                <ns1:AdType>DynamicSearch</ns1:AdType>
                <ns1:AdType>ResponsiveSearch</ns1:AdType>
                <ns1:AdType>Text</ns1:AdType>
                <ns1:AdType>Image</ns1:AdType>
                <ns1:AdType>Product</ns1:AdType>
                <ns1:AdType>ResponsiveAd</ns1:AdType>
                <ns1:AdType>ExpandedText</ns1:AdType>
                <ns1:AdType>AppInstall</ns1:AdType>
             </ns1:AdTypes>
          </ns1:GetAdsByIdsRequest>
       </ns2:Body>
    </SOAP-ENV:Envelope>
    DEBUG:suds.client:headers = {'SOAPAction': '"GetAdsByIds"', 'Content-Type': 'text/xml; charset=utf-8', 'User-Agent': 'BingAdsSDKPython 13.0.8 (2, 7, 16)'}
    DEBUG:suds.transport.http:sending:
    URL: https://campaign.api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/V13/CampaignManagementService.svc
    HEADERS: {'Soapaction': '"GetAdsByIds"', 'SOAPAction': '"GetAdsByIds"', 'User-agent': 'BingAdsSDKPython 13.0.8 (2, 7, 16)', 'Content-Type': 'text/xml; charset=utf-8', 'Content-type': 'text/xml; charset=utf-8', 'User-Agent': 'BingAdsSDKPython 13.0.8 (2, 7, 16)'}
    MESSAGE:
    <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:tns="https://bingads.microsoft.com/CampaignManagement/v13" xmlns:ns0="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v13" xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header><tns:AuthenticationToken>***</tns:AuthenticationToken><tns:CustomerAccountId>****</tns:CustomerAccountId><tns:CustomerId>****</tns:CustomerId><tns:DeveloperToken>****</tns:DeveloperToken></SOAP-ENV:Header><ns2:Body><ns1:GetAdsByIdsRequest><ns1:AdGroupId>1221557836346381</ns1:AdGroupId><ns1:AdIds><ns0:long>76347480843849</ns0:long><ns0:long>76347480843850</ns0:long><ns0:long>76347491104797</ns0:long><ns0:long>76347471818414</ns0:long></ns1:AdIds><ns1:AdTypes><ns1:AdType>DynamicSearch</ns1:AdType><ns1:AdType>ResponsiveSearch</ns1:AdType><ns1:AdType>Text</ns1:AdType><ns1:AdType>Image</ns1:AdType><ns1:AdType>Product</ns1:AdType><ns1:AdType>ResponsiveAd</ns1:AdType><ns1:AdType>ExpandedText</ns1:AdType><ns1:AdType>AppInstall</ns1:AdType></ns1:AdTypes></ns1:GetAdsByIdsRequest></ns2:Body></SOAP-ENV:Envelope>
    DEBUG:suds.transport.http:received:
    CODE: 200
    HEADERS: {'content-length': '5617', 'content-type': 'text/xml; charset=utf-8', 'x-ms-trackingid': 'af194ef5-e0fb-4e7d-9616-3a1ecd9e81ae', 'server': 'Kestrel', 'connection': 'keep-alive', 'date': 'Sun, 30 May 2021 13:13:24 GMT', 'x-ms-requestid': 'af194ef5-e0fb-4e7d-9616-3a1ecd9e81ae'}
    MESSAGE:
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v13">af194ef5-e0fb-4e7d-9616-3a1ecd9e81ae</h:TrackingId></s:Header><s:Body><GetAdsByIdsResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v13"><Ads xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Ad i:type="ExpandedTextAd"><AdFormatPreference>All</AdFormatPreference><DevicePreference>0</DevicePreference><EditorialStatus>Active</EditorialStatus><FinalAppUrls i:nil="true"/><FinalMobileUrls i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><FinalUrlSuffix i:nil="true"/><FinalUrls xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><a:string>https://playwsop.com</a:string></FinalUrls><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"/><Id>76347480843849</Id><Status>Active</Status><TrackingUrlTemplate i:nil="true"/><Type>ExpandedText</Type><UrlCustomParameters i:nil="true"/><Domain>playwsop.com</Domain><Path1/><Path2/><Text>No Gimmicks, Just  Poker. Real People, Great Poker, Play Now!</Text><TextPart2>Play WSOP Anytime, Anywhere, On Any Device!</TextPart2><TitlePart1>WSOP - The Official Free Game</TitlePart1><TitlePart2>Play Poker Online for Free</TitlePart2><TitlePart3>Texas Holdem Poker</TitlePart3></Ad><Ad i:type="ExpandedTextAd"><AdFormatPreference>All</AdFormatPreference><DevicePreference>0</DevicePreference><EditorialStatus>Active</EditorialStatus><FinalAppUrls i:nil="true"/><FinalMobileUrls i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><FinalUrlSuffix i:nil="true"/><FinalUrls xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><a:string>https://playwsop.com</a:string></FinalUrls><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"/><Id>76347480843850</Id><Status>Active</Status><TrackingUrlTemplate i:nil="true"/><Type>ExpandedText</Type><UrlCustomParameters i:nil="true"/><Domain>playwsop.com</Domain><Path1/><Path2/><Text>The Most Authentic Poker Online. Play now and get 15,000 FREE chips!</Text><TextPart2>Intended For Use By Those 21 Or Older For Amusement Purposes Only.</TextPart2><TitlePart1>Play WSOP Free Poker</TitlePart1><TitlePart2>Play Free Poker Online</TitlePart2><TitlePart3>Download On The App Store</TitlePart3></Ad><Ad i:type="ResponsiveAd"><AdFormatPreference i:nil="true"/><DevicePreference>0</DevicePreference><EditorialStatus>Active</EditorialStatus><FinalAppUrls i:nil="true"/><FinalMobileUrls i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><FinalUrlSuffix i:nil="true"/><FinalUrls xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><a:string>https://playwsop.com</a:string></FinalUrls><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"/><Id>76347491104797</Id><Status>Active</Status><TrackingUrlTemplate i:nil="true"/><Type>ResponsiveAd</Type><UrlCustomParameters i:nil="true"/><BusinessName>playwsop.com</BusinessName><CallToAction i:nil="true"/><CallToActionLanguage i:nil="true"/><Descriptions i:nil="true"/><Headline>Play WSOP Free Poker</Headline><Headlines i:nil="true"/><Images><AssetLink><Asset i:type="ImageAsset"><Id>7971459304261</Id><Name i:nil="true"/><Type>ImageAsset</Type><CropHeight>566</CropHeight><CropWidth>1080</CropWidth><CropX>0</CropX><CropY>257</CropY><SubType>LandscapeImageMedia</SubType></Asset><AssetPerformanceLabel i:nil="true"/><EditorialStatus i:nil="true"/><PinnedField i:nil="true"/></AssetLink><AssetLink><Asset i:type="ImageAsset"><Id>7971459304262</Id><Name i:nil="true"/><Type>ImageAsset</Type><CropHeight>627</CropHeight><CropWidth>1198</CropWidth><CropX>1</CropX><CropY>0</CropY><SubType>LandscapeImageMedia</SubType></Asset><AssetPerformanceLabel i:nil="true"/><EditorialStatus i:nil="true"/><PinnedField i:nil="true"/></AssetLink><AssetLink><Asset i:type="ImageAsset"><Id>7971459793906</Id><Name i:nil="true"/><Type>ImageAsset</Type><CropHeight>524</CropHeight><CropWidth>1000</CropWidth><CropX>0</CropX><CropY>38</CropY><SubType>LandscapeImageMedia</SubType></Asset><AssetPerformanceLabel i:nil="true"/><EditorialStatus i:nil="true"/><PinnedField i:nil="true"/></AssetLink></Images><LongHeadline i:nil="true"/><LongHeadlineString>Play WSOP Free Poker - Play Free Poker Online</LongHeadlineString><LongHeadlines i:nil="true"/><Text>Play for FREE at the WSOP! Enter now and get 15,000 FREE chips!</Text></Ad><Ad i:type="ExpandedTextAd"><AdFormatPreference>All</AdFormatPreference><DevicePreference>0</DevicePreference><EditorialStatus>Active</EditorialStatus><FinalAppUrls i:nil="true"/><FinalMobileUrls i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><FinalUrlSuffix i:nil="true"/><FinalUrls xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><a:string>https://playwsop.com</a:string></FinalUrls><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"/><Id>76347471818414</Id><Status>Active</Status><TrackingUrlTemplate i:nil="true"/><Type>ExpandedText</Type><UrlCustomParameters i:nil="true"/><Domain>playwsop.com</Domain><Path1/><Path2/><Text>Play for FREE at the WSOP! Enter now and get 15,000 FREE chips!</Text><TextPart2/><TitlePart1>Play WSOP Free Poker</TitlePart1><TitlePart2>Play Free Poker Online</TitlePart2><TitlePart3/></Ad></Ads><PartialErrors xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/></GetAdsByIdsResponse></s:Body></s:Envelope>
    DEBUG:suds.client:HTTP succeeded:
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v13">af194ef5-e0fb-4e7d-9616-3a1ecd9e81ae</h:TrackingId></s:Header><s:Body><GetAdsByIdsResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v13"><Ads xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Ad i:type="ExpandedTextAd"><AdFormatPreference>All</AdFormatPreference><DevicePreference>0</DevicePreference><EditorialStatus>Active</EditorialStatus><FinalAppUrls i:nil="true"/><FinalMobileUrls i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><FinalUrlSuffix i:nil="true"/><FinalUrls xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><a:string>https://playwsop.com</a:string></FinalUrls><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"/><Id>76347480843849</Id><Status>Active</Status><TrackingUrlTemplate i:nil="true"/><Type>ExpandedText</Type><UrlCustomParameters i:nil="true"/><Domain>playwsop.com</Domain><Path1/><Path2/><Text>No Gimmicks, Just  Poker. Real People, Great Poker, Play Now!</Text><TextPart2>Play WSOP Anytime, Anywhere, On Any Device!</TextPart2><TitlePart1>WSOP - The Official Free Game</TitlePart1><TitlePart2>Play Poker Online for Free</TitlePart2><TitlePart3>Texas Holdem Poker</TitlePart3></Ad><Ad i:type="ExpandedTextAd"><AdFormatPreference>All</AdFormatPreference><DevicePreference>0</DevicePreference><EditorialStatus>Active</EditorialStatus><FinalAppUrls i:nil="true"/><FinalMobileUrls i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><FinalUrlSuffix i:nil="true"/><FinalUrls xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><a:string>https://playwsop.com</a:string></FinalUrls><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"/><Id>76347480843850</Id><Status>Active</Status><TrackingUrlTemplate i:nil="true"/><Type>ExpandedText</Type><UrlCustomParameters i:nil="true"/><Domain>playwsop.com</Domain><Path1/><Path2/><Text>The Most Authentic Poker Online. Play now and get 15,000 FREE chips!</Text><TextPart2>Intended For Use By Those 21 Or Older For Amusement Purposes Only.</TextPart2><TitlePart1>Play WSOP Free Poker</TitlePart1><TitlePart2>Play Free Poker Online</TitlePart2><TitlePart3>Download On The App Store</TitlePart3></Ad><Ad i:type="ResponsiveAd"><AdFormatPreference i:nil="true"/><DevicePreference>0</DevicePreference><EditorialStatus>Active</EditorialStatus><FinalAppUrls i:nil="true"/><FinalMobileUrls i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><FinalUrlSuffix i:nil="true"/><FinalUrls xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><a:string>https://playwsop.com</a:string></FinalUrls><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"/><Id>76347491104797</Id><Status>Active</Status><TrackingUrlTemplate i:nil="true"/><Type>ResponsiveAd</Type><UrlCustomParameters i:nil="true"/><BusinessName>playwsop.com</BusinessName><CallToAction i:nil="true"/><CallToActionLanguage i:nil="true"/><Descriptions i:nil="true"/><Headline>Play WSOP Free Poker</Headline><Headlines i:nil="true"/><Images><AssetLink><Asset i:type="ImageAsset"><Id>7971459304261</Id><Name i:nil="true"/><Type>ImageAsset</Type><CropHeight>566</CropHeight><CropWidth>1080</CropWidth><CropX>0</CropX><CropY>257</CropY><SubType>LandscapeImageMedia</SubType></Asset><AssetPerformanceLabel i:nil="true"/><EditorialStatus i:nil="true"/><PinnedField i:nil="true"/></AssetLink><AssetLink><Asset i:type="ImageAsset"><Id>7971459304262</Id><Name i:nil="true"/><Type>ImageAsset</Type><CropHeight>627</CropHeight><CropWidth>1198</CropWidth><CropX>1</CropX><CropY>0</CropY><SubType>LandscapeImageMedia</SubType></Asset><AssetPerformanceLabel i:nil="true"/><EditorialStatus i:nil="true"/><PinnedField i:nil="true"/></AssetLink><AssetLink><Asset i:type="ImageAsset"><Id>7971459793906</Id><Name i:nil="true"/><Type>ImageAsset</Type><CropHeight>524</CropHeight><CropWidth>1000</CropWidth><CropX>0</CropX><CropY>38</CropY><SubType>LandscapeImageMedia</SubType></Asset><AssetPerformanceLabel i:nil="true"/><EditorialStatus i:nil="true"/><PinnedField i:nil="true"/></AssetLink></Images><LongHeadline i:nil="true"/><LongHeadlineString>Play WSOP Free Poker - Play Free Poker Online</LongHeadlineString><LongHeadlines i:nil="true"/><Text>Play for FREE at the WSOP! Enter now and get 15,000 FREE chips!</Text></Ad><Ad i:type="ExpandedTextAd"><AdFormatPreference>All</AdFormatPreference><DevicePreference>0</DevicePreference><EditorialStatus>Active</EditorialStatus><FinalAppUrls i:nil="true"/><FinalMobileUrls i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><FinalUrlSuffix i:nil="true"/><FinalUrls xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><a:string>https://playwsop.com</a:string></FinalUrls><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"/><Id>76347471818414</Id><Status>Active</Status><TrackingUrlTemplate i:nil="true"/><Type>ExpandedText</Type><UrlCustomParameters i:nil="true"/><Domain>playwsop.com</Domain><Path1/><Path2/><Text>Play for FREE at the WSOP! Enter now and get 15,000 FREE chips!</Text><TextPart2/><TitlePart1>Play WSOP Free Poker</TitlePart1><TitlePart2>Play Free Poker Online</TitlePart2><TitlePart3/></Ad></Ads><PartialErrors xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/></GetAdsByIdsResponse></s:Body></s:Envelope>
    ERROR:suds.umx.typed:Schema:0x7f999c513710
    (raw)
       <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified">
          <xs:element nillable="true" type="xs:anyType" name="anyType"/>
          <xs:element nillable="true" type="xs:anyURI" name="anyURI"/>
          <xs:element nillable="true" type="xs:base64Binary" name="base64Binary"/>
          <xs:element nillable="true" type="xs:boolean" name="boolean"/>
          <xs:element nillable="true" type="xs:byte" name="byte"/>
          <xs:element nillable="true" type="xs:dateTime" name="dateTime"/>
          <xs:element nillable="true" type="xs:decimal" name="decimal"/>
          <xs:element nillable="true" type="xs:double" name="double"/>
          <xs:element nillable="true" type="xs:float" name="float"/>
          <xs:element nillable="true" type="xs:int" name="int"/>
          <xs:element nillable="true" type="xs:long" name="long"/>
          <xs:element nillable="true" type="xs:QName" name="QName"/>
          <xs:element nillable="true" type="xs:short" name="short"/>
          <xs:element nillable="true" type="xs:string" name="string"/>
          <xs:element nillable="true" type="xs:unsignedByte" name="unsignedByte"/>
          <xs:element nillable="true" type="xs:unsignedInt" name="unsignedInt"/>
          <xs:element nillable="true" type="xs:unsignedLong" name="unsignedLong"/>
          <xs:element nillable="true" type="xs:unsignedShort" name="unsignedShort"/>
          <xs:element nillable="true" type="tns:char" name="char"/>
          <xs:simpleType name="char">
             <xs:restriction base="xs:int"/>
          </xs:simpleType>
          <xs:element nillable="true" type="tns:duration" name="duration"/>
          <xs:simpleType name="duration">
             <xs:restriction base="xs:duration">
                <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/>
                <xs:minInclusive value="-P10675199DT2H48M5.4775808S"/>
                <xs:maxInclusive value="P10675199DT2H48M5.4775807S"/>
             </xs:restriction>
          </xs:simpleType>
          <xs:element nillable="true" type="tns:guid" name="guid"/>
          <xs:simpleType name="guid">
             <xs:restriction base="xs:string">
                <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
             </xs:restriction>
          </xs:simpleType>
          <xs:attribute type="xs:QName" name="FactoryType"/>
          <xs:attribute type="xs:ID" name="Id"/>
          <xs:attribute type="xs:IDREF" name="Ref"/>
       </xs:schema>
    (model)
       <Element:0x7f999c513a10 name="anyType" type="(u'anyType', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513a90 name="anyURI" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513b10 name="base64Binary" type="(u'base64Binary', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513b90 name="boolean" type="(u'boolean', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513c10 name="byte" type="(u'byte', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513c90 name="dateTime" type="(u'dateTime', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513d10 name="decimal" type="(u'decimal', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513d90 name="double" type="(u'double', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513e10 name="float" type="(u'float', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513e90 name="int" type="(u'int', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513f10 name="long" type="(u'long', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c513f90 name="QName" type="(u'QName', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c51e050 name="short" type="(u'short', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c51e0d0 name="string" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c51e150 name="unsignedByte" type="(u'unsignedByte', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c51e1d0 name="unsignedInt" type="(u'unsignedInt', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c51e250 name="unsignedLong" type="(u'unsignedLong', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c51e2d0 name="unsignedShort" type="(u'unsignedShort', u'http://www.w3.org/2001/XMLSchema')" />
       <Element:0x7f999c51e350 name="char" type="(u'char', u'http://schemas.microsoft.com/2003/10/Serialization/')" />
       <Simple:0x7f999c51e3d0 name="char" />
       <Element:0x7f999c51e450 name="duration" type="(u'duration', u'http://schemas.microsoft.com/2003/10/Serialization/')" />
       <Simple:0x7f999c51e550 name="duration" />
       <Element:0x7f999c51e5d0 name="guid" type="(u'guid', u'http://schemas.microsoft.com/2003/10/Serialization/')" />
       <Simple:0x7f999c51e6d0 name="guid" />
       <Attribute:0x7f999c51e750 name="FactoryType" type="(u'QName', u'http://www.w3.org/2001/XMLSchema')" />
       <Attribute:0x7f999c51e850 name="Id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />
       <Attribute:0x7f999c51e8d0 name="Ref" type="(u'IDREF', u'http://www.w3.org/2001/XMLSchema')" />
    ERROR:suds.client:<suds.sax.document.Document instance at 0x7f99a4b2b200>
    
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Qingjun Tian 6 Reputation points Microsoft Employee
    2021-05-27T10:09:14.193+00:00

    Could you please share the requestid/trackingid which could be found from response?