yieldmanager 0.0.2 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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/CampaignService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/CampaignService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/></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="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="addLineItemInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_id" type="xsd:long"/><wsdl:part name="line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="delLineItemInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_id" type="xsd:long"/><wsdl:part name="line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign" type="types:campaign"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign" type="types:campaign"/></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="deleteCampaignsInput"><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="campaign_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_id" type="xsd:long"/></wsdl:message><wsdl:message name="addCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_id" type="xsd:long"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="addCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_id" type="xsd:long"/><wsdl:part name="creative_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="delCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_id" type="xsd:long"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="listByLineItemInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="li_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByLineItemInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="li_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="li_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="li_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="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="listAllOutput"><wsdl:part name="campaign_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="campaigns" type="types:array_of_campaign"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByEntityOutput"><wsdl:part name="campaign_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByEntityOutput"><wsdl:part name="campaigns" type="types:array_of_campaign"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addLineItemOutput"/><wsdl:message name="delLineItemOutput"/><wsdl:message name="addOutput"><wsdl:part name="campaign_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="campaign" type="types:campaign"/></wsdl:message><wsdl:message name="deleteOutput"/><wsdl:message name="deleteCampaignsOutput"><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="addCreativeOutput"/><wsdl:message name="addCreativesOutput"><wsdl:part name="results" type="types:array_of_multiple_data_result"/></wsdl:message><wsdl:message name="delCreativeOutput"/><wsdl:message name="listByLineItemOutput"><wsdl:part name="campaign_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByLineItemOutput"><wsdl:part name="campaigns" type="types:array_of_campaign"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByCreativeOutput"><wsdl:part name="campaigns" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByCreativeOutput"><wsdl:part name="campaigns" type="types:array_of_campaign"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="lookupOutput"><wsdl:part name="campaign_ids" type="types:array_of_array_of_int"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="campaigns" type="types:array_of_campaign"/><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="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="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="addLineItemFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="delLineItemFault"><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="deleteCampaignsFault"><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="addCreativeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addCreativesFault"><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="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="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="lookupFault"><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="CampaignServicePortType"><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="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="addLineItem"><wsdl:input name="addLineItemInput" message="api:addLineItemInput"/><wsdl:output name="addLineItemOutput" message="api:addLineItemOutput"/><wsdl:fault name="addLineItemFault" message="api:addLineItemFault"/></wsdl:operation><wsdl:operation name="delLineItem"><wsdl:input name="delLineItemInput" message="api:delLineItemInput"/><wsdl:output name="delLineItemOutput" message="api:delLineItemOutput"/><wsdl:fault name="delLineItemFault" message="api:delLineItemFault"/></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="deleteCampaigns"><wsdl:input name="deleteCampaignsInput" message="api:deleteCampaignsInput"/><wsdl:output name="deleteCampaignsOutput" message="api:deleteCampaignsOutput"/><wsdl:fault name="deleteCampaignsFault" message="api:deleteCampaignsFault"/></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="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="addCreatives"><wsdl:input name="addCreativesInput" message="api:addCreativesInput"/><wsdl:output name="addCreativesOutput" message="api:addCreativesOutput"/><wsdl:fault name="addCreativesFault" message="api:addCreativesFault"/></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="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="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="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="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="CampaignServiceBinding" type="api:CampaignServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listAll"><soap:operation soapAction="urn:CampaignService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:CampaignService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByEntity"><soap:operation soapAction="urn:CampaignService#listByEntity" style="rpc"/><wsdl:input name="listByEntityInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByEntityOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByEntityFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByEntity"><soap:operation soapAction="urn:CampaignService#getByEntity" style="rpc"/><wsdl:input name="getByEntityInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByEntityOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByEntityFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addLineItem"><soap:operation soapAction="urn:CampaignService#addLineItem" style="rpc"/><wsdl:input name="addLineItemInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addLineItemOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addLineItemFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delLineItem"><soap:operation soapAction="urn:CampaignService#delLineItem" style="rpc"/><wsdl:input name="delLineItemInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delLineItemOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delLineItemFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:CampaignService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:CampaignService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:CampaignService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="urn:CampaignService#delete" style="rpc"/><wsdl:input name="deleteInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deleteCampaigns"><soap:operation soapAction="urn:CampaignService#deleteCampaigns" style="rpc"/><wsdl:input name="deleteCampaignsInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteCampaignsOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteCampaignsFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteCampaignsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addTargetProfile"><soap:operation soapAction="urn:CampaignService#addTargetProfile" style="rpc"/><wsdl:input name="addTargetProfileInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addTargetProfileOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addTargetProfileFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delTargetProfile"><soap:operation soapAction="urn:CampaignService#delTargetProfile" style="rpc"/><wsdl:input name="delTargetProfileInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delTargetProfileOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delTargetProfileFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addCreative"><soap:operation soapAction="urn:CampaignService#addCreative" style="rpc"/><wsdl:input name="addCreativeInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addCreativeOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addCreativeFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addCreatives"><soap:operation soapAction="urn:CampaignService#addCreatives" style="rpc"/><wsdl:input name="addCreativesInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addCreativesOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addCreativesFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delCreative"><soap:operation soapAction="urn:CampaignService#delCreative" style="rpc"/><wsdl:input name="delCreativeInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delCreativeOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delCreativeFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByLineItem"><soap:operation soapAction="urn:CampaignService#listByLineItem" style="rpc"/><wsdl:input name="listByLineItemInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByLineItemOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByLineItemFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByLineItem"><soap:operation soapAction="urn:CampaignService#getByLineItem" style="rpc"/><wsdl:input name="getByLineItemInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByLineItemOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByLineItemFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByCreative"><soap:operation soapAction="urn:CampaignService#listByCreative" style="rpc"/><wsdl:input name="listByCreativeInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByCreativeOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByCreativeFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByCreative"><soap:operation soapAction="urn:CampaignService#getByCreative" style="rpc"/><wsdl:input name="getByCreativeInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByCreativeOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByCreativeFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:CampaignService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:CampaignService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:CampaignService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllDeletedSince"><soap:operation soapAction="urn:CampaignService#listAllDeletedSince" style="rpc"/><wsdl:input name="listAllDeletedSinceInput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllDeletedSinceOutput"><soap:body use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllDeletedSinceFault"><soap:fault use="encoded" namespace="urn:CampaignService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllDeletedSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="CampaignService"><wsdl:port name="CampaignServicePort" binding="api:CampaignServiceBinding"><soap:address location="https://api.yieldmanager.com/api-1.30/campaign.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/ContactService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/ContactService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="loginInput"><wsdl:part name="user" type="xsd:string"/><wsdl:part name="pass" type="xsd:string"/><wsdl:part name="login_options" type="types:login_options"/></wsdl:message><wsdl:message name="logoutInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="logoutAllInput"><wsdl:part name="user" type="xsd:string"/><wsdl:part name="pass" type="xsd:string"/></wsdl:message><wsdl:message name="getActiveSessionsInput"><wsdl:part name="user" type="xsd:string"/><wsdl:part name="pass" type="xsd:string"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="contact" type="types:contact"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="contact" type="types:contact"/></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="setPasswordInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/><wsdl:part name="password" type="xsd:string"/></wsdl:message><wsdl:message name="changePasswordInput"><wsdl:part name="login" type="xsd:string"/><wsdl:part name="password" type="xsd:string"/><wsdl:part name="new_password" 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="getSelfInput"><wsdl:part name="token" type="xsd:string"/></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="listAllInput"><wsdl:part name="token" type="xsd:string"/></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="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="loginOutput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="logoutOutput"/><wsdl:message name="logoutAllOutput"/><wsdl:message name="getActiveSessionsOutput"><wsdl:part name="sessions" type="types:array_of_session"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="contact_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="deleteOutput"/><wsdl:message name="setPasswordOutput"/><wsdl:message name="changePasswordOutput"/><wsdl:message name="getOutput"><wsdl:part name="contact" type="types:contact"/></wsdl:message><wsdl:message name="getSelfOutput"><wsdl:part name="contact" type="types:contact"/></wsdl:message><wsdl:message name="listByEntityOutput"><wsdl:part name="contact_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByEntityOutput"><wsdl:part name="contacts" type="types:array_of_contact"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="contact_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="contacts" type="types:array_of_contact"/><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="contacts" type="types:array_of_contact"/><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="loginFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="logoutFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="logoutAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getActiveSessionsFault"><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="deleteFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setPasswordFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="changePasswordFault"><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="getSelfFault"><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="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="ContactServicePortType"><wsdl:operation name="login"><wsdl:input name="loginInput" message="api:loginInput"/><wsdl:output name="loginOutput" message="api:loginOutput"/><wsdl:fault name="loginFault" message="api:loginFault"/></wsdl:operation><wsdl:operation name="logout"><wsdl:input name="logoutInput" message="api:logoutInput"/><wsdl:output name="logoutOutput" message="api:logoutOutput"/><wsdl:fault name="logoutFault" message="api:logoutFault"/></wsdl:operation><wsdl:operation name="logoutAll"><wsdl:input name="logoutAllInput" message="api:logoutAllInput"/><wsdl:output name="logoutAllOutput" message="api:logoutAllOutput"/><wsdl:fault name="logoutAllFault" message="api:logoutAllFault"/></wsdl:operation><wsdl:operation name="getActiveSessions"><wsdl:input name="getActiveSessionsInput" message="api:getActiveSessionsInput"/><wsdl:output name="getActiveSessionsOutput" message="api:getActiveSessionsOutput"/><wsdl:fault name="getActiveSessionsFault" message="api:getActiveSessionsFault"/></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="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="setPassword"><wsdl:input name="setPasswordInput" message="api:setPasswordInput"/><wsdl:output name="setPasswordOutput" message="api:setPasswordOutput"/><wsdl:fault name="setPasswordFault" message="api:setPasswordFault"/></wsdl:operation><wsdl:operation name="changePassword"><wsdl:input name="changePasswordInput" message="api:changePasswordInput"/><wsdl:output name="changePasswordOutput" message="api:changePasswordOutput"/><wsdl:fault name="changePasswordFault" message="api:changePasswordFault"/></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="getSelf"><wsdl:input name="getSelfInput" message="api:getSelfInput"/><wsdl:output name="getSelfOutput" message="api:getSelfOutput"/><wsdl:fault name="getSelfFault" message="api:getSelfFault"/></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="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="ContactServiceBinding" type="api:ContactServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="login"><soap:operation soapAction="urn:ContactService#login" style="rpc"/><wsdl:input name="loginInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="loginOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="loginFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="loginFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="logout"><soap:operation soapAction="urn:ContactService#logout" style="rpc"/><wsdl:input name="logoutInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="logoutOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="logoutFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="logoutFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="logoutAll"><soap:operation soapAction="urn:ContactService#logoutAll" style="rpc"/><wsdl:input name="logoutAllInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="logoutAllOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="logoutAllFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="logoutAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getActiveSessions"><soap:operation soapAction="urn:ContactService#getActiveSessions" style="rpc"/><wsdl:input name="getActiveSessionsInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getActiveSessionsOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getActiveSessionsFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getActiveSessionsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:ContactService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:ContactService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="urn:ContactService#delete" style="rpc"/><wsdl:input name="deleteInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setPassword"><soap:operation soapAction="urn:ContactService#setPassword" style="rpc"/><wsdl:input name="setPasswordInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setPasswordOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setPasswordFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setPasswordFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="changePassword"><soap:operation soapAction="urn:ContactService#changePassword" style="rpc"/><wsdl:input name="changePasswordInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="changePasswordOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="changePasswordFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="changePasswordFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:ContactService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getSelf"><soap:operation soapAction="urn:ContactService#getSelf" style="rpc"/><wsdl:input name="getSelfInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getSelfOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getSelfFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getSelfFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByEntity"><soap:operation soapAction="urn:ContactService#listByEntity" style="rpc"/><wsdl:input name="listByEntityInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByEntityOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByEntityFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByEntity"><soap:operation soapAction="urn:ContactService#getByEntity" style="rpc"/><wsdl:input name="getByEntityInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByEntityOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByEntityFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:ContactService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:ContactService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:ContactService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:ContactService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllDeletedSince"><soap:operation soapAction="urn:ContactService#listAllDeletedSince" style="rpc"/><wsdl:input name="listAllDeletedSinceInput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllDeletedSinceOutput"><soap:body use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllDeletedSinceFault"><soap:fault use="encoded" namespace="urn:ContactService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllDeletedSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="ContactService"><wsdl:port name="ContactServicePort" binding="api:ContactServiceBinding"><soap:address location="https://api.yieldmanager.com/api-1.30/contact.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/CreativeService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/CreativeService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><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="listByCampaignInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_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="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="listAllInput"><wsdl:part name="token" type="xsd:string"/></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="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative" type="types:creative"/></wsdl:message><wsdl:message name="addCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creatives" type="types:array_of_creative"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative" type="types:creative"/></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="deleteCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creatives" type="types:array_of_int"/></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="addTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="addSupportingFilesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="supporting_files" type="types:array_of_supporting_file"/></wsdl:message><wsdl:message name="deleteSupportingFilesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getCreativeTagsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="setCreativeTagsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/><wsdl:part name="creative_tag_list_ids" type="types:array_of_int"/></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="lookupByDescriptionInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="description" type="xsd:string"/></wsdl:message><wsdl:message name="searchInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="search_options" type="types:creative_search_options"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getCreativeSpecsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="isAuditedInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="attachSegmentsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/><wsdl:part name="segment_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="listAttachedSegmentsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="getAttachedSegmentsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/><wsdl:part name="pagenum" type="xsd:long"/><wsdl:part name="perpage" 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="listByEntityOutput"><wsdl:part name="creative_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByEntityOutput"><wsdl:part name="creatives" type="types:array_of_creative"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByCampaignOutput"><wsdl:part name="creative_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByCampaignOutput"><wsdl:part name="creatives" type="types:array_of_creative"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByLineItemOutput"><wsdl:part name="creative_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByLineItemOutput"><wsdl:part name="creatives" type="types:array_of_creative"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="creative_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="creatives" type="types:array_of_creative"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="addCreativesOutput"><wsdl:part name="results" type="types:array_of_multiple_data_result"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="deleteOutput"/><wsdl:message name="deleteCreativesOutput"><wsdl:part name="results" type="types:array_of_multiple_data_result"/></wsdl:message><wsdl:message name="getOutput"><wsdl:part name="creative" type="types:creative"/></wsdl:message><wsdl:message name="addTargetProfileOutput"><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileOutput"/><wsdl:message name="addSupportingFilesOutput"><wsdl:part name="supporting_filenames" type="types:array_of_string"/></wsdl:message><wsdl:message name="deleteSupportingFilesOutput"/><wsdl:message name="getCreativeTagsOutput"><wsdl:part name="creative_tag_list_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="setCreativeTagsOutput"/><wsdl:message name="lookupOutput"><wsdl:part name="creative_ids" type="types:array_of_array_of_int"/></wsdl:message><wsdl:message name="lookupByDescriptionOutput"><wsdl:part name="creative_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="searchOutput"><wsdl:part name="creatives" type="types:array_of_creative"/><wsdl:part name="total_creatives_count" type="xsd:long"/></wsdl:message><wsdl:message name="getCreativeSpecsOutput"><wsdl:part name="creative_specs" type="types:creative_specs"/></wsdl:message><wsdl:message name="isAuditedOutput"><wsdl:part name="is_audited" type="xsd:boolean"/></wsdl:message><wsdl:message name="attachSegmentsOutput"/><wsdl:message name="listAttachedSegmentsOutput"><wsdl:part name="segment_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAttachedSegmentsOutput"><wsdl:part name="segments" type="types:array_of_pixel"/><wsdl:part name="total" 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="creatives" type="types:array_of_creative"/><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="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="listByCampaignFault"><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="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="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="addCreativesFault"><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="deleteFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deleteCreativesFault"><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="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="addSupportingFilesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deleteSupportingFilesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getCreativeTagsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setCreativeTagsFault"><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="lookupByDescriptionFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="searchFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getCreativeSpecsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="isAuditedFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="attachSegmentsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAttachedSegmentsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAttachedSegmentsFault"><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="CreativeServicePortType"><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="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="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="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="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="addCreatives"><wsdl:input name="addCreativesInput" message="api:addCreativesInput"/><wsdl:output name="addCreativesOutput" message="api:addCreativesOutput"/><wsdl:fault name="addCreativesFault" message="api:addCreativesFault"/></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="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="deleteCreatives"><wsdl:input name="deleteCreativesInput" message="api:deleteCreativesInput"/><wsdl:output name="deleteCreativesOutput" message="api:deleteCreativesOutput"/><wsdl:fault name="deleteCreativesFault" message="api:deleteCreativesFault"/></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="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="addSupportingFiles"><wsdl:input name="addSupportingFilesInput" message="api:addSupportingFilesInput"/><wsdl:output name="addSupportingFilesOutput" message="api:addSupportingFilesOutput"/><wsdl:fault name="addSupportingFilesFault" message="api:addSupportingFilesFault"/></wsdl:operation><wsdl:operation name="deleteSupportingFiles"><wsdl:input name="deleteSupportingFilesInput" message="api:deleteSupportingFilesInput"/><wsdl:output name="deleteSupportingFilesOutput" message="api:deleteSupportingFilesOutput"/><wsdl:fault name="deleteSupportingFilesFault" message="api:deleteSupportingFilesFault"/></wsdl:operation><wsdl:operation name="getCreativeTags"><wsdl:input name="getCreativeTagsInput" message="api:getCreativeTagsInput"/><wsdl:output name="getCreativeTagsOutput" message="api:getCreativeTagsOutput"/><wsdl:fault name="getCreativeTagsFault" message="api:getCreativeTagsFault"/></wsdl:operation><wsdl:operation name="setCreativeTags"><wsdl:input name="setCreativeTagsInput" message="api:setCreativeTagsInput"/><wsdl:output name="setCreativeTagsOutput" message="api:setCreativeTagsOutput"/><wsdl:fault name="setCreativeTagsFault" message="api:setCreativeTagsFault"/></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="lookupByDescription"><wsdl:input name="lookupByDescriptionInput" message="api:lookupByDescriptionInput"/><wsdl:output name="lookupByDescriptionOutput" message="api:lookupByDescriptionOutput"/><wsdl:fault name="lookupByDescriptionFault" message="api:lookupByDescriptionFault"/></wsdl:operation><wsdl:operation name="search"><wsdl:input name="searchInput" message="api:searchInput"/><wsdl:output name="searchOutput" message="api:searchOutput"/><wsdl:fault name="searchFault" message="api:searchFault"/></wsdl:operation><wsdl:operation name="getCreativeSpecs"><wsdl:input name="getCreativeSpecsInput" message="api:getCreativeSpecsInput"/><wsdl:output name="getCreativeSpecsOutput" message="api:getCreativeSpecsOutput"/><wsdl:fault name="getCreativeSpecsFault" message="api:getCreativeSpecsFault"/></wsdl:operation><wsdl:operation name="isAudited"><wsdl:input name="isAuditedInput" message="api:isAuditedInput"/><wsdl:output name="isAuditedOutput" message="api:isAuditedOutput"/><wsdl:fault name="isAuditedFault" message="api:isAuditedFault"/></wsdl:operation><wsdl:operation name="attachSegments"><wsdl:input name="attachSegmentsInput" message="api:attachSegmentsInput"/><wsdl:output name="attachSegmentsOutput" message="api:attachSegmentsOutput"/><wsdl:fault name="attachSegmentsFault" message="api:attachSegmentsFault"/></wsdl:operation><wsdl:operation name="listAttachedSegments"><wsdl:input name="listAttachedSegmentsInput" message="api:listAttachedSegmentsInput"/><wsdl:output name="listAttachedSegmentsOutput" message="api:listAttachedSegmentsOutput"/><wsdl:fault name="listAttachedSegmentsFault" message="api:listAttachedSegmentsFault"/></wsdl:operation><wsdl:operation name="getAttachedSegments"><wsdl:input name="getAttachedSegmentsInput" message="api:getAttachedSegmentsInput"/><wsdl:output name="getAttachedSegmentsOutput" message="api:getAttachedSegmentsOutput"/><wsdl:fault name="getAttachedSegmentsFault" message="api:getAttachedSegmentsFault"/></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="CreativeServiceBinding" type="api:CreativeServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listByEntity"><soap:operation soapAction="urn:CreativeService#listByEntity" style="rpc"/><wsdl:input name="listByEntityInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByEntityOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByEntityFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByEntity"><soap:operation soapAction="urn:CreativeService#getByEntity" style="rpc"/><wsdl:input name="getByEntityInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByEntityOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByEntityFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByCampaign"><soap:operation soapAction="urn:CreativeService#listByCampaign" style="rpc"/><wsdl:input name="listByCampaignInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByCampaignOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByCampaignFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByCampaignFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByCampaign"><soap:operation soapAction="urn:CreativeService#getByCampaign" style="rpc"/><wsdl:input name="getByCampaignInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByCampaignOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByCampaignFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByCampaignFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByLineItem"><soap:operation soapAction="urn:CreativeService#listByLineItem" style="rpc"/><wsdl:input name="listByLineItemInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByLineItemOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByLineItemFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByLineItem"><soap:operation soapAction="urn:CreativeService#getByLineItem" style="rpc"/><wsdl:input name="getByLineItemInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByLineItemOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByLineItemFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:CreativeService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:CreativeService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:CreativeService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addCreatives"><soap:operation soapAction="urn:CreativeService#addCreatives" style="rpc"/><wsdl:input name="addCreativesInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addCreativesOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addCreativesFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:CreativeService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="urn:CreativeService#delete" style="rpc"/><wsdl:input name="deleteInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deleteCreatives"><soap:operation soapAction="urn:CreativeService#deleteCreatives" style="rpc"/><wsdl:input name="deleteCreativesInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteCreativesOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteCreativesFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:CreativeService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addTargetProfile"><soap:operation soapAction="urn:CreativeService#addTargetProfile" style="rpc"/><wsdl:input name="addTargetProfileInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addTargetProfileOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addTargetProfileFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delTargetProfile"><soap:operation soapAction="urn:CreativeService#delTargetProfile" style="rpc"/><wsdl:input name="delTargetProfileInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delTargetProfileOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delTargetProfileFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addSupportingFiles"><soap:operation soapAction="urn:CreativeService#addSupportingFiles" style="rpc"/><wsdl:input name="addSupportingFilesInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addSupportingFilesOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addSupportingFilesFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addSupportingFilesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deleteSupportingFiles"><soap:operation soapAction="urn:CreativeService#deleteSupportingFiles" style="rpc"/><wsdl:input name="deleteSupportingFilesInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteSupportingFilesOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteSupportingFilesFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteSupportingFilesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getCreativeTags"><soap:operation soapAction="urn:CreativeService#getCreativeTags" style="rpc"/><wsdl:input name="getCreativeTagsInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getCreativeTagsOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getCreativeTagsFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getCreativeTagsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setCreativeTags"><soap:operation soapAction="urn:CreativeService#setCreativeTags" style="rpc"/><wsdl:input name="setCreativeTagsInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setCreativeTagsOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setCreativeTagsFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setCreativeTagsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:CreativeService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookupByDescription"><soap:operation soapAction="urn:CreativeService#lookupByDescription" style="rpc"/><wsdl:input name="lookupByDescriptionInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupByDescriptionOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupByDescriptionFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupByDescriptionFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="search"><soap:operation soapAction="urn:CreativeService#search" style="rpc"/><wsdl:input name="searchInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="searchOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="searchFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="searchFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getCreativeSpecs"><soap:operation soapAction="urn:CreativeService#getCreativeSpecs" style="rpc"/><wsdl:input name="getCreativeSpecsInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getCreativeSpecsOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getCreativeSpecsFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getCreativeSpecsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="isAudited"><soap:operation soapAction="urn:CreativeService#isAudited" style="rpc"/><wsdl:input name="isAuditedInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="isAuditedOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="isAuditedFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="isAuditedFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="attachSegments"><soap:operation soapAction="urn:CreativeService#attachSegments" style="rpc"/><wsdl:input name="attachSegmentsInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="attachSegmentsOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="attachSegmentsFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="attachSegmentsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAttachedSegments"><soap:operation soapAction="urn:CreativeService#listAttachedSegments" style="rpc"/><wsdl:input name="listAttachedSegmentsInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAttachedSegmentsOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAttachedSegmentsFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAttachedSegmentsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAttachedSegments"><soap:operation soapAction="urn:CreativeService#getAttachedSegments" style="rpc"/><wsdl:input name="getAttachedSegmentsInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAttachedSegmentsOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAttachedSegmentsFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAttachedSegmentsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:CreativeService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:CreativeService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllDeletedSince"><soap:operation soapAction="urn:CreativeService#listAllDeletedSince" style="rpc"/><wsdl:input name="listAllDeletedSinceInput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllDeletedSinceOutput"><soap:body use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllDeletedSinceFault"><soap:fault use="encoded" namespace="urn:CreativeService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllDeletedSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="CreativeService"><wsdl:port name="CreativeServicePort" binding="api:CreativeServiceBinding"><soap:address location="https://api.yieldmanager.com/api-1.30/creative.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/DictionaryService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/DictionaryService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="getChannelsInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getSizesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="show_all_sizes" type="xsd:boolean"/></wsdl:message><wsdl:message name="getOfferTypesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getRegionsInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getMsasInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getCountriesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getNetspeedsInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getLanguagesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getLearnTypesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getMediaTypesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getCurrenciesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getCountryGroupsInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getBrowsersInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getRolesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getInventoryTypesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getIspsInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getPopTypesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getRatingsInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getPricingTypesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getDeliveryTypesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getBillingStatusesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getCreativeTagListInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getMGLabelMappingsInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getCreativeMacroInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getEnumValuesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="enum_name" type="xsd:string"/></wsdl:message><wsdl:message name="getChannelsOutput"><wsdl:part name="channels" type="types:array_of_channel"/></wsdl:message><wsdl:message name="getSizesOutput"><wsdl:part name="sizes" type="types:array_of_size"/></wsdl:message><wsdl:message name="getOfferTypesOutput"><wsdl:part name="offer_types" type="types:array_of_offer_type"/></wsdl:message><wsdl:message name="getRegionsOutput"><wsdl:part name="regions" type="types:array_of_region"/></wsdl:message><wsdl:message name="getMsasOutput"><wsdl:part name="msas" type="types:array_of_msa"/></wsdl:message><wsdl:message name="getCountriesOutput"><wsdl:part name="countries" type="types:array_of_country"/></wsdl:message><wsdl:message name="getNetspeedsOutput"><wsdl:part name="netspeeds" type="types:array_of_netspeed"/></wsdl:message><wsdl:message name="getLanguagesOutput"><wsdl:part name="languages" type="types:array_of_language"/></wsdl:message><wsdl:message name="getLearnTypesOutput"><wsdl:part name="learn_types" type="types:array_of_learn_type"/></wsdl:message><wsdl:message name="getMediaTypesOutput"><wsdl:part name="media_types" type="types:array_of_media_type"/></wsdl:message><wsdl:message name="getCurrenciesOutput"><wsdl:part name="currencies" type="types:array_of_currency"/></wsdl:message><wsdl:message name="getCountryGroupsOutput"><wsdl:part name="country_groups" type="types:array_of_country_group"/></wsdl:message><wsdl:message name="getBrowsersOutput"><wsdl:part name="browsers" type="types:array_of_browser"/></wsdl:message><wsdl:message name="getRolesOutput"><wsdl:part name="roles" type="types:array_of_role"/></wsdl:message><wsdl:message name="getInventoryTypesOutput"><wsdl:part name="inventory_types" type="types:array_of_inventory_type"/></wsdl:message><wsdl:message name="getIspsOutput"><wsdl:part name="isps" type="types:array_of_isp"/></wsdl:message><wsdl:message name="getPopTypesOutput"><wsdl:part name="pop_types" type="types:array_of_pop_type"/></wsdl:message><wsdl:message name="getRatingsOutput"><wsdl:part name="ratings" type="types:array_of_string"/></wsdl:message><wsdl:message name="getPricingTypesOutput"><wsdl:part name="pricing_types" type="types:array_of_string"/></wsdl:message><wsdl:message name="getDeliveryTypesOutput"><wsdl:part name="delivery_types" type="types:array_of_string"/></wsdl:message><wsdl:message name="getBillingStatusesOutput"><wsdl:part name="billing_statuses" type="types:array_of_string"/></wsdl:message><wsdl:message name="getCreativeTagListOutput"><wsdl:part name="creative_tag_list" type="types:array_of_creative_tag_list_item"/></wsdl:message><wsdl:message name="getMGLabelMappingsOutput"><wsdl:part name="mg_label_mappings" type="types:array_of_mg_label_mapping"/></wsdl:message><wsdl:message name="getCreativeMacroOutput"><wsdl:part name="creative_macros" type="types:array_of_creative_macro"/></wsdl:message><wsdl:message name="getEnumValuesOutput"><wsdl:part name="values" type="types:array_of_string"/></wsdl:message><wsdl:message name="getChannelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getSizesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getOfferTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getRegionsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getMsasFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getCountriesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getNetspeedsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getLanguagesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getLearnTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getMediaTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getCurrenciesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getCountryGroupsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getBrowsersFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getRolesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getInventoryTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getIspsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getPopTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getRatingsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getPricingTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getDeliveryTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getBillingStatusesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getCreativeTagListFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getMGLabelMappingsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getCreativeMacroFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getEnumValuesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="DictionaryServicePortType"><wsdl:operation name="getChannels"><wsdl:input name="getChannelsInput" message="api:getChannelsInput"/><wsdl:output name="getChannelsOutput" message="api:getChannelsOutput"/><wsdl:fault name="getChannelsFault" message="api:getChannelsFault"/></wsdl:operation><wsdl:operation name="getSizes"><wsdl:input name="getSizesInput" message="api:getSizesInput"/><wsdl:output name="getSizesOutput" message="api:getSizesOutput"/><wsdl:fault name="getSizesFault" message="api:getSizesFault"/></wsdl:operation><wsdl:operation name="getOfferTypes"><wsdl:input name="getOfferTypesInput" message="api:getOfferTypesInput"/><wsdl:output name="getOfferTypesOutput" message="api:getOfferTypesOutput"/><wsdl:fault name="getOfferTypesFault" message="api:getOfferTypesFault"/></wsdl:operation><wsdl:operation name="getRegions"><wsdl:input name="getRegionsInput" message="api:getRegionsInput"/><wsdl:output name="getRegionsOutput" message="api:getRegionsOutput"/><wsdl:fault name="getRegionsFault" message="api:getRegionsFault"/></wsdl:operation><wsdl:operation name="getMsas"><wsdl:input name="getMsasInput" message="api:getMsasInput"/><wsdl:output name="getMsasOutput" message="api:getMsasOutput"/><wsdl:fault name="getMsasFault" message="api:getMsasFault"/></wsdl:operation><wsdl:operation name="getCountries"><wsdl:input name="getCountriesInput" message="api:getCountriesInput"/><wsdl:output name="getCountriesOutput" message="api:getCountriesOutput"/><wsdl:fault name="getCountriesFault" message="api:getCountriesFault"/></wsdl:operation><wsdl:operation name="getNetspeeds"><wsdl:input name="getNetspeedsInput" message="api:getNetspeedsInput"/><wsdl:output name="getNetspeedsOutput" message="api:getNetspeedsOutput"/><wsdl:fault name="getNetspeedsFault" message="api:getNetspeedsFault"/></wsdl:operation><wsdl:operation name="getLanguages"><wsdl:input name="getLanguagesInput" message="api:getLanguagesInput"/><wsdl:output name="getLanguagesOutput" message="api:getLanguagesOutput"/><wsdl:fault name="getLanguagesFault" message="api:getLanguagesFault"/></wsdl:operation><wsdl:operation name="getLearnTypes"><wsdl:input name="getLearnTypesInput" message="api:getLearnTypesInput"/><wsdl:output name="getLearnTypesOutput" message="api:getLearnTypesOutput"/><wsdl:fault name="getLearnTypesFault" message="api:getLearnTypesFault"/></wsdl:operation><wsdl:operation name="getMediaTypes"><wsdl:input name="getMediaTypesInput" message="api:getMediaTypesInput"/><wsdl:output name="getMediaTypesOutput" message="api:getMediaTypesOutput"/><wsdl:fault name="getMediaTypesFault" message="api:getMediaTypesFault"/></wsdl:operation><wsdl:operation name="getCurrencies"><wsdl:input name="getCurrenciesInput" message="api:getCurrenciesInput"/><wsdl:output name="getCurrenciesOutput" message="api:getCurrenciesOutput"/><wsdl:fault name="getCurrenciesFault" message="api:getCurrenciesFault"/></wsdl:operation><wsdl:operation name="getCountryGroups"><wsdl:input name="getCountryGroupsInput" message="api:getCountryGroupsInput"/><wsdl:output name="getCountryGroupsOutput" message="api:getCountryGroupsOutput"/><wsdl:fault name="getCountryGroupsFault" message="api:getCountryGroupsFault"/></wsdl:operation><wsdl:operation name="getBrowsers"><wsdl:input name="getBrowsersInput" message="api:getBrowsersInput"/><wsdl:output name="getBrowsersOutput" message="api:getBrowsersOutput"/><wsdl:fault name="getBrowsersFault" message="api:getBrowsersFault"/></wsdl:operation><wsdl:operation name="getRoles"><wsdl:input name="getRolesInput" message="api:getRolesInput"/><wsdl:output name="getRolesOutput" message="api:getRolesOutput"/><wsdl:fault name="getRolesFault" message="api:getRolesFault"/></wsdl:operation><wsdl:operation name="getInventoryTypes"><wsdl:input name="getInventoryTypesInput" message="api:getInventoryTypesInput"/><wsdl:output name="getInventoryTypesOutput" message="api:getInventoryTypesOutput"/><wsdl:fault name="getInventoryTypesFault" message="api:getInventoryTypesFault"/></wsdl:operation><wsdl:operation name="getIsps"><wsdl:input name="getIspsInput" message="api:getIspsInput"/><wsdl:output name="getIspsOutput" message="api:getIspsOutput"/><wsdl:fault name="getIspsFault" message="api:getIspsFault"/></wsdl:operation><wsdl:operation name="getPopTypes"><wsdl:input name="getPopTypesInput" message="api:getPopTypesInput"/><wsdl:output name="getPopTypesOutput" message="api:getPopTypesOutput"/><wsdl:fault name="getPopTypesFault" message="api:getPopTypesFault"/></wsdl:operation><wsdl:operation name="getRatings"><wsdl:input name="getRatingsInput" message="api:getRatingsInput"/><wsdl:output name="getRatingsOutput" message="api:getRatingsOutput"/><wsdl:fault name="getRatingsFault" message="api:getRatingsFault"/></wsdl:operation><wsdl:operation name="getPricingTypes"><wsdl:input name="getPricingTypesInput" message="api:getPricingTypesInput"/><wsdl:output name="getPricingTypesOutput" message="api:getPricingTypesOutput"/><wsdl:fault name="getPricingTypesFault" message="api:getPricingTypesFault"/></wsdl:operation><wsdl:operation name="getDeliveryTypes"><wsdl:input name="getDeliveryTypesInput" message="api:getDeliveryTypesInput"/><wsdl:output name="getDeliveryTypesOutput" message="api:getDeliveryTypesOutput"/><wsdl:fault name="getDeliveryTypesFault" message="api:getDeliveryTypesFault"/></wsdl:operation><wsdl:operation name="getBillingStatuses"><wsdl:input name="getBillingStatusesInput" message="api:getBillingStatusesInput"/><wsdl:output name="getBillingStatusesOutput" message="api:getBillingStatusesOutput"/><wsdl:fault name="getBillingStatusesFault" message="api:getBillingStatusesFault"/></wsdl:operation><wsdl:operation name="getCreativeTagList"><wsdl:input name="getCreativeTagListInput" message="api:getCreativeTagListInput"/><wsdl:output name="getCreativeTagListOutput" message="api:getCreativeTagListOutput"/><wsdl:fault name="getCreativeTagListFault" message="api:getCreativeTagListFault"/></wsdl:operation><wsdl:operation name="getMGLabelMappings"><wsdl:input name="getMGLabelMappingsInput" message="api:getMGLabelMappingsInput"/><wsdl:output name="getMGLabelMappingsOutput" message="api:getMGLabelMappingsOutput"/><wsdl:fault name="getMGLabelMappingsFault" message="api:getMGLabelMappingsFault"/></wsdl:operation><wsdl:operation name="getCreativeMacro"><wsdl:input name="getCreativeMacroInput" message="api:getCreativeMacroInput"/><wsdl:output name="getCreativeMacroOutput" message="api:getCreativeMacroOutput"/><wsdl:fault name="getCreativeMacroFault" message="api:getCreativeMacroFault"/></wsdl:operation><wsdl:operation name="getEnumValues"><wsdl:input name="getEnumValuesInput" message="api:getEnumValuesInput"/><wsdl:output name="getEnumValuesOutput" message="api:getEnumValuesOutput"/><wsdl:fault name="getEnumValuesFault" message="api:getEnumValuesFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="DictionaryServiceBinding" type="api:DictionaryServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="getChannels"><soap:operation soapAction="urn:DictionaryService#getChannels" style="rpc"/><wsdl:input name="getChannelsInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getChannelsOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getChannelsFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getSizes"><soap:operation soapAction="urn:DictionaryService#getSizes" style="rpc"/><wsdl:input name="getSizesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getSizesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getSizesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getSizesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getOfferTypes"><soap:operation soapAction="urn:DictionaryService#getOfferTypes" style="rpc"/><wsdl:input name="getOfferTypesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOfferTypesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getOfferTypesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getOfferTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getRegions"><soap:operation soapAction="urn:DictionaryService#getRegions" style="rpc"/><wsdl:input name="getRegionsInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getRegionsOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getRegionsFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getRegionsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getMsas"><soap:operation soapAction="urn:DictionaryService#getMsas" style="rpc"/><wsdl:input name="getMsasInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getMsasOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getMsasFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getMsasFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getCountries"><soap:operation soapAction="urn:DictionaryService#getCountries" style="rpc"/><wsdl:input name="getCountriesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getCountriesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getCountriesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getCountriesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getNetspeeds"><soap:operation soapAction="urn:DictionaryService#getNetspeeds" style="rpc"/><wsdl:input name="getNetspeedsInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getNetspeedsOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getNetspeedsFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getNetspeedsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getLanguages"><soap:operation soapAction="urn:DictionaryService#getLanguages" style="rpc"/><wsdl:input name="getLanguagesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getLanguagesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getLanguagesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getLanguagesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getLearnTypes"><soap:operation soapAction="urn:DictionaryService#getLearnTypes" style="rpc"/><wsdl:input name="getLearnTypesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getLearnTypesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getLearnTypesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getLearnTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getMediaTypes"><soap:operation soapAction="urn:DictionaryService#getMediaTypes" style="rpc"/><wsdl:input name="getMediaTypesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getMediaTypesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getMediaTypesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getMediaTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getCurrencies"><soap:operation soapAction="urn:DictionaryService#getCurrencies" style="rpc"/><wsdl:input name="getCurrenciesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getCurrenciesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getCurrenciesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getCurrenciesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getCountryGroups"><soap:operation soapAction="urn:DictionaryService#getCountryGroups" style="rpc"/><wsdl:input name="getCountryGroupsInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getCountryGroupsOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getCountryGroupsFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getCountryGroupsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getBrowsers"><soap:operation soapAction="urn:DictionaryService#getBrowsers" style="rpc"/><wsdl:input name="getBrowsersInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getBrowsersOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getBrowsersFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getBrowsersFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getRoles"><soap:operation soapAction="urn:DictionaryService#getRoles" style="rpc"/><wsdl:input name="getRolesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getRolesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getRolesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getRolesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getInventoryTypes"><soap:operation soapAction="urn:DictionaryService#getInventoryTypes" style="rpc"/><wsdl:input name="getInventoryTypesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getInventoryTypesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getInventoryTypesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getInventoryTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getIsps"><soap:operation soapAction="urn:DictionaryService#getIsps" style="rpc"/><wsdl:input name="getIspsInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getIspsOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getIspsFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getIspsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPopTypes"><soap:operation soapAction="urn:DictionaryService#getPopTypes" style="rpc"/><wsdl:input name="getPopTypesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPopTypesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPopTypesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPopTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getRatings"><soap:operation soapAction="urn:DictionaryService#getRatings" style="rpc"/><wsdl:input name="getRatingsInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getRatingsOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getRatingsFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getRatingsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPricingTypes"><soap:operation soapAction="urn:DictionaryService#getPricingTypes" style="rpc"/><wsdl:input name="getPricingTypesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPricingTypesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPricingTypesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPricingTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getDeliveryTypes"><soap:operation soapAction="urn:DictionaryService#getDeliveryTypes" style="rpc"/><wsdl:input name="getDeliveryTypesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getDeliveryTypesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getDeliveryTypesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getDeliveryTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getBillingStatuses"><soap:operation soapAction="urn:DictionaryService#getBillingStatuses" style="rpc"/><wsdl:input name="getBillingStatusesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getBillingStatusesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getBillingStatusesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getBillingStatusesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getCreativeTagList"><soap:operation soapAction="urn:DictionaryService#getCreativeTagList" style="rpc"/><wsdl:input name="getCreativeTagListInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getCreativeTagListOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getCreativeTagListFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getCreativeTagListFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getMGLabelMappings"><soap:operation soapAction="urn:DictionaryService#getMGLabelMappings" style="rpc"/><wsdl:input name="getMGLabelMappingsInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getMGLabelMappingsOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getMGLabelMappingsFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getMGLabelMappingsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getCreativeMacro"><soap:operation soapAction="urn:DictionaryService#getCreativeMacro" style="rpc"/><wsdl:input name="getCreativeMacroInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getCreativeMacroOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getCreativeMacroFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getCreativeMacroFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getEnumValues"><soap:operation soapAction="urn:DictionaryService#getEnumValues" style="rpc"/><wsdl:input name="getEnumValuesInput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getEnumValuesOutput"><soap:body use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getEnumValuesFault"><soap:fault use="encoded" namespace="urn:DictionaryService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getEnumValuesFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="DictionaryService"><wsdl:port name="DictionaryServicePort" binding="api:DictionaryServiceBinding"><soap:address location="https://api.yieldmanager.com/api-1.30/dictionary.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/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.yieldmanager.com/api-1.30/entity.php"/></wsdl:port></wsdl:service></wsdl:definitions>