On Thu, Sep 10, 2015 at 8:36 AM, Mark Overmeer <[email protected]> wrote:
> Try to get/find an example request message first.

Here's a request generated from Microsoft VS 2015 (they recommend
2008) using their own sample code.

I've tried the request though, and it doesn't filter as I'd expect. So
even this may be wrong...

  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/";>
    <s:Header>
      <h:UserSecurityToken xmlns:h="http://api.eyeblaster.com/message"/>
    </s:Header>
    <s:Body>
      <GetPlacementsRequest xmlns="http://api.eyeblaster.com/message";>
        <Paging xmlns:i="http://www.w3.org/2001/XMLSchema-instance";>
          <PageIndex>0</PageIndex>
          <PageSize>10</PageSize>
        </Paging>
        <PlacementsFilter
xmlns:a="http://api.eyeblaster.com/V1/DataContracts";
xmlns:i="http://www.w3.org/2001/XMLSchema-instance";>
          <a:PlacementServiceFilter i:type="a:PlacementCampaignIDFilter">
            <a:CampaignID>123456</a:CampaignID>
          </a:PlacementServiceFilter>
          <a:PlacementServiceFilter i:type="a:PlacementTypeFilter">
            <a:PlacementType>RichBanner</a:PlacementType>
          </a:PlacementServiceFilter>
          <a:PlacementServiceFilter i:type="a: PlacementTypeFilter">
            <a:PlacementType>OutOfBanner</a:PlacementType>
          </a:PlacementServiceFilter>
        </PlacementsFilter>
        <ShowPlacementExtendedInfo>false</ShowPlacementExtendedInfo>
      </GetPlacementsRequest>
    </s:Body>
  </s:Envelope>

At this point I think I'm going to attempt to get in contact with
their support and see what's going on.

--Matthew Horsfall (alh)

_______________________________________________
Xml-compile mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile

Reply via email to