yieldmanager 0.0.2 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. data/README.rdoc +32 -5
  2. data/Rakefile +22 -0
  3. data/TODO +15 -0
  4. data/VERSION +1 -1
  5. data/lib/yieldmanager/builder.rb +73 -0
  6. data/lib/yieldmanager/client.rb +106 -0
  7. data/lib/yieldmanager.rb +11 -15
  8. data/spec/yieldmanager/builder_spec.rb +74 -0
  9. data/spec/yieldmanager/client_spec.rb +87 -0
  10. data/wsdls/1.30/prod/adjustment.wsdl +2 -0
  11. data/wsdls/1.30/prod/advertiser.wsdl +2 -0
  12. data/wsdls/1.30/prod/campaign.wsdl +2 -0
  13. data/wsdls/1.30/prod/contact.wsdl +2 -0
  14. data/wsdls/1.30/prod/creative.wsdl +2 -0
  15. data/wsdls/1.30/prod/dictionary.wsdl +2 -0
  16. data/wsdls/1.30/prod/entity.wsdl +2 -0
  17. data/wsdls/1.30/prod/insertion_order.wsdl +2 -0
  18. data/wsdls/1.30/prod/line_item.wsdl +2 -0
  19. data/wsdls/1.30/prod/linking.wsdl +2 -0
  20. data/wsdls/1.30/prod/pixel.wsdl +2 -0
  21. data/wsdls/1.30/prod/placement.wsdl +2 -0
  22. data/wsdls/1.30/prod/publisher.wsdl +2 -0
  23. data/wsdls/1.30/prod/report.wsdl +2 -0
  24. data/wsdls/1.30/prod/search.wsdl +2 -0
  25. data/wsdls/1.30/prod/section.wsdl +2 -0
  26. data/wsdls/1.30/prod/site.wsdl +2 -0
  27. data/wsdls/1.30/prod/target_profile.wsdl +2 -0
  28. data/wsdls/1.30/prod/xsd_gen.php +40 -0
  29. data/wsdls/1.30/test/adjustment.wsdl +2 -0
  30. data/wsdls/1.30/test/advertiser.wsdl +2 -0
  31. data/wsdls/1.30/test/campaign.wsdl +2 -0
  32. data/wsdls/1.30/test/contact.wsdl +2 -0
  33. data/wsdls/1.30/test/creative.wsdl +2 -0
  34. data/wsdls/1.30/test/dictionary.wsdl +2 -0
  35. data/wsdls/1.30/test/entity.wsdl +2 -0
  36. data/wsdls/1.30/test/insertion_order.wsdl +2 -0
  37. data/wsdls/1.30/test/line_item.wsdl +2 -0
  38. data/wsdls/1.30/test/linking.wsdl +2 -0
  39. data/wsdls/1.30/test/pixel.wsdl +2 -0
  40. data/wsdls/1.30/test/placement.wsdl +2 -0
  41. data/wsdls/1.30/test/publisher.wsdl +2 -0
  42. data/wsdls/1.30/test/report.wsdl +2 -0
  43. data/wsdls/1.30/test/search.wsdl +2 -0
  44. data/wsdls/1.30/test/section.wsdl +2 -0
  45. data/wsdls/1.30/test/site.wsdl +2 -0
  46. data/wsdls/1.30/test/target_profile.wsdl +2 -0
  47. data/wsdls/1.30/test/xsd_gen.php +40 -0
  48. data/yieldmanager.gemspec +47 -4
  49. metadata +47 -4
  50. data/spec/yieldmanager_spec.rb +0 -23
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0"?>
2
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/EntityService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/EntityService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_type" type="types:enum_ext_entity_type"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_type" type="types:enum_ext_entity_type"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity" type="types:entity"/><wsdl:part name="contact" type="types:contact"/></wsdl:message><wsdl:message name="addExInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_data" type="types:entity_data"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity" type="types:entity"/></wsdl:message><wsdl:message name="setTaxIdInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="tax_id" type="xsd:string"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="getByShellIdInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="shell_id" type="xsd:string"/></wsdl:message><wsdl:message name="getTaxIdInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="setIntegrationCodeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="code" type="xsd:string"/></wsdl:message><wsdl:message name="lookupInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_codes" type="types:array_of_string"/></wsdl:message><wsdl:message name="addTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="setPubDefaultChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/><wsdl:part name="channel_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getPubDefaultChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="setPubDefaultInventoryTypeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/><wsdl:part name="inventory_type" type="xsd:long"/></wsdl:message><wsdl:message name="getPubDefaultInventoryTypeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="getPubAdTagsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="section_ids" type="types:array_of_int"/><wsdl:part name="ad_tag_options" type="types:ad_tag_options"/></wsdl:message><wsdl:message name="getOfficialContactsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="getAllSalesRegionsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="languageFlipFinishedInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="getLanguageInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="setLanguageInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="language_id" type="types:enum_creative_tag_language"/></wsdl:message><wsdl:message name="listAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getMapByShellIdsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="shell_ids" type="types:array_of_string"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="entity_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="entities" type="types:array_of_entity"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="addExOutput"><wsdl:part name="ex_entity_id" type="types:ex_entity_ids"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="setTaxIdOutput"/><wsdl:message name="getOutput"><wsdl:part name="entity" type="types:entity"/></wsdl:message><wsdl:message name="getByShellIdOutput"><wsdl:part name="entity" type="types:entity"/></wsdl:message><wsdl:message name="getTaxIdOutput"><wsdl:part name="tax_id" type="xsd:string"/></wsdl:message><wsdl:message name="setIntegrationCodeOutput"/><wsdl:message name="lookupOutput"><wsdl:part name="entity_ids" type="types:array_of_array_of_int"/></wsdl:message><wsdl:message name="addTargetProfileOutput"><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileOutput"/><wsdl:message name="setPubDefaultChannelsOutput"/><wsdl:message name="getPubDefaultChannelsOutput"><wsdl:part name="channel_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="setPubDefaultInventoryTypeOutput"/><wsdl:message name="getPubDefaultInventoryTypeOutput"><wsdl:part name="inventory_type" type="xsd:long"/></wsdl:message><wsdl:message name="getPubAdTagsOutput"><wsdl:part name="ad_tags" type="types:array_of_string"/></wsdl:message><wsdl:message name="getOfficialContactsOutput"><wsdl:part name="entity_official_contacts" type="types:entity_official_contacts"/></wsdl:message><wsdl:message name="getAllSalesRegionsOutput"><wsdl:part name="sales_regions" type="types:array_of_sales_region"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="languageFlipFinishedOutput"><wsdl:part name="in_process" type="xsd:boolean"/></wsdl:message><wsdl:message name="getLanguageOutput"><wsdl:part name="language_id" type="xsd:long"/></wsdl:message><wsdl:message name="setLanguageOutput"/><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="entities" type="types:array_of_entity"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getMapByShellIdsOutput"><wsdl:part name="entity_shells" type="types:array_of_entity_shell"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addExFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTaxIdFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByShellIdFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTaxIdFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setIntegrationCodeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="delTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setPubDefaultChannelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getPubDefaultChannelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setPubDefaultInventoryTypeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getPubDefaultInventoryTypeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getPubAdTagsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getOfficialContactsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllSalesRegionsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="languageFlipFinishedFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getLanguageFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setLanguageFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getMapByShellIdsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="EntityServicePortType"><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="addEx"><wsdl:input name="addExInput" message="api:addExInput"/><wsdl:output name="addExOutput" message="api:addExOutput"/><wsdl:fault name="addExFault" message="api:addExFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="setTaxId"><wsdl:input name="setTaxIdInput" message="api:setTaxIdInput"/><wsdl:output name="setTaxIdOutput" message="api:setTaxIdOutput"/><wsdl:fault name="setTaxIdFault" message="api:setTaxIdFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="getByShellId"><wsdl:input name="getByShellIdInput" message="api:getByShellIdInput"/><wsdl:output name="getByShellIdOutput" message="api:getByShellIdOutput"/><wsdl:fault name="getByShellIdFault" message="api:getByShellIdFault"/></wsdl:operation><wsdl:operation name="getTaxId"><wsdl:input name="getTaxIdInput" message="api:getTaxIdInput"/><wsdl:output name="getTaxIdOutput" message="api:getTaxIdOutput"/><wsdl:fault name="getTaxIdFault" message="api:getTaxIdFault"/></wsdl:operation><wsdl:operation name="setIntegrationCode"><wsdl:input name="setIntegrationCodeInput" message="api:setIntegrationCodeInput"/><wsdl:output name="setIntegrationCodeOutput" message="api:setIntegrationCodeOutput"/><wsdl:fault name="setIntegrationCodeFault" message="api:setIntegrationCodeFault"/></wsdl:operation><wsdl:operation name="lookup"><wsdl:input name="lookupInput" message="api:lookupInput"/><wsdl:output name="lookupOutput" message="api:lookupOutput"/><wsdl:fault name="lookupFault" message="api:lookupFault"/></wsdl:operation><wsdl:operation name="addTargetProfile"><wsdl:input name="addTargetProfileInput" message="api:addTargetProfileInput"/><wsdl:output name="addTargetProfileOutput" message="api:addTargetProfileOutput"/><wsdl:fault name="addTargetProfileFault" message="api:addTargetProfileFault"/></wsdl:operation><wsdl:operation name="delTargetProfile"><wsdl:input name="delTargetProfileInput" message="api:delTargetProfileInput"/><wsdl:output name="delTargetProfileOutput" message="api:delTargetProfileOutput"/><wsdl:fault name="delTargetProfileFault" message="api:delTargetProfileFault"/></wsdl:operation><wsdl:operation name="setPubDefaultChannels"><wsdl:input name="setPubDefaultChannelsInput" message="api:setPubDefaultChannelsInput"/><wsdl:output name="setPubDefaultChannelsOutput" message="api:setPubDefaultChannelsOutput"/><wsdl:fault name="setPubDefaultChannelsFault" message="api:setPubDefaultChannelsFault"/></wsdl:operation><wsdl:operation name="getPubDefaultChannels"><wsdl:input name="getPubDefaultChannelsInput" message="api:getPubDefaultChannelsInput"/><wsdl:output name="getPubDefaultChannelsOutput" message="api:getPubDefaultChannelsOutput"/><wsdl:fault name="getPubDefaultChannelsFault" message="api:getPubDefaultChannelsFault"/></wsdl:operation><wsdl:operation name="setPubDefaultInventoryType"><wsdl:input name="setPubDefaultInventoryTypeInput" message="api:setPubDefaultInventoryTypeInput"/><wsdl:output name="setPubDefaultInventoryTypeOutput" message="api:setPubDefaultInventoryTypeOutput"/><wsdl:fault name="setPubDefaultInventoryTypeFault" message="api:setPubDefaultInventoryTypeFault"/></wsdl:operation><wsdl:operation name="getPubDefaultInventoryType"><wsdl:input name="getPubDefaultInventoryTypeInput" message="api:getPubDefaultInventoryTypeInput"/><wsdl:output name="getPubDefaultInventoryTypeOutput" message="api:getPubDefaultInventoryTypeOutput"/><wsdl:fault name="getPubDefaultInventoryTypeFault" message="api:getPubDefaultInventoryTypeFault"/></wsdl:operation><wsdl:operation name="getPubAdTags"><wsdl:input name="getPubAdTagsInput" message="api:getPubAdTagsInput"/><wsdl:output name="getPubAdTagsOutput" message="api:getPubAdTagsOutput"/><wsdl:fault name="getPubAdTagsFault" message="api:getPubAdTagsFault"/></wsdl:operation><wsdl:operation name="getOfficialContacts"><wsdl:input name="getOfficialContactsInput" message="api:getOfficialContactsInput"/><wsdl:output name="getOfficialContactsOutput" message="api:getOfficialContactsOutput"/><wsdl:fault name="getOfficialContactsFault" message="api:getOfficialContactsFault"/></wsdl:operation><wsdl:operation name="getAllSalesRegions"><wsdl:input name="getAllSalesRegionsInput" message="api:getAllSalesRegionsInput"/><wsdl:output name="getAllSalesRegionsOutput" message="api:getAllSalesRegionsOutput"/><wsdl:fault name="getAllSalesRegionsFault" message="api:getAllSalesRegionsFault"/></wsdl:operation><wsdl:operation name="languageFlipFinished"><wsdl:input name="languageFlipFinishedInput" message="api:languageFlipFinishedInput"/><wsdl:output name="languageFlipFinishedOutput" message="api:languageFlipFinishedOutput"/><wsdl:fault name="languageFlipFinishedFault" message="api:languageFlipFinishedFault"/></wsdl:operation><wsdl:operation name="getLanguage"><wsdl:input name="getLanguageInput" message="api:getLanguageInput"/><wsdl:output name="getLanguageOutput" message="api:getLanguageOutput"/><wsdl:fault name="getLanguageFault" message="api:getLanguageFault"/></wsdl:operation><wsdl:operation name="setLanguage"><wsdl:input name="setLanguageInput" message="api:setLanguageInput"/><wsdl:output name="setLanguageOutput" message="api:setLanguageOutput"/><wsdl:fault name="setLanguageFault" message="api:setLanguageFault"/></wsdl:operation><wsdl:operation name="listAllSince"><wsdl:input name="listAllSinceInput" message="api:listAllSinceInput"/><wsdl:output name="listAllSinceOutput" message="api:listAllSinceOutput"/><wsdl:fault name="listAllSinceFault" message="api:listAllSinceFault"/></wsdl:operation><wsdl:operation name="getAllSince"><wsdl:input name="getAllSinceInput" message="api:getAllSinceInput"/><wsdl:output name="getAllSinceOutput" message="api:getAllSinceOutput"/><wsdl:fault name="getAllSinceFault" message="api:getAllSinceFault"/></wsdl:operation><wsdl:operation name="getMapByShellIds"><wsdl:input name="getMapByShellIdsInput" message="api:getMapByShellIdsInput"/><wsdl:output name="getMapByShellIdsOutput" message="api:getMapByShellIdsOutput"/><wsdl:fault name="getMapByShellIdsFault" message="api:getMapByShellIdsFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="EntityServiceBinding" type="api:EntityServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listAll"><soap:operation soapAction="urn:EntityService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:EntityService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:EntityService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addEx"><soap:operation soapAction="urn:EntityService#addEx" style="rpc"/><wsdl:input name="addExInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addExOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addExFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addExFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:EntityService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTaxId"><soap:operation soapAction="urn:EntityService#setTaxId" style="rpc"/><wsdl:input name="setTaxIdInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTaxIdOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTaxIdFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTaxIdFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:EntityService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByShellId"><soap:operation soapAction="urn:EntityService#getByShellId" style="rpc"/><wsdl:input name="getByShellIdInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByShellIdOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByShellIdFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByShellIdFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTaxId"><soap:operation soapAction="urn:EntityService#getTaxId" style="rpc"/><wsdl:input name="getTaxIdInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTaxIdOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTaxIdFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTaxIdFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setIntegrationCode"><soap:operation soapAction="urn:EntityService#setIntegrationCode" style="rpc"/><wsdl:input name="setIntegrationCodeInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setIntegrationCodeOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setIntegrationCodeFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setIntegrationCodeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:EntityService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addTargetProfile"><soap:operation soapAction="urn:EntityService#addTargetProfile" style="rpc"/><wsdl:input name="addTargetProfileInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addTargetProfileOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addTargetProfileFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delTargetProfile"><soap:operation soapAction="urn:EntityService#delTargetProfile" style="rpc"/><wsdl:input name="delTargetProfileInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delTargetProfileOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delTargetProfileFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setPubDefaultChannels"><soap:operation soapAction="urn:EntityService#setPubDefaultChannels" style="rpc"/><wsdl:input name="setPubDefaultChannelsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setPubDefaultChannelsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setPubDefaultChannelsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setPubDefaultChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPubDefaultChannels"><soap:operation soapAction="urn:EntityService#getPubDefaultChannels" style="rpc"/><wsdl:input name="getPubDefaultChannelsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPubDefaultChannelsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPubDefaultChannelsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPubDefaultChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setPubDefaultInventoryType"><soap:operation soapAction="urn:EntityService#setPubDefaultInventoryType" style="rpc"/><wsdl:input name="setPubDefaultInventoryTypeInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setPubDefaultInventoryTypeOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setPubDefaultInventoryTypeFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setPubDefaultInventoryTypeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPubDefaultInventoryType"><soap:operation soapAction="urn:EntityService#getPubDefaultInventoryType" style="rpc"/><wsdl:input name="getPubDefaultInventoryTypeInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPubDefaultInventoryTypeOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPubDefaultInventoryTypeFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPubDefaultInventoryTypeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPubAdTags"><soap:operation soapAction="urn:EntityService#getPubAdTags" style="rpc"/><wsdl:input name="getPubAdTagsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPubAdTagsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPubAdTagsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPubAdTagsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getOfficialContacts"><soap:operation soapAction="urn:EntityService#getOfficialContacts" style="rpc"/><wsdl:input name="getOfficialContactsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOfficialContactsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getOfficialContactsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getOfficialContactsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSalesRegions"><soap:operation soapAction="urn:EntityService#getAllSalesRegions" style="rpc"/><wsdl:input name="getAllSalesRegionsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSalesRegionsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSalesRegionsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSalesRegionsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="languageFlipFinished"><soap:operation soapAction="urn:EntityService#languageFlipFinished" style="rpc"/><wsdl:input name="languageFlipFinishedInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="languageFlipFinishedOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="languageFlipFinishedFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="languageFlipFinishedFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getLanguage"><soap:operation soapAction="urn:EntityService#getLanguage" style="rpc"/><wsdl:input name="getLanguageInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getLanguageOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getLanguageFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getLanguageFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setLanguage"><soap:operation soapAction="urn:EntityService#setLanguage" style="rpc"/><wsdl:input name="setLanguageInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setLanguageOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setLanguageFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setLanguageFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:EntityService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:EntityService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getMapByShellIds"><soap:operation soapAction="urn:EntityService#getMapByShellIds" style="rpc"/><wsdl:input name="getMapByShellIdsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getMapByShellIdsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getMapByShellIdsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getMapByShellIdsFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="EntityService"><wsdl:port name="EntityServicePort" binding="api:EntityServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/entity.php"/></wsdl:port></wsdl:service></wsdl:definitions>
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0"?>
2
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/InsertionOrderService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/InsertionOrderService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="listBySellerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="seller_id" type="xsd:long"/></wsdl:message><wsdl:message name="getBySellerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="seller_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByBuyerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="buyer_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByBuyerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="buyer_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order" type="types:insertion_order"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order" type="types:insertion_order"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteInsertionOrdersInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getLinkedInfoInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_position" type="types:enum_entity_position"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_position" type="types:enum_entity_position"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="listBySellerOutput"><wsdl:part name="insertion_order_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getBySellerOutput"><wsdl:part name="insertion_orders" type="types:array_of_insertion_order"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByBuyerOutput"><wsdl:part name="insertion_order_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByBuyerOutput"><wsdl:part name="insertion_orders" type="types:array_of_insertion_order"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="insertion_order_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="insertion_order" type="types:insertion_order"/></wsdl:message><wsdl:message name="deleteOutput"/><wsdl:message name="deleteInsertionOrdersOutput"><wsdl:part name="results" type="types:array_of_multiple_data_result"/></wsdl:message><wsdl:message name="getLinkedInfoOutput"><wsdl:part name="linked_info" type="types:linked_entities_info"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="insertion_order_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="insertion_orders" type="types:array_of_insertion_order"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="insertion_orders" type="types:array_of_insertion_order"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceOutput"><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="listBySellerFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getBySellerFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listByBuyerFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByBuyerFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deleteFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deleteInsertionOrdersFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getLinkedInfoFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllDeletedSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="InsertionOrderServicePortType"><wsdl:operation name="listBySeller"><wsdl:input name="listBySellerInput" message="api:listBySellerInput"/><wsdl:output name="listBySellerOutput" message="api:listBySellerOutput"/><wsdl:fault name="listBySellerFault" message="api:listBySellerFault"/></wsdl:operation><wsdl:operation name="getBySeller"><wsdl:input name="getBySellerInput" message="api:getBySellerInput"/><wsdl:output name="getBySellerOutput" message="api:getBySellerOutput"/><wsdl:fault name="getBySellerFault" message="api:getBySellerFault"/></wsdl:operation><wsdl:operation name="listByBuyer"><wsdl:input name="listByBuyerInput" message="api:listByBuyerInput"/><wsdl:output name="listByBuyerOutput" message="api:listByBuyerOutput"/><wsdl:fault name="listByBuyerFault" message="api:listByBuyerFault"/></wsdl:operation><wsdl:operation name="getByBuyer"><wsdl:input name="getByBuyerInput" message="api:getByBuyerInput"/><wsdl:output name="getByBuyerOutput" message="api:getByBuyerOutput"/><wsdl:fault name="getByBuyerFault" message="api:getByBuyerFault"/></wsdl:operation><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="delete"><wsdl:input name="deleteInput" message="api:deleteInput"/><wsdl:output name="deleteOutput" message="api:deleteOutput"/><wsdl:fault name="deleteFault" message="api:deleteFault"/></wsdl:operation><wsdl:operation name="deleteInsertionOrders"><wsdl:input name="deleteInsertionOrdersInput" message="api:deleteInsertionOrdersInput"/><wsdl:output name="deleteInsertionOrdersOutput" message="api:deleteInsertionOrdersOutput"/><wsdl:fault name="deleteInsertionOrdersFault" message="api:deleteInsertionOrdersFault"/></wsdl:operation><wsdl:operation name="getLinkedInfo"><wsdl:input name="getLinkedInfoInput" message="api:getLinkedInfoInput"/><wsdl:output name="getLinkedInfoOutput" message="api:getLinkedInfoOutput"/><wsdl:fault name="getLinkedInfoFault" message="api:getLinkedInfoFault"/></wsdl:operation><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="listAllSince"><wsdl:input name="listAllSinceInput" message="api:listAllSinceInput"/><wsdl:output name="listAllSinceOutput" message="api:listAllSinceOutput"/><wsdl:fault name="listAllSinceFault" message="api:listAllSinceFault"/></wsdl:operation><wsdl:operation name="getAllSince"><wsdl:input name="getAllSinceInput" message="api:getAllSinceInput"/><wsdl:output name="getAllSinceOutput" message="api:getAllSinceOutput"/><wsdl:fault name="getAllSinceFault" message="api:getAllSinceFault"/></wsdl:operation><wsdl:operation name="listAllDeletedSince"><wsdl:input name="listAllDeletedSinceInput" message="api:listAllDeletedSinceInput"/><wsdl:output name="listAllDeletedSinceOutput" message="api:listAllDeletedSinceOutput"/><wsdl:fault name="listAllDeletedSinceFault" message="api:listAllDeletedSinceFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="InsertionOrderServiceBinding" type="api:InsertionOrderServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listBySeller"><soap:operation soapAction="urn:InsertionOrderService#listBySeller" style="rpc"/><wsdl:input name="listBySellerInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listBySellerOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listBySellerFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listBySellerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getBySeller"><soap:operation soapAction="urn:InsertionOrderService#getBySeller" style="rpc"/><wsdl:input name="getBySellerInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getBySellerOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getBySellerFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getBySellerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByBuyer"><soap:operation soapAction="urn:InsertionOrderService#listByBuyer" style="rpc"/><wsdl:input name="listByBuyerInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByBuyerOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByBuyerFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByBuyerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByBuyer"><soap:operation soapAction="urn:InsertionOrderService#getByBuyer" style="rpc"/><wsdl:input name="getByBuyerInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByBuyerOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByBuyerFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByBuyerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:InsertionOrderService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:InsertionOrderService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:InsertionOrderService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="urn:InsertionOrderService#delete" style="rpc"/><wsdl:input name="deleteInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deleteInsertionOrders"><soap:operation soapAction="urn:InsertionOrderService#deleteInsertionOrders" style="rpc"/><wsdl:input name="deleteInsertionOrdersInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteInsertionOrdersOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteInsertionOrdersFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteInsertionOrdersFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getLinkedInfo"><soap:operation soapAction="urn:InsertionOrderService#getLinkedInfo" style="rpc"/><wsdl:input name="getLinkedInfoInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getLinkedInfoOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getLinkedInfoFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getLinkedInfoFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:InsertionOrderService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:InsertionOrderService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:InsertionOrderService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:InsertionOrderService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllDeletedSince"><soap:operation soapAction="urn:InsertionOrderService#listAllDeletedSince" style="rpc"/><wsdl:input name="listAllDeletedSinceInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllDeletedSinceOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllDeletedSinceFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllDeletedSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="InsertionOrderService"><wsdl:port name="InsertionOrderServicePort" binding="api:InsertionOrderServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/insertion_order.php"/></wsdl:port></wsdl:service></wsdl:definitions>
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0"?>
2
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/LineItemService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/LineItemService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="listByOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/><wsdl:part name="changed_after" type="xsd:dateTime"/><wsdl:part name="changed_before" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getByOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/><wsdl:part name="changed_after" type="xsd:dateTime"/><wsdl:part name="changed_before" type="xsd:dateTime"/></wsdl:message><wsdl:message name="listByInsertionOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByInsertionOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item" type="types:line_item"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item" type="types:line_item"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteLineItemsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="addTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="listByCampaignInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_id" type="xsd:long"/></wsdl:message><wsdl:message name="listByBuyerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="buyer_id" type="xsd:long"/></wsdl:message><wsdl:message name="listBySellerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="seller_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByCampaignInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getByBuyerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="buyer_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getBySellerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="seller_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="setBillingStatusInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_ids" type="types:array_of_int"/><wsdl:part name="billing_status" type="xsd:string"/><wsdl:part name="ym" type="xsd:string"/></wsdl:message><wsdl:message name="addCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="delCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="addSalesRegionInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="name" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="getSalesRegionInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="sales_region_id" type="xsd:long"/></wsdl:message><wsdl:message name="getSalesRegionsByEntityInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_position" type="types:enum_entity_position"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_position" type="types:enum_entity_position"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="duplicateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="line_item_name" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/></wsdl:message><wsdl:message name="listByOrderOutput"><wsdl:part name="line_item_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByOrderOutput"><wsdl:part name="line_items" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByInsertionOrderOutput"><wsdl:part name="line_item_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByInsertionOrderOutput"><wsdl:part name="line_items" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByCreativeOutput"><wsdl:part name="line_items" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByCreativeOutput"><wsdl:part name="line_items" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="line_item" type="types:line_item"/></wsdl:message><wsdl:message name="deleteOutput"/><wsdl:message name="deleteLineItemsOutput"><wsdl:part name="results" type="types:array_of_multiple_data_result"/></wsdl:message><wsdl:message name="addTargetProfileOutput"><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileOutput"/><wsdl:message name="listByCampaignOutput"><wsdl:part name="li_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="listByBuyerOutput"><wsdl:part name="li_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="listBySellerOutput"><wsdl:part name="li_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByCampaignOutput"><wsdl:part name="line_item" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getByBuyerOutput"><wsdl:part name="line_item" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getBySellerOutput"><wsdl:part name="line_item" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="setBillingStatusOutput"><wsdl:part name="line_item" type="types:array_of_line_item"/></wsdl:message><wsdl:message name="addCreativeOutput"/><wsdl:message name="delCreativeOutput"/><wsdl:message name="addSalesRegionOutput"><wsdl:part name="sales_region_id" type="xsd:long"/></wsdl:message><wsdl:message name="getSalesRegionOutput"><wsdl:part name="name" type="xsd:string"/></wsdl:message><wsdl:message name="getSalesRegionsByEntityOutput"><wsdl:part name="sales_regions" type="types:array_of_sales_region"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="line_item_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="line_items" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="line_items" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceOutput"><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="duplicateOutput"><wsdl:part name="new_line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="listByOrderFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByOrderFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listByInsertionOrderFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByInsertionOrderFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listByCreativeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByCreativeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deleteFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deleteLineItemsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="delTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listByCampaignFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listByBuyerFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listBySellerFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByCampaignFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByBuyerFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getBySellerFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setBillingStatusFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addCreativeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="delCreativeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addSalesRegionFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getSalesRegionFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getSalesRegionsByEntityFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllDeletedSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="duplicateFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="LineItemServicePortType"><wsdl:operation name="listByOrder"><wsdl:input name="listByOrderInput" message="api:listByOrderInput"/><wsdl:output name="listByOrderOutput" message="api:listByOrderOutput"/><wsdl:fault name="listByOrderFault" message="api:listByOrderFault"/></wsdl:operation><wsdl:operation name="getByOrder"><wsdl:input name="getByOrderInput" message="api:getByOrderInput"/><wsdl:output name="getByOrderOutput" message="api:getByOrderOutput"/><wsdl:fault name="getByOrderFault" message="api:getByOrderFault"/></wsdl:operation><wsdl:operation name="listByInsertionOrder"><wsdl:input name="listByInsertionOrderInput" message="api:listByInsertionOrderInput"/><wsdl:output name="listByInsertionOrderOutput" message="api:listByInsertionOrderOutput"/><wsdl:fault name="listByInsertionOrderFault" message="api:listByInsertionOrderFault"/></wsdl:operation><wsdl:operation name="getByInsertionOrder"><wsdl:input name="getByInsertionOrderInput" message="api:getByInsertionOrderInput"/><wsdl:output name="getByInsertionOrderOutput" message="api:getByInsertionOrderOutput"/><wsdl:fault name="getByInsertionOrderFault" message="api:getByInsertionOrderFault"/></wsdl:operation><wsdl:operation name="listByCreative"><wsdl:input name="listByCreativeInput" message="api:listByCreativeInput"/><wsdl:output name="listByCreativeOutput" message="api:listByCreativeOutput"/><wsdl:fault name="listByCreativeFault" message="api:listByCreativeFault"/></wsdl:operation><wsdl:operation name="getByCreative"><wsdl:input name="getByCreativeInput" message="api:getByCreativeInput"/><wsdl:output name="getByCreativeOutput" message="api:getByCreativeOutput"/><wsdl:fault name="getByCreativeFault" message="api:getByCreativeFault"/></wsdl:operation><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="delete"><wsdl:input name="deleteInput" message="api:deleteInput"/><wsdl:output name="deleteOutput" message="api:deleteOutput"/><wsdl:fault name="deleteFault" message="api:deleteFault"/></wsdl:operation><wsdl:operation name="deleteLineItems"><wsdl:input name="deleteLineItemsInput" message="api:deleteLineItemsInput"/><wsdl:output name="deleteLineItemsOutput" message="api:deleteLineItemsOutput"/><wsdl:fault name="deleteLineItemsFault" message="api:deleteLineItemsFault"/></wsdl:operation><wsdl:operation name="addTargetProfile"><wsdl:input name="addTargetProfileInput" message="api:addTargetProfileInput"/><wsdl:output name="addTargetProfileOutput" message="api:addTargetProfileOutput"/><wsdl:fault name="addTargetProfileFault" message="api:addTargetProfileFault"/></wsdl:operation><wsdl:operation name="delTargetProfile"><wsdl:input name="delTargetProfileInput" message="api:delTargetProfileInput"/><wsdl:output name="delTargetProfileOutput" message="api:delTargetProfileOutput"/><wsdl:fault name="delTargetProfileFault" message="api:delTargetProfileFault"/></wsdl:operation><wsdl:operation name="listByCampaign"><wsdl:input name="listByCampaignInput" message="api:listByCampaignInput"/><wsdl:output name="listByCampaignOutput" message="api:listByCampaignOutput"/><wsdl:fault name="listByCampaignFault" message="api:listByCampaignFault"/></wsdl:operation><wsdl:operation name="listByBuyer"><wsdl:input name="listByBuyerInput" message="api:listByBuyerInput"/><wsdl:output name="listByBuyerOutput" message="api:listByBuyerOutput"/><wsdl:fault name="listByBuyerFault" message="api:listByBuyerFault"/></wsdl:operation><wsdl:operation name="listBySeller"><wsdl:input name="listBySellerInput" message="api:listBySellerInput"/><wsdl:output name="listBySellerOutput" message="api:listBySellerOutput"/><wsdl:fault name="listBySellerFault" message="api:listBySellerFault"/></wsdl:operation><wsdl:operation name="getByCampaign"><wsdl:input name="getByCampaignInput" message="api:getByCampaignInput"/><wsdl:output name="getByCampaignOutput" message="api:getByCampaignOutput"/><wsdl:fault name="getByCampaignFault" message="api:getByCampaignFault"/></wsdl:operation><wsdl:operation name="getByBuyer"><wsdl:input name="getByBuyerInput" message="api:getByBuyerInput"/><wsdl:output name="getByBuyerOutput" message="api:getByBuyerOutput"/><wsdl:fault name="getByBuyerFault" message="api:getByBuyerFault"/></wsdl:operation><wsdl:operation name="getBySeller"><wsdl:input name="getBySellerInput" message="api:getBySellerInput"/><wsdl:output name="getBySellerOutput" message="api:getBySellerOutput"/><wsdl:fault name="getBySellerFault" message="api:getBySellerFault"/></wsdl:operation><wsdl:operation name="setBillingStatus"><wsdl:input name="setBillingStatusInput" message="api:setBillingStatusInput"/><wsdl:output name="setBillingStatusOutput" message="api:setBillingStatusOutput"/><wsdl:fault name="setBillingStatusFault" message="api:setBillingStatusFault"/></wsdl:operation><wsdl:operation name="addCreative"><wsdl:input name="addCreativeInput" message="api:addCreativeInput"/><wsdl:output name="addCreativeOutput" message="api:addCreativeOutput"/><wsdl:fault name="addCreativeFault" message="api:addCreativeFault"/></wsdl:operation><wsdl:operation name="delCreative"><wsdl:input name="delCreativeInput" message="api:delCreativeInput"/><wsdl:output name="delCreativeOutput" message="api:delCreativeOutput"/><wsdl:fault name="delCreativeFault" message="api:delCreativeFault"/></wsdl:operation><wsdl:operation name="addSalesRegion"><wsdl:input name="addSalesRegionInput" message="api:addSalesRegionInput"/><wsdl:output name="addSalesRegionOutput" message="api:addSalesRegionOutput"/><wsdl:fault name="addSalesRegionFault" message="api:addSalesRegionFault"/></wsdl:operation><wsdl:operation name="getSalesRegion"><wsdl:input name="getSalesRegionInput" message="api:getSalesRegionInput"/><wsdl:output name="getSalesRegionOutput" message="api:getSalesRegionOutput"/><wsdl:fault name="getSalesRegionFault" message="api:getSalesRegionFault"/></wsdl:operation><wsdl:operation name="getSalesRegionsByEntity"><wsdl:input name="getSalesRegionsByEntityInput" message="api:getSalesRegionsByEntityInput"/><wsdl:output name="getSalesRegionsByEntityOutput" message="api:getSalesRegionsByEntityOutput"/><wsdl:fault name="getSalesRegionsByEntityFault" message="api:getSalesRegionsByEntityFault"/></wsdl:operation><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="listAllSince"><wsdl:input name="listAllSinceInput" message="api:listAllSinceInput"/><wsdl:output name="listAllSinceOutput" message="api:listAllSinceOutput"/><wsdl:fault name="listAllSinceFault" message="api:listAllSinceFault"/></wsdl:operation><wsdl:operation name="getAllSince"><wsdl:input name="getAllSinceInput" message="api:getAllSinceInput"/><wsdl:output name="getAllSinceOutput" message="api:getAllSinceOutput"/><wsdl:fault name="getAllSinceFault" message="api:getAllSinceFault"/></wsdl:operation><wsdl:operation name="listAllDeletedSince"><wsdl:input name="listAllDeletedSinceInput" message="api:listAllDeletedSinceInput"/><wsdl:output name="listAllDeletedSinceOutput" message="api:listAllDeletedSinceOutput"/><wsdl:fault name="listAllDeletedSinceFault" message="api:listAllDeletedSinceFault"/></wsdl:operation><wsdl:operation name="duplicate"><wsdl:input name="duplicateInput" message="api:duplicateInput"/><wsdl:output name="duplicateOutput" message="api:duplicateOutput"/><wsdl:fault name="duplicateFault" message="api:duplicateFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="LineItemServiceBinding" type="api:LineItemServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listByOrder"><soap:operation soapAction="urn:LineItemService#listByOrder" style="rpc"/><wsdl:input name="listByOrderInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByOrderOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByOrderFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByOrder"><soap:operation soapAction="urn:LineItemService#getByOrder" style="rpc"/><wsdl:input name="getByOrderInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByOrderOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByOrderFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByInsertionOrder"><soap:operation soapAction="urn:LineItemService#listByInsertionOrder" style="rpc"/><wsdl:input name="listByInsertionOrderInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByInsertionOrderOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByInsertionOrderFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByInsertionOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByInsertionOrder"><soap:operation soapAction="urn:LineItemService#getByInsertionOrder" style="rpc"/><wsdl:input name="getByInsertionOrderInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByInsertionOrderOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByInsertionOrderFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByInsertionOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByCreative"><soap:operation soapAction="urn:LineItemService#listByCreative" style="rpc"/><wsdl:input name="listByCreativeInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByCreativeOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByCreativeFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByCreative"><soap:operation soapAction="urn:LineItemService#getByCreative" style="rpc"/><wsdl:input name="getByCreativeInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByCreativeOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByCreativeFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:LineItemService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:LineItemService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:LineItemService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="urn:LineItemService#delete" style="rpc"/><wsdl:input name="deleteInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deleteLineItems"><soap:operation soapAction="urn:LineItemService#deleteLineItems" style="rpc"/><wsdl:input name="deleteLineItemsInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteLineItemsOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteLineItemsFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteLineItemsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addTargetProfile"><soap:operation soapAction="urn:LineItemService#addTargetProfile" style="rpc"/><wsdl:input name="addTargetProfileInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addTargetProfileOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addTargetProfileFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delTargetProfile"><soap:operation soapAction="urn:LineItemService#delTargetProfile" style="rpc"/><wsdl:input name="delTargetProfileInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delTargetProfileOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delTargetProfileFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByCampaign"><soap:operation soapAction="urn:LineItemService#listByCampaign" style="rpc"/><wsdl:input name="listByCampaignInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByCampaignOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByCampaignFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByCampaignFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByBuyer"><soap:operation soapAction="urn:LineItemService#listByBuyer" style="rpc"/><wsdl:input name="listByBuyerInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByBuyerOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByBuyerFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByBuyerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listBySeller"><soap:operation soapAction="urn:LineItemService#listBySeller" style="rpc"/><wsdl:input name="listBySellerInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listBySellerOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listBySellerFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listBySellerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByCampaign"><soap:operation soapAction="urn:LineItemService#getByCampaign" style="rpc"/><wsdl:input name="getByCampaignInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByCampaignOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByCampaignFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByCampaignFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByBuyer"><soap:operation soapAction="urn:LineItemService#getByBuyer" style="rpc"/><wsdl:input name="getByBuyerInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByBuyerOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByBuyerFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByBuyerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getBySeller"><soap:operation soapAction="urn:LineItemService#getBySeller" style="rpc"/><wsdl:input name="getBySellerInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getBySellerOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getBySellerFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getBySellerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setBillingStatus"><soap:operation soapAction="urn:LineItemService#setBillingStatus" style="rpc"/><wsdl:input name="setBillingStatusInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setBillingStatusOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setBillingStatusFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setBillingStatusFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addCreative"><soap:operation soapAction="urn:LineItemService#addCreative" style="rpc"/><wsdl:input name="addCreativeInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addCreativeOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addCreativeFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delCreative"><soap:operation soapAction="urn:LineItemService#delCreative" style="rpc"/><wsdl:input name="delCreativeInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delCreativeOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delCreativeFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addSalesRegion"><soap:operation soapAction="urn:LineItemService#addSalesRegion" style="rpc"/><wsdl:input name="addSalesRegionInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addSalesRegionOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addSalesRegionFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addSalesRegionFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getSalesRegion"><soap:operation soapAction="urn:LineItemService#getSalesRegion" style="rpc"/><wsdl:input name="getSalesRegionInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getSalesRegionOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getSalesRegionFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getSalesRegionFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getSalesRegionsByEntity"><soap:operation soapAction="urn:LineItemService#getSalesRegionsByEntity" style="rpc"/><wsdl:input name="getSalesRegionsByEntityInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getSalesRegionsByEntityOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getSalesRegionsByEntityFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getSalesRegionsByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:LineItemService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:LineItemService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:LineItemService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:LineItemService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllDeletedSince"><soap:operation soapAction="urn:LineItemService#listAllDeletedSince" style="rpc"/><wsdl:input name="listAllDeletedSinceInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllDeletedSinceOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllDeletedSinceFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllDeletedSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="duplicate"><soap:operation soapAction="urn:LineItemService#duplicate" style="rpc"/><wsdl:input name="duplicateInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="duplicateOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="duplicateFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="duplicateFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="LineItemService"><wsdl:port name="LineItemServicePort" binding="api:LineItemServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/line_item.php"/></wsdl:port></wsdl:service></wsdl:definitions>
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0"?>
2
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/LinkingService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/LinkingService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="getLinkedEntityDataInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getNonlinkedEntityDataInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getLinkDataInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="addProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="profile" type="types:linking_profile"/></wsdl:message><wsdl:message name="updateProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="profile" type="types:linking_profile"/></wsdl:message><wsdl:message name="getProfileInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="setRatingInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="rating_options" type="types:rating_options"/></wsdl:message><wsdl:message name="proposeLinkInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="is_seller" type="xsd:boolean"/></wsdl:message><wsdl:message name="acceptLinkInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="rejectLinkInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="cancelLinkInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="getProposedLinksInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getAppliedLinksInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getLinkedEntityDataOutput"><wsdl:part name="link_data" type="types:array_of_link_data"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getNonlinkedEntityDataOutput"><wsdl:part name="link_data" type="types:array_of_link_data"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getLinkDataOutput"><wsdl:part name="link_data" type="types:link_data"/></wsdl:message><wsdl:message name="addProfileOutput"/><wsdl:message name="updateProfileOutput"/><wsdl:message name="getProfileOutput"><wsdl:part name="profile" type="types:linking_profile"/></wsdl:message><wsdl:message name="setRatingOutput"/><wsdl:message name="proposeLinkOutput"><wsdl:part name="insertion_order_id" type="xsd:long"/></wsdl:message><wsdl:message name="acceptLinkOutput"/><wsdl:message name="rejectLinkOutput"/><wsdl:message name="cancelLinkOutput"/><wsdl:message name="getProposedLinksOutput"><wsdl:part name="proposed_links" type="types:array_of_link_data"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getAppliedLinksOutput"><wsdl:part name="proposed_links" type="types:array_of_link_data"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getLinkedEntityDataFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getNonlinkedEntityDataFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getLinkDataFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="updateProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setRatingFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="proposeLinkFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="acceptLinkFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="rejectLinkFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="cancelLinkFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getProposedLinksFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAppliedLinksFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="LinkingServicePortType"><wsdl:operation name="getLinkedEntityData"><wsdl:input name="getLinkedEntityDataInput" message="api:getLinkedEntityDataInput"/><wsdl:output name="getLinkedEntityDataOutput" message="api:getLinkedEntityDataOutput"/><wsdl:fault name="getLinkedEntityDataFault" message="api:getLinkedEntityDataFault"/></wsdl:operation><wsdl:operation name="getNonlinkedEntityData"><wsdl:input name="getNonlinkedEntityDataInput" message="api:getNonlinkedEntityDataInput"/><wsdl:output name="getNonlinkedEntityDataOutput" message="api:getNonlinkedEntityDataOutput"/><wsdl:fault name="getNonlinkedEntityDataFault" message="api:getNonlinkedEntityDataFault"/></wsdl:operation><wsdl:operation name="getLinkData"><wsdl:input name="getLinkDataInput" message="api:getLinkDataInput"/><wsdl:output name="getLinkDataOutput" message="api:getLinkDataOutput"/><wsdl:fault name="getLinkDataFault" message="api:getLinkDataFault"/></wsdl:operation><wsdl:operation name="addProfile"><wsdl:input name="addProfileInput" message="api:addProfileInput"/><wsdl:output name="addProfileOutput" message="api:addProfileOutput"/><wsdl:fault name="addProfileFault" message="api:addProfileFault"/></wsdl:operation><wsdl:operation name="updateProfile"><wsdl:input name="updateProfileInput" message="api:updateProfileInput"/><wsdl:output name="updateProfileOutput" message="api:updateProfileOutput"/><wsdl:fault name="updateProfileFault" message="api:updateProfileFault"/></wsdl:operation><wsdl:operation name="getProfile"><wsdl:input name="getProfileInput" message="api:getProfileInput"/><wsdl:output name="getProfileOutput" message="api:getProfileOutput"/><wsdl:fault name="getProfileFault" message="api:getProfileFault"/></wsdl:operation><wsdl:operation name="setRating"><wsdl:input name="setRatingInput" message="api:setRatingInput"/><wsdl:output name="setRatingOutput" message="api:setRatingOutput"/><wsdl:fault name="setRatingFault" message="api:setRatingFault"/></wsdl:operation><wsdl:operation name="proposeLink"><wsdl:input name="proposeLinkInput" message="api:proposeLinkInput"/><wsdl:output name="proposeLinkOutput" message="api:proposeLinkOutput"/><wsdl:fault name="proposeLinkFault" message="api:proposeLinkFault"/></wsdl:operation><wsdl:operation name="acceptLink"><wsdl:input name="acceptLinkInput" message="api:acceptLinkInput"/><wsdl:output name="acceptLinkOutput" message="api:acceptLinkOutput"/><wsdl:fault name="acceptLinkFault" message="api:acceptLinkFault"/></wsdl:operation><wsdl:operation name="rejectLink"><wsdl:input name="rejectLinkInput" message="api:rejectLinkInput"/><wsdl:output name="rejectLinkOutput" message="api:rejectLinkOutput"/><wsdl:fault name="rejectLinkFault" message="api:rejectLinkFault"/></wsdl:operation><wsdl:operation name="cancelLink"><wsdl:input name="cancelLinkInput" message="api:cancelLinkInput"/><wsdl:output name="cancelLinkOutput" message="api:cancelLinkOutput"/><wsdl:fault name="cancelLinkFault" message="api:cancelLinkFault"/></wsdl:operation><wsdl:operation name="getProposedLinks"><wsdl:input name="getProposedLinksInput" message="api:getProposedLinksInput"/><wsdl:output name="getProposedLinksOutput" message="api:getProposedLinksOutput"/><wsdl:fault name="getProposedLinksFault" message="api:getProposedLinksFault"/></wsdl:operation><wsdl:operation name="getAppliedLinks"><wsdl:input name="getAppliedLinksInput" message="api:getAppliedLinksInput"/><wsdl:output name="getAppliedLinksOutput" message="api:getAppliedLinksOutput"/><wsdl:fault name="getAppliedLinksFault" message="api:getAppliedLinksFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="LinkingServiceBinding" type="api:LinkingServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="getLinkedEntityData"><soap:operation soapAction="urn:LinkingService#getLinkedEntityData" style="rpc"/><wsdl:input name="getLinkedEntityDataInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getLinkedEntityDataOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getLinkedEntityDataFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getLinkedEntityDataFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getNonlinkedEntityData"><soap:operation soapAction="urn:LinkingService#getNonlinkedEntityData" style="rpc"/><wsdl:input name="getNonlinkedEntityDataInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getNonlinkedEntityDataOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getNonlinkedEntityDataFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getNonlinkedEntityDataFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getLinkData"><soap:operation soapAction="urn:LinkingService#getLinkData" style="rpc"/><wsdl:input name="getLinkDataInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getLinkDataOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getLinkDataFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getLinkDataFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addProfile"><soap:operation soapAction="urn:LinkingService#addProfile" style="rpc"/><wsdl:input name="addProfileInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addProfileOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addProfileFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="updateProfile"><soap:operation soapAction="urn:LinkingService#updateProfile" style="rpc"/><wsdl:input name="updateProfileInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateProfileOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateProfileFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getProfile"><soap:operation soapAction="urn:LinkingService#getProfile" style="rpc"/><wsdl:input name="getProfileInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getProfileOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getProfileFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setRating"><soap:operation soapAction="urn:LinkingService#setRating" style="rpc"/><wsdl:input name="setRatingInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setRatingOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setRatingFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setRatingFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="proposeLink"><soap:operation soapAction="urn:LinkingService#proposeLink" style="rpc"/><wsdl:input name="proposeLinkInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="proposeLinkOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="proposeLinkFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="proposeLinkFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="acceptLink"><soap:operation soapAction="urn:LinkingService#acceptLink" style="rpc"/><wsdl:input name="acceptLinkInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="acceptLinkOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="acceptLinkFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="acceptLinkFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="rejectLink"><soap:operation soapAction="urn:LinkingService#rejectLink" style="rpc"/><wsdl:input name="rejectLinkInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="rejectLinkOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="rejectLinkFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="rejectLinkFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="cancelLink"><soap:operation soapAction="urn:LinkingService#cancelLink" style="rpc"/><wsdl:input name="cancelLinkInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="cancelLinkOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="cancelLinkFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="cancelLinkFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getProposedLinks"><soap:operation soapAction="urn:LinkingService#getProposedLinks" style="rpc"/><wsdl:input name="getProposedLinksInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getProposedLinksOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getProposedLinksFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getProposedLinksFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAppliedLinks"><soap:operation soapAction="urn:LinkingService#getAppliedLinks" style="rpc"/><wsdl:input name="getAppliedLinksInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAppliedLinksOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAppliedLinksFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAppliedLinksFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="LinkingService"><wsdl:port name="LinkingServicePort" binding="api:LinkingServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/linking.php"/></wsdl:port></wsdl:service></wsdl:definitions>
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0"?>
2
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/PixelService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/PixelService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="pixel" type="types:pixel"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="pixel" type="types:pixel"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deletePixelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="listByEntityInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByEntityInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByLineItemInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByLineItemInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="addPiggybackPixelInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="pixel_id" type="xsd:long"/><wsdl:part name="piggyback_pixel" type="types:piggyback_pixel"/></wsdl:message><wsdl:message name="deletePiggybackPixelInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="piggyback_pixel_id" type="xsd:long"/></wsdl:message><wsdl:message name="setPiggybackPixelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/><wsdl:part name="piggyback_pixels" type="types:array_of_piggyback_pixel"/></wsdl:message><wsdl:message name="getPiggybackPixelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="lookupInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="codes" type="types:array_of_string"/></wsdl:message><wsdl:message name="getPixelTagsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="pixel_tag_params" type="types:pixel_tag_params"/></wsdl:message><wsdl:message name="listSegmentsInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getSegmentsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="attachCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="pixel_id" type="xsd:long"/><wsdl:part name="creative_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="listAttachedCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="segment_id" type="xsd:long"/></wsdl:message><wsdl:message name="getAttachedCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="segment_id" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="pixel_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="pixel" type="types:pixel"/></wsdl:message><wsdl:message name="deleteOutput"/><wsdl:message name="deletePixelsOutput"><wsdl:part name="results" type="types:array_of_multiple_data_result"/></wsdl:message><wsdl:message name="listByEntityOutput"><wsdl:part name="pixel_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByEntityOutput"><wsdl:part name="pixel" type="types:array_of_pixel"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByLineItemOutput"><wsdl:part name="pixel_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByLineItemOutput"><wsdl:part name="pixel" type="types:array_of_pixel"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="pixel" type="types:array_of_pixel"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="pixel_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="addPiggybackPixelOutput"><wsdl:part name="piggyback_pixel_id" type="xsd:long"/></wsdl:message><wsdl:message name="deletePiggybackPixelOutput"/><wsdl:message name="setPiggybackPixelsOutput"/><wsdl:message name="getPiggybackPixelsOutput"><wsdl:part name="piggyback_pixels" type="types:array_of_piggyback_pixel"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="lookupOutput"><wsdl:part name="pixel_ids" type="types:array_of_array_of_int"/></wsdl:message><wsdl:message name="getPixelTagsOutput"><wsdl:part name="pixel_tags" type="types:array_of_string"/></wsdl:message><wsdl:message name="listSegmentsOutput"><wsdl:part name="pixel" type="types:array_of_int"/></wsdl:message><wsdl:message name="getSegmentsOutput"><wsdl:part name="pixel" type="types:array_of_pixel"/><wsdl:part name="count_of_pixels" type="xsd:long"/></wsdl:message><wsdl:message name="attachCreativesOutput"/><wsdl:message name="listAttachedCreativesOutput"><wsdl:part name="creative_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAttachedCreativesOutput"><wsdl:part name="creatives" type="types:array_of_creative"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="pixels" type="types:array_of_pixel"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceOutput"><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deleteFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deletePixelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listByEntityFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByEntityFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listByLineItemFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByLineItemFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addPiggybackPixelFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deletePiggybackPixelFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setPiggybackPixelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getPiggybackPixelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getPixelTagsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listSegmentsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getSegmentsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="attachCreativesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAttachedCreativesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAttachedCreativesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllDeletedSinceFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="PixelServicePortType"><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="delete"><wsdl:input name="deleteInput" message="api:deleteInput"/><wsdl:output name="deleteOutput" message="api:deleteOutput"/><wsdl:fault name="deleteFault" message="api:deleteFault"/></wsdl:operation><wsdl:operation name="deletePixels"><wsdl:input name="deletePixelsInput" message="api:deletePixelsInput"/><wsdl:output name="deletePixelsOutput" message="api:deletePixelsOutput"/><wsdl:fault name="deletePixelsFault" message="api:deletePixelsFault"/></wsdl:operation><wsdl:operation name="listByEntity"><wsdl:input name="listByEntityInput" message="api:listByEntityInput"/><wsdl:output name="listByEntityOutput" message="api:listByEntityOutput"/><wsdl:fault name="listByEntityFault" message="api:listByEntityFault"/></wsdl:operation><wsdl:operation name="getByEntity"><wsdl:input name="getByEntityInput" message="api:getByEntityInput"/><wsdl:output name="getByEntityOutput" message="api:getByEntityOutput"/><wsdl:fault name="getByEntityFault" message="api:getByEntityFault"/></wsdl:operation><wsdl:operation name="listByLineItem"><wsdl:input name="listByLineItemInput" message="api:listByLineItemInput"/><wsdl:output name="listByLineItemOutput" message="api:listByLineItemOutput"/><wsdl:fault name="listByLineItemFault" message="api:listByLineItemFault"/></wsdl:operation><wsdl:operation name="getByLineItem"><wsdl:input name="getByLineItemInput" message="api:getByLineItemInput"/><wsdl:output name="getByLineItemOutput" message="api:getByLineItemOutput"/><wsdl:fault name="getByLineItemFault" message="api:getByLineItemFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="addPiggybackPixel"><wsdl:input name="addPiggybackPixelInput" message="api:addPiggybackPixelInput"/><wsdl:output name="addPiggybackPixelOutput" message="api:addPiggybackPixelOutput"/><wsdl:fault name="addPiggybackPixelFault" message="api:addPiggybackPixelFault"/></wsdl:operation><wsdl:operation name="deletePiggybackPixel"><wsdl:input name="deletePiggybackPixelInput" message="api:deletePiggybackPixelInput"/><wsdl:output name="deletePiggybackPixelOutput" message="api:deletePiggybackPixelOutput"/><wsdl:fault name="deletePiggybackPixelFault" message="api:deletePiggybackPixelFault"/></wsdl:operation><wsdl:operation name="setPiggybackPixels"><wsdl:input name="setPiggybackPixelsInput" message="api:setPiggybackPixelsInput"/><wsdl:output name="setPiggybackPixelsOutput" message="api:setPiggybackPixelsOutput"/><wsdl:fault name="setPiggybackPixelsFault" message="api:setPiggybackPixelsFault"/></wsdl:operation><wsdl:operation name="getPiggybackPixels"><wsdl:input name="getPiggybackPixelsInput" message="api:getPiggybackPixelsInput"/><wsdl:output name="getPiggybackPixelsOutput" message="api:getPiggybackPixelsOutput"/><wsdl:fault name="getPiggybackPixelsFault" message="api:getPiggybackPixelsFault"/></wsdl:operation><wsdl:operation name="lookup"><wsdl:input name="lookupInput" message="api:lookupInput"/><wsdl:output name="lookupOutput" message="api:lookupOutput"/><wsdl:fault name="lookupFault" message="api:lookupFault"/></wsdl:operation><wsdl:operation name="getPixelTags"><wsdl:input name="getPixelTagsInput" message="api:getPixelTagsInput"/><wsdl:output name="getPixelTagsOutput" message="api:getPixelTagsOutput"/><wsdl:fault name="getPixelTagsFault" message="api:getPixelTagsFault"/></wsdl:operation><wsdl:operation name="listSegments"><wsdl:input name="listSegmentsInput" message="api:listSegmentsInput"/><wsdl:output name="listSegmentsOutput" message="api:listSegmentsOutput"/><wsdl:fault name="listSegmentsFault" message="api:listSegmentsFault"/></wsdl:operation><wsdl:operation name="getSegments"><wsdl:input name="getSegmentsInput" message="api:getSegmentsInput"/><wsdl:output name="getSegmentsOutput" message="api:getSegmentsOutput"/><wsdl:fault name="getSegmentsFault" message="api:getSegmentsFault"/></wsdl:operation><wsdl:operation name="attachCreatives"><wsdl:input name="attachCreativesInput" message="api:attachCreativesInput"/><wsdl:output name="attachCreativesOutput" message="api:attachCreativesOutput"/><wsdl:fault name="attachCreativesFault" message="api:attachCreativesFault"/></wsdl:operation><wsdl:operation name="listAttachedCreatives"><wsdl:input name="listAttachedCreativesInput" message="api:listAttachedCreativesInput"/><wsdl:output name="listAttachedCreativesOutput" message="api:listAttachedCreativesOutput"/><wsdl:fault name="listAttachedCreativesFault" message="api:listAttachedCreativesFault"/></wsdl:operation><wsdl:operation name="getAttachedCreatives"><wsdl:input name="getAttachedCreativesInput" message="api:getAttachedCreativesInput"/><wsdl:output name="getAttachedCreativesOutput" message="api:getAttachedCreativesOutput"/><wsdl:fault name="getAttachedCreativesFault" message="api:getAttachedCreativesFault"/></wsdl:operation><wsdl:operation name="listAllSince"><wsdl:input name="listAllSinceInput" message="api:listAllSinceInput"/><wsdl:output name="listAllSinceOutput" message="api:listAllSinceOutput"/><wsdl:fault name="listAllSinceFault" message="api:listAllSinceFault"/></wsdl:operation><wsdl:operation name="getAllSince"><wsdl:input name="getAllSinceInput" message="api:getAllSinceInput"/><wsdl:output name="getAllSinceOutput" message="api:getAllSinceOutput"/><wsdl:fault name="getAllSinceFault" message="api:getAllSinceFault"/></wsdl:operation><wsdl:operation name="listAllDeletedSince"><wsdl:input name="listAllDeletedSinceInput" message="api:listAllDeletedSinceInput"/><wsdl:output name="listAllDeletedSinceOutput" message="api:listAllDeletedSinceOutput"/><wsdl:fault name="listAllDeletedSinceFault" message="api:listAllDeletedSinceFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="PixelServiceBinding" type="api:PixelServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="add"><soap:operation soapAction="urn:PixelService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:PixelService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:PixelService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="urn:PixelService#delete" style="rpc"/><wsdl:input name="deleteInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deletePixels"><soap:operation soapAction="urn:PixelService#deletePixels" style="rpc"/><wsdl:input name="deletePixelsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deletePixelsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deletePixelsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deletePixelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByEntity"><soap:operation soapAction="urn:PixelService#listByEntity" style="rpc"/><wsdl:input name="listByEntityInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByEntityOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByEntityFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByEntity"><soap:operation soapAction="urn:PixelService#getByEntity" style="rpc"/><wsdl:input name="getByEntityInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByEntityOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByEntityFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByLineItem"><soap:operation soapAction="urn:PixelService#listByLineItem" style="rpc"/><wsdl:input name="listByLineItemInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByLineItemOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByLineItemFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByLineItem"><soap:operation soapAction="urn:PixelService#getByLineItem" style="rpc"/><wsdl:input name="getByLineItemInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByLineItemOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByLineItemFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:PixelService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:PixelService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addPiggybackPixel"><soap:operation soapAction="urn:PixelService#addPiggybackPixel" style="rpc"/><wsdl:input name="addPiggybackPixelInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addPiggybackPixelOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addPiggybackPixelFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addPiggybackPixelFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deletePiggybackPixel"><soap:operation soapAction="urn:PixelService#deletePiggybackPixel" style="rpc"/><wsdl:input name="deletePiggybackPixelInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deletePiggybackPixelOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deletePiggybackPixelFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deletePiggybackPixelFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setPiggybackPixels"><soap:operation soapAction="urn:PixelService#setPiggybackPixels" style="rpc"/><wsdl:input name="setPiggybackPixelsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setPiggybackPixelsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setPiggybackPixelsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setPiggybackPixelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPiggybackPixels"><soap:operation soapAction="urn:PixelService#getPiggybackPixels" style="rpc"/><wsdl:input name="getPiggybackPixelsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPiggybackPixelsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPiggybackPixelsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPiggybackPixelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:PixelService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPixelTags"><soap:operation soapAction="urn:PixelService#getPixelTags" style="rpc"/><wsdl:input name="getPixelTagsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPixelTagsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPixelTagsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPixelTagsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listSegments"><soap:operation soapAction="urn:PixelService#listSegments" style="rpc"/><wsdl:input name="listSegmentsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listSegmentsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listSegmentsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listSegmentsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getSegments"><soap:operation soapAction="urn:PixelService#getSegments" style="rpc"/><wsdl:input name="getSegmentsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getSegmentsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getSegmentsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getSegmentsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="attachCreatives"><soap:operation soapAction="urn:PixelService#attachCreatives" style="rpc"/><wsdl:input name="attachCreativesInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="attachCreativesOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="attachCreativesFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="attachCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAttachedCreatives"><soap:operation soapAction="urn:PixelService#listAttachedCreatives" style="rpc"/><wsdl:input name="listAttachedCreativesInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAttachedCreativesOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAttachedCreativesFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAttachedCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAttachedCreatives"><soap:operation soapAction="urn:PixelService#getAttachedCreatives" style="rpc"/><wsdl:input name="getAttachedCreativesInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAttachedCreativesOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAttachedCreativesFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAttachedCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:PixelService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:PixelService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllDeletedSince"><soap:operation soapAction="urn:PixelService#listAllDeletedSince" style="rpc"/><wsdl:input name="listAllDeletedSinceInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllDeletedSinceOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllDeletedSinceFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllDeletedSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="PixelService"><wsdl:port name="PixelServicePort" binding="api:PixelServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/pixel.php"/></wsdl:port></wsdl:service></wsdl:definitions>
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0"?>
2
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/PlacementService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/PlacementService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="getByInsertionOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByInsertionOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="io_id" type="xsd:long"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="addCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="placement_creative" type="types:placement_creative"/><wsdl:part name="placement_id" type="xsd:long"/><wsdl:part name="supporting_file" type="types:supporting_file"/></wsdl:message><wsdl:message name="getByInsertionOrderOutput"><wsdl:part name="placements" type="types:array_of_placement"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByInsertionOrderOutput"><wsdl:part name="placement_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getOutput"><wsdl:part name="placement" type="types:placement"/></wsdl:message><wsdl:message name="addCreativeOutput"><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByInsertionOrderFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listByInsertionOrderFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addCreativeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="PlacementServicePortType"><wsdl:operation name="getByInsertionOrder"><wsdl:input name="getByInsertionOrderInput" message="api:getByInsertionOrderInput"/><wsdl:output name="getByInsertionOrderOutput" message="api:getByInsertionOrderOutput"/><wsdl:fault name="getByInsertionOrderFault" message="api:getByInsertionOrderFault"/></wsdl:operation><wsdl:operation name="listByInsertionOrder"><wsdl:input name="listByInsertionOrderInput" message="api:listByInsertionOrderInput"/><wsdl:output name="listByInsertionOrderOutput" message="api:listByInsertionOrderOutput"/><wsdl:fault name="listByInsertionOrderFault" message="api:listByInsertionOrderFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="addCreative"><wsdl:input name="addCreativeInput" message="api:addCreativeInput"/><wsdl:output name="addCreativeOutput" message="api:addCreativeOutput"/><wsdl:fault name="addCreativeFault" message="api:addCreativeFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="PlacementServiceBinding" type="api:PlacementServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="getByInsertionOrder"><soap:operation soapAction="urn:PlacementService#getByInsertionOrder" style="rpc"/><wsdl:input name="getByInsertionOrderInput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByInsertionOrderOutput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByInsertionOrderFault"><soap:fault use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByInsertionOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByInsertionOrder"><soap:operation soapAction="urn:PlacementService#listByInsertionOrder" style="rpc"/><wsdl:input name="listByInsertionOrderInput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByInsertionOrderOutput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByInsertionOrderFault"><soap:fault use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByInsertionOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:PlacementService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addCreative"><soap:operation soapAction="urn:PlacementService#addCreative" style="rpc"/><wsdl:input name="addCreativeInput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addCreativeOutput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addCreativeFault"><soap:fault use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addCreativeFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="PlacementService"><wsdl:port name="PlacementServicePort" binding="api:PlacementServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/placement.php"/></wsdl:port></wsdl:service></wsdl:definitions>