yieldmanager 0.0.2 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. data/README.rdoc +32 -5
  2. data/Rakefile +22 -0
  3. data/TODO +15 -0
  4. data/VERSION +1 -1
  5. data/lib/yieldmanager/builder.rb +73 -0
  6. data/lib/yieldmanager/client.rb +106 -0
  7. data/lib/yieldmanager.rb +11 -15
  8. data/spec/yieldmanager/builder_spec.rb +74 -0
  9. data/spec/yieldmanager/client_spec.rb +87 -0
  10. data/wsdls/1.30/prod/adjustment.wsdl +2 -0
  11. data/wsdls/1.30/prod/advertiser.wsdl +2 -0
  12. data/wsdls/1.30/prod/campaign.wsdl +2 -0
  13. data/wsdls/1.30/prod/contact.wsdl +2 -0
  14. data/wsdls/1.30/prod/creative.wsdl +2 -0
  15. data/wsdls/1.30/prod/dictionary.wsdl +2 -0
  16. data/wsdls/1.30/prod/entity.wsdl +2 -0
  17. data/wsdls/1.30/prod/insertion_order.wsdl +2 -0
  18. data/wsdls/1.30/prod/line_item.wsdl +2 -0
  19. data/wsdls/1.30/prod/linking.wsdl +2 -0
  20. data/wsdls/1.30/prod/pixel.wsdl +2 -0
  21. data/wsdls/1.30/prod/placement.wsdl +2 -0
  22. data/wsdls/1.30/prod/publisher.wsdl +2 -0
  23. data/wsdls/1.30/prod/report.wsdl +2 -0
  24. data/wsdls/1.30/prod/search.wsdl +2 -0
  25. data/wsdls/1.30/prod/section.wsdl +2 -0
  26. data/wsdls/1.30/prod/site.wsdl +2 -0
  27. data/wsdls/1.30/prod/target_profile.wsdl +2 -0
  28. data/wsdls/1.30/prod/xsd_gen.php +40 -0
  29. data/wsdls/1.30/test/adjustment.wsdl +2 -0
  30. data/wsdls/1.30/test/advertiser.wsdl +2 -0
  31. data/wsdls/1.30/test/campaign.wsdl +2 -0
  32. data/wsdls/1.30/test/contact.wsdl +2 -0
  33. data/wsdls/1.30/test/creative.wsdl +2 -0
  34. data/wsdls/1.30/test/dictionary.wsdl +2 -0
  35. data/wsdls/1.30/test/entity.wsdl +2 -0
  36. data/wsdls/1.30/test/insertion_order.wsdl +2 -0
  37. data/wsdls/1.30/test/line_item.wsdl +2 -0
  38. data/wsdls/1.30/test/linking.wsdl +2 -0
  39. data/wsdls/1.30/test/pixel.wsdl +2 -0
  40. data/wsdls/1.30/test/placement.wsdl +2 -0
  41. data/wsdls/1.30/test/publisher.wsdl +2 -0
  42. data/wsdls/1.30/test/report.wsdl +2 -0
  43. data/wsdls/1.30/test/search.wsdl +2 -0
  44. data/wsdls/1.30/test/section.wsdl +2 -0
  45. data/wsdls/1.30/test/site.wsdl +2 -0
  46. data/wsdls/1.30/test/target_profile.wsdl +2 -0
  47. data/wsdls/1.30/test/xsd_gen.php +40 -0
  48. data/yieldmanager.gemspec +47 -4
  49. metadata +47 -4
  50. data/spec/yieldmanager_spec.rb +0 -23
@@ -0,0 +1,40 @@
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/AdjustmentService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/AdjustmentService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="adjustment_id" type="xsd:long"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="period_start" type="xsd:date"/><wsdl:part name="period_end" type="xsd:date"/><wsdl:part name="type" type="types:enum_adjustments_type"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getAllByLineItemInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="period_start" type="xsd:date"/><wsdl:part name="period_end" type="xsd:date"/><wsdl:part name="type" type="types:enum_adjustments_type"/></wsdl:message><wsdl:message name="getByBuyerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="buyer_entity_id" type="xsd:long"/><wsdl:part name="start_date" type="xsd:date"/><wsdl:part name="end_date" type="xsd:date"/><wsdl:part name="type" type="types:enum_adjustments_type"/></wsdl:message><wsdl:message name="setInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="line_item_adjustments" type="types:array_of_line_item_adjustment"/></wsdl:message><wsdl:message name="resetInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="range_start" type="xsd:date"/><wsdl:part name="range_end" type="xsd:date"/></wsdl:message><wsdl:message name="finalizeMonthsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="period_start" type="xsd:date"/><wsdl:part name="period_end" type="xsd:date"/></wsdl:message><wsdl:message name="isMonthFinalizedInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="date" type="xsd:date"/></wsdl:message><wsdl:message name="submitCreditInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="month" type="xsd:date"/><wsdl:part name="final_revenue" type="xsd:float"/><wsdl:part name="comment" type="xsd:string"/><wsdl:part name="auto_approve" type="xsd:boolean"/></wsdl:message><wsdl:message name="getImpsByDatesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="range_start" type="xsd:date"/><wsdl:part name="range_end" type="xsd:date"/></wsdl:message><wsdl:message name="setDiscretionaryEcpmInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="calculation_method" type="types:enum_calculation_method"/></wsdl:message><wsdl:message name="getCreatedByDatesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:date"/><wsdl:part name="end_date" type="xsd:date"/><wsdl:part name="type" type="types:enum_adjustments_type"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getOutput"><wsdl:part name="adjustment" type="types:line_item_adjustment"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="line_item_adjustments" type="types:array_of_line_item_adjustment"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getAllByLineItemOutput"><wsdl:part name="line_item_adjustments" type="types:array_of_line_item_adjustment"/></wsdl:message><wsdl:message name="getByBuyerOutput"><wsdl:part name="line_item_adjustments" type="types:array_of_line_item_adjustment"/></wsdl:message><wsdl:message name="setOutput"><wsdl:part name="adjustment_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="resetOutput"/><wsdl:message name="finalizeMonthsOutput"/><wsdl:message name="isMonthFinalizedOutput"><wsdl:part name="is_finalized" type="xsd:boolean"/></wsdl:message><wsdl:message name="submitCreditOutput"><wsdl:part name="credit_request_id" type="xsd:long"/></wsdl:message><wsdl:message name="getImpsByDatesOutput"><wsdl:part name="date_imps" type="types:array_of_date_imps"/></wsdl:message><wsdl:message name="setDiscretionaryEcpmOutput"/><wsdl:message name="getCreatedByDatesOutput"><wsdl:part name="line_item_adjustments" type="types:array_of_line_item_adjustment"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getFault"><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="getAllByLineItemFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByBuyerFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="resetFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="finalizeMonthsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="isMonthFinalizedFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="submitCreditFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getImpsByDatesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setDiscretionaryEcpmFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getCreatedByDatesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="AdjustmentServicePortType"><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="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="getAllByLineItem"><wsdl:input name="getAllByLineItemInput" message="api:getAllByLineItemInput"/><wsdl:output name="getAllByLineItemOutput" message="api:getAllByLineItemOutput"/><wsdl:fault name="getAllByLineItemFault" message="api:getAllByLineItemFault"/></wsdl:operation><wsdl:operation name="getByBuyer"><wsdl:input name="getByBuyerInput" message="api:getByBuyerInput"/><wsdl:output name="getByBuyerOutput" message="api:getByBuyerOutput"/><wsdl:fault name="getByBuyerFault" message="api:getByBuyerFault"/></wsdl:operation><wsdl:operation name="set"><wsdl:input name="setInput" message="api:setInput"/><wsdl:output name="setOutput" message="api:setOutput"/><wsdl:fault name="setFault" message="api:setFault"/></wsdl:operation><wsdl:operation name="reset"><wsdl:input name="resetInput" message="api:resetInput"/><wsdl:output name="resetOutput" message="api:resetOutput"/><wsdl:fault name="resetFault" message="api:resetFault"/></wsdl:operation><wsdl:operation name="finalizeMonths"><wsdl:input name="finalizeMonthsInput" message="api:finalizeMonthsInput"/><wsdl:output name="finalizeMonthsOutput" message="api:finalizeMonthsOutput"/><wsdl:fault name="finalizeMonthsFault" message="api:finalizeMonthsFault"/></wsdl:operation><wsdl:operation name="isMonthFinalized"><wsdl:input name="isMonthFinalizedInput" message="api:isMonthFinalizedInput"/><wsdl:output name="isMonthFinalizedOutput" message="api:isMonthFinalizedOutput"/><wsdl:fault name="isMonthFinalizedFault" message="api:isMonthFinalizedFault"/></wsdl:operation><wsdl:operation name="submitCredit"><wsdl:input name="submitCreditInput" message="api:submitCreditInput"/><wsdl:output name="submitCreditOutput" message="api:submitCreditOutput"/><wsdl:fault name="submitCreditFault" message="api:submitCreditFault"/></wsdl:operation><wsdl:operation name="getImpsByDates"><wsdl:input name="getImpsByDatesInput" message="api:getImpsByDatesInput"/><wsdl:output name="getImpsByDatesOutput" message="api:getImpsByDatesOutput"/><wsdl:fault name="getImpsByDatesFault" message="api:getImpsByDatesFault"/></wsdl:operation><wsdl:operation name="setDiscretionaryEcpm"><wsdl:input name="setDiscretionaryEcpmInput" message="api:setDiscretionaryEcpmInput"/><wsdl:output name="setDiscretionaryEcpmOutput" message="api:setDiscretionaryEcpmOutput"/><wsdl:fault name="setDiscretionaryEcpmFault" message="api:setDiscretionaryEcpmFault"/></wsdl:operation><wsdl:operation name="getCreatedByDates"><wsdl:input name="getCreatedByDatesInput" message="api:getCreatedByDatesInput"/><wsdl:output name="getCreatedByDatesOutput" message="api:getCreatedByDatesOutput"/><wsdl:fault name="getCreatedByDatesFault" message="api:getCreatedByDatesFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="AdjustmentServiceBinding" type="api:AdjustmentServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="get"><soap:operation soapAction="urn:AdjustmentService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:AdjustmentService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllByLineItem"><soap:operation soapAction="urn:AdjustmentService#getAllByLineItem" style="rpc"/><wsdl:input name="getAllByLineItemInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllByLineItemOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllByLineItemFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllByLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByBuyer"><soap:operation soapAction="urn:AdjustmentService#getByBuyer" style="rpc"/><wsdl:input name="getByBuyerInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByBuyerOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByBuyerFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByBuyerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="set"><soap:operation soapAction="urn:AdjustmentService#set" style="rpc"/><wsdl:input name="setInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="reset"><soap:operation soapAction="urn:AdjustmentService#reset" style="rpc"/><wsdl:input name="resetInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="resetOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="resetFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="resetFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="finalizeMonths"><soap:operation soapAction="urn:AdjustmentService#finalizeMonths" style="rpc"/><wsdl:input name="finalizeMonthsInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="finalizeMonthsOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="finalizeMonthsFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="finalizeMonthsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="isMonthFinalized"><soap:operation soapAction="urn:AdjustmentService#isMonthFinalized" style="rpc"/><wsdl:input name="isMonthFinalizedInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="isMonthFinalizedOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="isMonthFinalizedFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="isMonthFinalizedFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="submitCredit"><soap:operation soapAction="urn:AdjustmentService#submitCredit" style="rpc"/><wsdl:input name="submitCreditInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="submitCreditOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="submitCreditFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="submitCreditFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getImpsByDates"><soap:operation soapAction="urn:AdjustmentService#getImpsByDates" style="rpc"/><wsdl:input name="getImpsByDatesInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getImpsByDatesOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getImpsByDatesFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getImpsByDatesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setDiscretionaryEcpm"><soap:operation soapAction="urn:AdjustmentService#setDiscretionaryEcpm" style="rpc"/><wsdl:input name="setDiscretionaryEcpmInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setDiscretionaryEcpmOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setDiscretionaryEcpmFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setDiscretionaryEcpmFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getCreatedByDates"><soap:operation soapAction="urn:AdjustmentService#getCreatedByDates" style="rpc"/><wsdl:input name="getCreatedByDatesInput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getCreatedByDatesOutput"><soap:body use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getCreatedByDatesFault"><soap:fault use="encoded" namespace="urn:AdjustmentService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getCreatedByDatesFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="AdjustmentService"><wsdl:port name="AdjustmentServicePort" binding="api:AdjustmentServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/adjustment.php"/></wsdl:port></wsdl:service></wsdl:definitions>
3
+ <?xml version="1.0"?>
4
+ <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/AdvertiserService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/AdvertiserService"><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="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="advertiser" type="types:advertiser"/><wsdl:part name="contact" type="types:contact"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="advertiser" type="types:advertiser"/></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="setIntegrationCodeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="advertiser_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="advertiser_codes" type="types:array_of_string"/></wsdl:message><wsdl:message name="addTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="advertiser_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="advertiser_id" type="xsd:long"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="advertiser_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="advertisers" type="types:array_of_advertiser"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="advertiser_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="advertiser" type="types:advertiser"/></wsdl:message><wsdl:message name="setIntegrationCodeOutput"/><wsdl:message name="lookupOutput"><wsdl:part name="advertisers" 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="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="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="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:portType name="AdvertiserServicePortType"><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="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="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:portType><wsdl:binding name="AdvertiserServiceBinding" type="api:AdvertiserServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listAll"><soap:operation soapAction="urn:AdvertiserService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:AdvertiserService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:AdvertiserService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:AdvertiserService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:AdvertiserService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setIntegrationCode"><soap:operation soapAction="urn:AdvertiserService#setIntegrationCode" style="rpc"/><wsdl:input name="setIntegrationCodeInput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setIntegrationCodeOutput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setIntegrationCodeFault"><soap:fault use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setIntegrationCodeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:AdvertiserService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addTargetProfile"><soap:operation soapAction="urn:AdvertiserService#addTargetProfile" style="rpc"/><wsdl:input name="addTargetProfileInput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addTargetProfileOutput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addTargetProfileFault"><soap:fault use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delTargetProfile"><soap:operation soapAction="urn:AdvertiserService#delTargetProfile" style="rpc"/><wsdl:input name="delTargetProfileInput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delTargetProfileOutput"><soap:body use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delTargetProfileFault"><soap:fault use="encoded" namespace="urn:AdvertiserService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delTargetProfileFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="AdvertiserService"><wsdl:port name="AdvertiserServicePort" binding="api:AdvertiserServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/advertiser.php"/></wsdl:port></wsdl:service></wsdl:definitions>
5
+ <?xml version="1.0"?>
6
+ <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="xsd: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="xsd: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="xsd: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="xsd: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="xsd: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="xsd: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="xsd: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="xsd:array_of_array_of_int"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="xsd: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="xsd: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-test.yieldmanager.com/api-1.30/campaign.php"/></wsdl:port></wsdl:service></wsdl:definitions>
7
+ <?xml version="1.0"?>
8
+ <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="xsd:contact"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="contact" type="xsd: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="xsd:contact"/></wsdl:message><wsdl:message name="getSelfOutput"><wsdl:part name="contact" type="xsd:contact"/></wsdl:message><wsdl:message name="listByEntityOutput"><wsdl:part name="contact_ids" type="xsd: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="xsd: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="xsd: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="xsd:array_of_int"/></wsdl:message><wsdl:message name="loginFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="logoutFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="logoutAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getActiveSessionsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setPasswordFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="changePasswordFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getSelfFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllDeletedSinceFault"><wsdl:part name="detail" type="xsd: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-test.yieldmanager.com/api-1.30/contact.php"/></wsdl:port></wsdl:service></wsdl:definitions>
9
+ <?xml version="1.0"?>
10
+ <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/CPMFloorService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/CPMFloorService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="cpm_floor" type="types:cpm_floor"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="cpm_floor_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="cpm_floor" type="types:cpm_floor"/></wsdl:message><wsdl:message name="deleteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="cpm_floor_id" type="xsd:long"/></wsdl:message><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_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="addOutput"><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="getOutput"><wsdl:part name="cpm_floor" type="types:cpm_floor"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="deleteOutput"/><wsdl:message name="listAllOutput"><wsdl:part name="cpm_floor_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="cpm_floors" type="types:array_of_cpm_floor"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="CPMFloorServicePortType"><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="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="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="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:portType><wsdl:binding name="CPMFloorServiceBinding" type="api:CPMFloorServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="add"><soap:operation soapAction="urn:CPMFloorService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:CPMFloorService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:CPMFloorService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="urn:CPMFloorService#delete" style="rpc"/><wsdl:input name="deleteInput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteOutput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteFault"><soap:fault use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:CPMFloorService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:CPMFloorService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:CPMFloorService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="CPMFloorService"><wsdl:port name="CPMFloorServicePort" binding="api:CPMFloorServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/cpm_floor.php"/></wsdl:port></wsdl:service></wsdl:definitions>
11
+ <?xml version="1.0"?>
12
+ <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="xsd: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="xsd:array_of_int"/></wsdl:message><wsdl:message name="lookupInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="codes" type="xsd: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="xsd: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="xsd: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="xsd: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="xsd: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="xsd: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="xsd:array_of_multiple_data_result"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="deleteOutput"/><wsdl:message name="deleteCreativesOutput"><wsdl:part name="results" type="xsd: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="xsd:array_of_string"/></wsdl:message><wsdl:message name="deleteSupportingFilesOutput"/><wsdl:message name="getCreativeTagsOutput"><wsdl:part name="creative_tag_list_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setCreativeTagsOutput"/><wsdl:message name="lookupOutput"><wsdl:part name="creative_ids" type="xsd:array_of_array_of_int"/></wsdl:message><wsdl:message name="lookupByDescriptionOutput"><wsdl:part name="creative_ids" type="xsd: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="xsd: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="xsd: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="xsd:array_of_int"/></wsdl:message><wsdl:message name="listByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByCampaignFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByCampaignFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByLineItemFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByLineItemFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addCreativesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteCreativesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="delTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addSupportingFilesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteSupportingFilesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getCreativeTagsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setCreativeTagsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="lookupByDescriptionFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="searchFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getCreativeSpecsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="isAuditedFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="attachSegmentsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAttachedSegmentsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAttachedSegmentsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllDeletedSinceFault"><wsdl:part name="detail" type="xsd: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-test.yieldmanager.com/api-1.30/creative.php"/></wsdl:port></wsdl:service></wsdl:definitions>
13
+ <?xml version="1.0"?>
14
+ <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="xsd:array_of_string"/></wsdl:message><wsdl:message name="getPricingTypesOutput"><wsdl:part name="pricing_types" type="xsd:array_of_string"/></wsdl:message><wsdl:message name="getDeliveryTypesOutput"><wsdl:part name="delivery_types" type="xsd:array_of_string"/></wsdl:message><wsdl:message name="getBillingStatusesOutput"><wsdl:part name="billing_statuses" type="xsd: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="xsd:array_of_string"/></wsdl:message><wsdl:message name="getChannelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getSizesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getOfferTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getRegionsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getMsasFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getCountriesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getNetspeedsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getLanguagesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getLearnTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getMediaTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getCurrenciesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getCountryGroupsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getBrowsersFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getRolesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getInventoryTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getIspsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getPopTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getRatingsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getPricingTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getDeliveryTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getBillingStatusesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getCreativeTagListFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getMGLabelMappingsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getCreativeMacroFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getEnumValuesFault"><wsdl:part name="detail" type="xsd: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-test.yieldmanager.com/api-1.30/dictionary.php"/></wsdl:port></wsdl:service></wsdl:definitions>
15
+ <?xml version="1.0"?>
16
+ <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="xsd: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="xsd: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="xsd: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="xsd: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="xsd:array_of_string"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="entity_ids" type="xsd: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="xsd: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="xsd: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="xsd: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="xsd: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="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addExFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTaxIdFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByShellIdFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTaxIdFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setIntegrationCodeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="delTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setPubDefaultChannelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getPubDefaultChannelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setPubDefaultInventoryTypeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getPubDefaultInventoryTypeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getPubAdTagsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getOfficialContactsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllSalesRegionsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="languageFlipFinishedFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getLanguageFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setLanguageFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getMapByShellIdsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="EntityServicePortType"><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="addEx"><wsdl:input name="addExInput" message="api:addExInput"/><wsdl:output name="addExOutput" message="api:addExOutput"/><wsdl:fault name="addExFault" message="api:addExFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="setTaxId"><wsdl:input name="setTaxIdInput" message="api:setTaxIdInput"/><wsdl:output name="setTaxIdOutput" message="api:setTaxIdOutput"/><wsdl:fault name="setTaxIdFault" message="api:setTaxIdFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="getByShellId"><wsdl:input name="getByShellIdInput" message="api:getByShellIdInput"/><wsdl:output name="getByShellIdOutput" message="api:getByShellIdOutput"/><wsdl:fault name="getByShellIdFault" message="api:getByShellIdFault"/></wsdl:operation><wsdl:operation name="getTaxId"><wsdl:input name="getTaxIdInput" message="api:getTaxIdInput"/><wsdl:output name="getTaxIdOutput" message="api:getTaxIdOutput"/><wsdl:fault name="getTaxIdFault" message="api:getTaxIdFault"/></wsdl:operation><wsdl:operation name="setIntegrationCode"><wsdl:input name="setIntegrationCodeInput" message="api:setIntegrationCodeInput"/><wsdl:output name="setIntegrationCodeOutput" message="api:setIntegrationCodeOutput"/><wsdl:fault name="setIntegrationCodeFault" message="api:setIntegrationCodeFault"/></wsdl:operation><wsdl:operation name="lookup"><wsdl:input name="lookupInput" message="api:lookupInput"/><wsdl:output name="lookupOutput" message="api:lookupOutput"/><wsdl:fault name="lookupFault" message="api:lookupFault"/></wsdl:operation><wsdl:operation name="addTargetProfile"><wsdl:input name="addTargetProfileInput" message="api:addTargetProfileInput"/><wsdl:output name="addTargetProfileOutput" message="api:addTargetProfileOutput"/><wsdl:fault name="addTargetProfileFault" message="api:addTargetProfileFault"/></wsdl:operation><wsdl:operation name="delTargetProfile"><wsdl:input name="delTargetProfileInput" message="api:delTargetProfileInput"/><wsdl:output name="delTargetProfileOutput" message="api:delTargetProfileOutput"/><wsdl:fault name="delTargetProfileFault" message="api:delTargetProfileFault"/></wsdl:operation><wsdl:operation name="setPubDefaultChannels"><wsdl:input name="setPubDefaultChannelsInput" message="api:setPubDefaultChannelsInput"/><wsdl:output name="setPubDefaultChannelsOutput" message="api:setPubDefaultChannelsOutput"/><wsdl:fault name="setPubDefaultChannelsFault" message="api:setPubDefaultChannelsFault"/></wsdl:operation><wsdl:operation name="getPubDefaultChannels"><wsdl:input name="getPubDefaultChannelsInput" message="api:getPubDefaultChannelsInput"/><wsdl:output name="getPubDefaultChannelsOutput" message="api:getPubDefaultChannelsOutput"/><wsdl:fault name="getPubDefaultChannelsFault" message="api:getPubDefaultChannelsFault"/></wsdl:operation><wsdl:operation name="setPubDefaultInventoryType"><wsdl:input name="setPubDefaultInventoryTypeInput" message="api:setPubDefaultInventoryTypeInput"/><wsdl:output name="setPubDefaultInventoryTypeOutput" message="api:setPubDefaultInventoryTypeOutput"/><wsdl:fault name="setPubDefaultInventoryTypeFault" message="api:setPubDefaultInventoryTypeFault"/></wsdl:operation><wsdl:operation name="getPubDefaultInventoryType"><wsdl:input name="getPubDefaultInventoryTypeInput" message="api:getPubDefaultInventoryTypeInput"/><wsdl:output name="getPubDefaultInventoryTypeOutput" message="api:getPubDefaultInventoryTypeOutput"/><wsdl:fault name="getPubDefaultInventoryTypeFault" message="api:getPubDefaultInventoryTypeFault"/></wsdl:operation><wsdl:operation name="getPubAdTags"><wsdl:input name="getPubAdTagsInput" message="api:getPubAdTagsInput"/><wsdl:output name="getPubAdTagsOutput" message="api:getPubAdTagsOutput"/><wsdl:fault name="getPubAdTagsFault" message="api:getPubAdTagsFault"/></wsdl:operation><wsdl:operation name="getOfficialContacts"><wsdl:input name="getOfficialContactsInput" message="api:getOfficialContactsInput"/><wsdl:output name="getOfficialContactsOutput" message="api:getOfficialContactsOutput"/><wsdl:fault name="getOfficialContactsFault" message="api:getOfficialContactsFault"/></wsdl:operation><wsdl:operation name="getAllSalesRegions"><wsdl:input name="getAllSalesRegionsInput" message="api:getAllSalesRegionsInput"/><wsdl:output name="getAllSalesRegionsOutput" message="api:getAllSalesRegionsOutput"/><wsdl:fault name="getAllSalesRegionsFault" message="api:getAllSalesRegionsFault"/></wsdl:operation><wsdl:operation name="languageFlipFinished"><wsdl:input name="languageFlipFinishedInput" message="api:languageFlipFinishedInput"/><wsdl:output name="languageFlipFinishedOutput" message="api:languageFlipFinishedOutput"/><wsdl:fault name="languageFlipFinishedFault" message="api:languageFlipFinishedFault"/></wsdl:operation><wsdl:operation name="getLanguage"><wsdl:input name="getLanguageInput" message="api:getLanguageInput"/><wsdl:output name="getLanguageOutput" message="api:getLanguageOutput"/><wsdl:fault name="getLanguageFault" message="api:getLanguageFault"/></wsdl:operation><wsdl:operation name="setLanguage"><wsdl:input name="setLanguageInput" message="api:setLanguageInput"/><wsdl:output name="setLanguageOutput" message="api:setLanguageOutput"/><wsdl:fault name="setLanguageFault" message="api:setLanguageFault"/></wsdl:operation><wsdl:operation name="listAllSince"><wsdl:input name="listAllSinceInput" message="api:listAllSinceInput"/><wsdl:output name="listAllSinceOutput" message="api:listAllSinceOutput"/><wsdl:fault name="listAllSinceFault" message="api:listAllSinceFault"/></wsdl:operation><wsdl:operation name="getAllSince"><wsdl:input name="getAllSinceInput" message="api:getAllSinceInput"/><wsdl:output name="getAllSinceOutput" message="api:getAllSinceOutput"/><wsdl:fault name="getAllSinceFault" message="api:getAllSinceFault"/></wsdl:operation><wsdl:operation name="getMapByShellIds"><wsdl:input name="getMapByShellIdsInput" message="api:getMapByShellIdsInput"/><wsdl:output name="getMapByShellIdsOutput" message="api:getMapByShellIdsOutput"/><wsdl:fault name="getMapByShellIdsFault" message="api:getMapByShellIdsFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="EntityServiceBinding" type="api:EntityServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listAll"><soap:operation soapAction="urn:EntityService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:EntityService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:EntityService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addEx"><soap:operation soapAction="urn:EntityService#addEx" style="rpc"/><wsdl:input name="addExInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addExOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addExFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addExFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:EntityService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTaxId"><soap:operation soapAction="urn:EntityService#setTaxId" style="rpc"/><wsdl:input name="setTaxIdInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTaxIdOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTaxIdFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTaxIdFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:EntityService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByShellId"><soap:operation soapAction="urn:EntityService#getByShellId" style="rpc"/><wsdl:input name="getByShellIdInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByShellIdOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByShellIdFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByShellIdFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTaxId"><soap:operation soapAction="urn:EntityService#getTaxId" style="rpc"/><wsdl:input name="getTaxIdInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTaxIdOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTaxIdFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTaxIdFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setIntegrationCode"><soap:operation soapAction="urn:EntityService#setIntegrationCode" style="rpc"/><wsdl:input name="setIntegrationCodeInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setIntegrationCodeOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setIntegrationCodeFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setIntegrationCodeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:EntityService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addTargetProfile"><soap:operation soapAction="urn:EntityService#addTargetProfile" style="rpc"/><wsdl:input name="addTargetProfileInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addTargetProfileOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addTargetProfileFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delTargetProfile"><soap:operation soapAction="urn:EntityService#delTargetProfile" style="rpc"/><wsdl:input name="delTargetProfileInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delTargetProfileOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delTargetProfileFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setPubDefaultChannels"><soap:operation soapAction="urn:EntityService#setPubDefaultChannels" style="rpc"/><wsdl:input name="setPubDefaultChannelsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setPubDefaultChannelsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setPubDefaultChannelsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setPubDefaultChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPubDefaultChannels"><soap:operation soapAction="urn:EntityService#getPubDefaultChannels" style="rpc"/><wsdl:input name="getPubDefaultChannelsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPubDefaultChannelsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPubDefaultChannelsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPubDefaultChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setPubDefaultInventoryType"><soap:operation soapAction="urn:EntityService#setPubDefaultInventoryType" style="rpc"/><wsdl:input name="setPubDefaultInventoryTypeInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setPubDefaultInventoryTypeOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setPubDefaultInventoryTypeFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setPubDefaultInventoryTypeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPubDefaultInventoryType"><soap:operation soapAction="urn:EntityService#getPubDefaultInventoryType" style="rpc"/><wsdl:input name="getPubDefaultInventoryTypeInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPubDefaultInventoryTypeOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPubDefaultInventoryTypeFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPubDefaultInventoryTypeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPubAdTags"><soap:operation soapAction="urn:EntityService#getPubAdTags" style="rpc"/><wsdl:input name="getPubAdTagsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPubAdTagsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPubAdTagsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPubAdTagsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getOfficialContacts"><soap:operation soapAction="urn:EntityService#getOfficialContacts" style="rpc"/><wsdl:input name="getOfficialContactsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOfficialContactsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getOfficialContactsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getOfficialContactsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSalesRegions"><soap:operation soapAction="urn:EntityService#getAllSalesRegions" style="rpc"/><wsdl:input name="getAllSalesRegionsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSalesRegionsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSalesRegionsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSalesRegionsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="languageFlipFinished"><soap:operation soapAction="urn:EntityService#languageFlipFinished" style="rpc"/><wsdl:input name="languageFlipFinishedInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="languageFlipFinishedOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="languageFlipFinishedFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="languageFlipFinishedFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getLanguage"><soap:operation soapAction="urn:EntityService#getLanguage" style="rpc"/><wsdl:input name="getLanguageInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getLanguageOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getLanguageFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getLanguageFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setLanguage"><soap:operation soapAction="urn:EntityService#setLanguage" style="rpc"/><wsdl:input name="setLanguageInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setLanguageOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setLanguageFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setLanguageFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:EntityService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:EntityService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getMapByShellIds"><soap:operation soapAction="urn:EntityService#getMapByShellIds" style="rpc"/><wsdl:input name="getMapByShellIdsInput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getMapByShellIdsOutput"><soap:body use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getMapByShellIdsFault"><soap:fault use="encoded" namespace="urn:EntityService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getMapByShellIdsFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="EntityService"><wsdl:port name="EntityServicePort" binding="api:EntityServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/entity.php"/></wsdl:port></wsdl:service></wsdl:definitions>
17
+ <?xml version="1.0"?>
18
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/InsertionOrderService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/InsertionOrderService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="listBySellerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="seller_id" type="xsd:long"/></wsdl:message><wsdl:message name="getBySellerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="seller_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByBuyerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="buyer_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByBuyerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="buyer_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order" type="xsd:insertion_order"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order" type="xsd:insertion_order"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteInsertionOrdersInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getLinkedInfoInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_position" type="types:enum_entity_position"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_position" type="types:enum_entity_position"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="listBySellerOutput"><wsdl:part name="insertion_order_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getBySellerOutput"><wsdl:part name="insertion_orders" type="types:array_of_insertion_order"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByBuyerOutput"><wsdl:part name="insertion_order_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getByBuyerOutput"><wsdl:part name="insertion_orders" type="types:array_of_insertion_order"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="insertion_order_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="insertion_order" type="xsd:insertion_order"/></wsdl:message><wsdl:message name="deleteOutput"/><wsdl:message name="deleteInsertionOrdersOutput"><wsdl:part name="results" type="xsd:array_of_multiple_data_result"/></wsdl:message><wsdl:message name="getLinkedInfoOutput"><wsdl:part name="linked_info" type="types:linked_entities_info"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="insertion_order_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="insertion_orders" type="types:array_of_insertion_order"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="insertion_orders" type="types:array_of_insertion_order"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceOutput"><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="listBySellerFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getBySellerFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByBuyerFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByBuyerFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteInsertionOrdersFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getLinkedInfoFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllDeletedSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="InsertionOrderServicePortType"><wsdl:operation name="listBySeller"><wsdl:input name="listBySellerInput" message="api:listBySellerInput"/><wsdl:output name="listBySellerOutput" message="api:listBySellerOutput"/><wsdl:fault name="listBySellerFault" message="api:listBySellerFault"/></wsdl:operation><wsdl:operation name="getBySeller"><wsdl:input name="getBySellerInput" message="api:getBySellerInput"/><wsdl:output name="getBySellerOutput" message="api:getBySellerOutput"/><wsdl:fault name="getBySellerFault" message="api:getBySellerFault"/></wsdl:operation><wsdl:operation name="listByBuyer"><wsdl:input name="listByBuyerInput" message="api:listByBuyerInput"/><wsdl:output name="listByBuyerOutput" message="api:listByBuyerOutput"/><wsdl:fault name="listByBuyerFault" message="api:listByBuyerFault"/></wsdl:operation><wsdl:operation name="getByBuyer"><wsdl:input name="getByBuyerInput" message="api:getByBuyerInput"/><wsdl:output name="getByBuyerOutput" message="api:getByBuyerOutput"/><wsdl:fault name="getByBuyerFault" message="api:getByBuyerFault"/></wsdl:operation><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="delete"><wsdl:input name="deleteInput" message="api:deleteInput"/><wsdl:output name="deleteOutput" message="api:deleteOutput"/><wsdl:fault name="deleteFault" message="api:deleteFault"/></wsdl:operation><wsdl:operation name="deleteInsertionOrders"><wsdl:input name="deleteInsertionOrdersInput" message="api:deleteInsertionOrdersInput"/><wsdl:output name="deleteInsertionOrdersOutput" message="api:deleteInsertionOrdersOutput"/><wsdl:fault name="deleteInsertionOrdersFault" message="api:deleteInsertionOrdersFault"/></wsdl:operation><wsdl:operation name="getLinkedInfo"><wsdl:input name="getLinkedInfoInput" message="api:getLinkedInfoInput"/><wsdl:output name="getLinkedInfoOutput" message="api:getLinkedInfoOutput"/><wsdl:fault name="getLinkedInfoFault" message="api:getLinkedInfoFault"/></wsdl:operation><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="listAllSince"><wsdl:input name="listAllSinceInput" message="api:listAllSinceInput"/><wsdl:output name="listAllSinceOutput" message="api:listAllSinceOutput"/><wsdl:fault name="listAllSinceFault" message="api:listAllSinceFault"/></wsdl:operation><wsdl:operation name="getAllSince"><wsdl:input name="getAllSinceInput" message="api:getAllSinceInput"/><wsdl:output name="getAllSinceOutput" message="api:getAllSinceOutput"/><wsdl:fault name="getAllSinceFault" message="api:getAllSinceFault"/></wsdl:operation><wsdl:operation name="listAllDeletedSince"><wsdl:input name="listAllDeletedSinceInput" message="api:listAllDeletedSinceInput"/><wsdl:output name="listAllDeletedSinceOutput" message="api:listAllDeletedSinceOutput"/><wsdl:fault name="listAllDeletedSinceFault" message="api:listAllDeletedSinceFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="InsertionOrderServiceBinding" type="api:InsertionOrderServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listBySeller"><soap:operation soapAction="urn:InsertionOrderService#listBySeller" style="rpc"/><wsdl:input name="listBySellerInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listBySellerOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listBySellerFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listBySellerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getBySeller"><soap:operation soapAction="urn:InsertionOrderService#getBySeller" style="rpc"/><wsdl:input name="getBySellerInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getBySellerOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getBySellerFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getBySellerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByBuyer"><soap:operation soapAction="urn:InsertionOrderService#listByBuyer" style="rpc"/><wsdl:input name="listByBuyerInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByBuyerOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByBuyerFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByBuyerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByBuyer"><soap:operation soapAction="urn:InsertionOrderService#getByBuyer" style="rpc"/><wsdl:input name="getByBuyerInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByBuyerOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByBuyerFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByBuyerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:InsertionOrderService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:InsertionOrderService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:InsertionOrderService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="urn:InsertionOrderService#delete" style="rpc"/><wsdl:input name="deleteInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deleteInsertionOrders"><soap:operation soapAction="urn:InsertionOrderService#deleteInsertionOrders" style="rpc"/><wsdl:input name="deleteInsertionOrdersInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteInsertionOrdersOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteInsertionOrdersFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteInsertionOrdersFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getLinkedInfo"><soap:operation soapAction="urn:InsertionOrderService#getLinkedInfo" style="rpc"/><wsdl:input name="getLinkedInfoInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getLinkedInfoOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getLinkedInfoFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getLinkedInfoFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:InsertionOrderService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:InsertionOrderService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:InsertionOrderService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:InsertionOrderService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllDeletedSince"><soap:operation soapAction="urn:InsertionOrderService#listAllDeletedSince" style="rpc"/><wsdl:input name="listAllDeletedSinceInput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllDeletedSinceOutput"><soap:body use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllDeletedSinceFault"><soap:fault use="encoded" namespace="urn:InsertionOrderService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllDeletedSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="InsertionOrderService"><wsdl:port name="InsertionOrderServicePort" binding="api:InsertionOrderServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/insertion_order.php"/></wsdl:port></wsdl:service></wsdl:definitions>
19
+ <?xml version="1.0"?>
20
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/LineItemService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/LineItemService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="listByOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/><wsdl:part name="changed_after" type="xsd:dateTime"/><wsdl:part name="changed_before" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getByOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/><wsdl:part name="changed_after" type="xsd:dateTime"/><wsdl:part name="changed_before" type="xsd:dateTime"/></wsdl:message><wsdl:message name="listByInsertionOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByInsertionOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="creative_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item" type="xsd:line_item"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item" type="xsd:line_item"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteLineItemsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="addTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="listByCampaignInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_id" type="xsd:long"/></wsdl:message><wsdl:message name="listByBuyerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="buyer_id" type="xsd:long"/></wsdl:message><wsdl:message name="listBySellerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="seller_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByCampaignInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="campaign_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getByBuyerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="buyer_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getBySellerInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="seller_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="setBillingStatusInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_ids" type="xsd:array_of_int"/><wsdl:part name="billing_status" type="xsd:string"/><wsdl:part name="ym" type="xsd:string"/></wsdl:message><wsdl:message name="addCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="delCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="addSalesRegionInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="name" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="getSalesRegionInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="sales_region_id" type="xsd:long"/></wsdl:message><wsdl:message name="getSalesRegionsByEntityInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_position" type="xsd:enum_entity_position"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_position" type="xsd:enum_entity_position"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="duplicateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="line_item_name" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/></wsdl:message><wsdl:message name="listByOrderOutput"><wsdl:part name="line_item_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getByOrderOutput"><wsdl:part name="line_items" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByInsertionOrderOutput"><wsdl:part name="line_item_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getByInsertionOrderOutput"><wsdl:part name="line_items" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByCreativeOutput"><wsdl:part name="line_items" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getByCreativeOutput"><wsdl:part name="line_items" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="line_item" type="xsd:line_item"/></wsdl:message><wsdl:message name="deleteOutput"/><wsdl:message name="deleteLineItemsOutput"><wsdl:part name="results" type="xsd:array_of_multiple_data_result"/></wsdl:message><wsdl:message name="addTargetProfileOutput"><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileOutput"/><wsdl:message name="listByCampaignOutput"><wsdl:part name="li_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="listByBuyerOutput"><wsdl:part name="li_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="listBySellerOutput"><wsdl:part name="li_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getByCampaignOutput"><wsdl:part name="line_item" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getByBuyerOutput"><wsdl:part name="line_item" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getBySellerOutput"><wsdl:part name="line_item" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="setBillingStatusOutput"><wsdl:part name="line_item" type="types:array_of_line_item"/></wsdl:message><wsdl:message name="addCreativeOutput"/><wsdl:message name="delCreativeOutput"/><wsdl:message name="addSalesRegionOutput"><wsdl:part name="sales_region_id" type="xsd:long"/></wsdl:message><wsdl:message name="getSalesRegionOutput"><wsdl:part name="name" type="xsd:string"/></wsdl:message><wsdl:message name="getSalesRegionsByEntityOutput"><wsdl:part name="sales_regions" type="xsd:array_of_sales_region"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="line_item_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="line_items" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="line_items" type="types:array_of_line_item"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceOutput"><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="duplicateOutput"><wsdl:part name="new_line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="listByOrderFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByOrderFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByInsertionOrderFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByInsertionOrderFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByCreativeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByCreativeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteLineItemsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="delTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByCampaignFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByBuyerFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listBySellerFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByCampaignFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByBuyerFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getBySellerFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setBillingStatusFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addCreativeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="delCreativeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addSalesRegionFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getSalesRegionFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getSalesRegionsByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllDeletedSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="duplicateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="LineItemServicePortType"><wsdl:operation name="listByOrder"><wsdl:input name="listByOrderInput" message="api:listByOrderInput"/><wsdl:output name="listByOrderOutput" message="api:listByOrderOutput"/><wsdl:fault name="listByOrderFault" message="api:listByOrderFault"/></wsdl:operation><wsdl:operation name="getByOrder"><wsdl:input name="getByOrderInput" message="api:getByOrderInput"/><wsdl:output name="getByOrderOutput" message="api:getByOrderOutput"/><wsdl:fault name="getByOrderFault" message="api:getByOrderFault"/></wsdl:operation><wsdl:operation name="listByInsertionOrder"><wsdl:input name="listByInsertionOrderInput" message="api:listByInsertionOrderInput"/><wsdl:output name="listByInsertionOrderOutput" message="api:listByInsertionOrderOutput"/><wsdl:fault name="listByInsertionOrderFault" message="api:listByInsertionOrderFault"/></wsdl:operation><wsdl:operation name="getByInsertionOrder"><wsdl:input name="getByInsertionOrderInput" message="api:getByInsertionOrderInput"/><wsdl:output name="getByInsertionOrderOutput" message="api:getByInsertionOrderOutput"/><wsdl:fault name="getByInsertionOrderFault" message="api:getByInsertionOrderFault"/></wsdl:operation><wsdl:operation name="listByCreative"><wsdl:input name="listByCreativeInput" message="api:listByCreativeInput"/><wsdl:output name="listByCreativeOutput" message="api:listByCreativeOutput"/><wsdl:fault name="listByCreativeFault" message="api:listByCreativeFault"/></wsdl:operation><wsdl:operation name="getByCreative"><wsdl:input name="getByCreativeInput" message="api:getByCreativeInput"/><wsdl:output name="getByCreativeOutput" message="api:getByCreativeOutput"/><wsdl:fault name="getByCreativeFault" message="api:getByCreativeFault"/></wsdl:operation><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="delete"><wsdl:input name="deleteInput" message="api:deleteInput"/><wsdl:output name="deleteOutput" message="api:deleteOutput"/><wsdl:fault name="deleteFault" message="api:deleteFault"/></wsdl:operation><wsdl:operation name="deleteLineItems"><wsdl:input name="deleteLineItemsInput" message="api:deleteLineItemsInput"/><wsdl:output name="deleteLineItemsOutput" message="api:deleteLineItemsOutput"/><wsdl:fault name="deleteLineItemsFault" message="api:deleteLineItemsFault"/></wsdl:operation><wsdl:operation name="addTargetProfile"><wsdl:input name="addTargetProfileInput" message="api:addTargetProfileInput"/><wsdl:output name="addTargetProfileOutput" message="api:addTargetProfileOutput"/><wsdl:fault name="addTargetProfileFault" message="api:addTargetProfileFault"/></wsdl:operation><wsdl:operation name="delTargetProfile"><wsdl:input name="delTargetProfileInput" message="api:delTargetProfileInput"/><wsdl:output name="delTargetProfileOutput" message="api:delTargetProfileOutput"/><wsdl:fault name="delTargetProfileFault" message="api:delTargetProfileFault"/></wsdl:operation><wsdl:operation name="listByCampaign"><wsdl:input name="listByCampaignInput" message="api:listByCampaignInput"/><wsdl:output name="listByCampaignOutput" message="api:listByCampaignOutput"/><wsdl:fault name="listByCampaignFault" message="api:listByCampaignFault"/></wsdl:operation><wsdl:operation name="listByBuyer"><wsdl:input name="listByBuyerInput" message="api:listByBuyerInput"/><wsdl:output name="listByBuyerOutput" message="api:listByBuyerOutput"/><wsdl:fault name="listByBuyerFault" message="api:listByBuyerFault"/></wsdl:operation><wsdl:operation name="listBySeller"><wsdl:input name="listBySellerInput" message="api:listBySellerInput"/><wsdl:output name="listBySellerOutput" message="api:listBySellerOutput"/><wsdl:fault name="listBySellerFault" message="api:listBySellerFault"/></wsdl:operation><wsdl:operation name="getByCampaign"><wsdl:input name="getByCampaignInput" message="api:getByCampaignInput"/><wsdl:output name="getByCampaignOutput" message="api:getByCampaignOutput"/><wsdl:fault name="getByCampaignFault" message="api:getByCampaignFault"/></wsdl:operation><wsdl:operation name="getByBuyer"><wsdl:input name="getByBuyerInput" message="api:getByBuyerInput"/><wsdl:output name="getByBuyerOutput" message="api:getByBuyerOutput"/><wsdl:fault name="getByBuyerFault" message="api:getByBuyerFault"/></wsdl:operation><wsdl:operation name="getBySeller"><wsdl:input name="getBySellerInput" message="api:getBySellerInput"/><wsdl:output name="getBySellerOutput" message="api:getBySellerOutput"/><wsdl:fault name="getBySellerFault" message="api:getBySellerFault"/></wsdl:operation><wsdl:operation name="setBillingStatus"><wsdl:input name="setBillingStatusInput" message="api:setBillingStatusInput"/><wsdl:output name="setBillingStatusOutput" message="api:setBillingStatusOutput"/><wsdl:fault name="setBillingStatusFault" message="api:setBillingStatusFault"/></wsdl:operation><wsdl:operation name="addCreative"><wsdl:input name="addCreativeInput" message="api:addCreativeInput"/><wsdl:output name="addCreativeOutput" message="api:addCreativeOutput"/><wsdl:fault name="addCreativeFault" message="api:addCreativeFault"/></wsdl:operation><wsdl:operation name="delCreative"><wsdl:input name="delCreativeInput" message="api:delCreativeInput"/><wsdl:output name="delCreativeOutput" message="api:delCreativeOutput"/><wsdl:fault name="delCreativeFault" message="api:delCreativeFault"/></wsdl:operation><wsdl:operation name="addSalesRegion"><wsdl:input name="addSalesRegionInput" message="api:addSalesRegionInput"/><wsdl:output name="addSalesRegionOutput" message="api:addSalesRegionOutput"/><wsdl:fault name="addSalesRegionFault" message="api:addSalesRegionFault"/></wsdl:operation><wsdl:operation name="getSalesRegion"><wsdl:input name="getSalesRegionInput" message="api:getSalesRegionInput"/><wsdl:output name="getSalesRegionOutput" message="api:getSalesRegionOutput"/><wsdl:fault name="getSalesRegionFault" message="api:getSalesRegionFault"/></wsdl:operation><wsdl:operation name="getSalesRegionsByEntity"><wsdl:input name="getSalesRegionsByEntityInput" message="api:getSalesRegionsByEntityInput"/><wsdl:output name="getSalesRegionsByEntityOutput" message="api:getSalesRegionsByEntityOutput"/><wsdl:fault name="getSalesRegionsByEntityFault" message="api:getSalesRegionsByEntityFault"/></wsdl:operation><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="listAllSince"><wsdl:input name="listAllSinceInput" message="api:listAllSinceInput"/><wsdl:output name="listAllSinceOutput" message="api:listAllSinceOutput"/><wsdl:fault name="listAllSinceFault" message="api:listAllSinceFault"/></wsdl:operation><wsdl:operation name="getAllSince"><wsdl:input name="getAllSinceInput" message="api:getAllSinceInput"/><wsdl:output name="getAllSinceOutput" message="api:getAllSinceOutput"/><wsdl:fault name="getAllSinceFault" message="api:getAllSinceFault"/></wsdl:operation><wsdl:operation name="listAllDeletedSince"><wsdl:input name="listAllDeletedSinceInput" message="api:listAllDeletedSinceInput"/><wsdl:output name="listAllDeletedSinceOutput" message="api:listAllDeletedSinceOutput"/><wsdl:fault name="listAllDeletedSinceFault" message="api:listAllDeletedSinceFault"/></wsdl:operation><wsdl:operation name="duplicate"><wsdl:input name="duplicateInput" message="api:duplicateInput"/><wsdl:output name="duplicateOutput" message="api:duplicateOutput"/><wsdl:fault name="duplicateFault" message="api:duplicateFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="LineItemServiceBinding" type="api:LineItemServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listByOrder"><soap:operation soapAction="urn:LineItemService#listByOrder" style="rpc"/><wsdl:input name="listByOrderInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByOrderOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByOrderFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByOrder"><soap:operation soapAction="urn:LineItemService#getByOrder" style="rpc"/><wsdl:input name="getByOrderInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByOrderOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByOrderFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByInsertionOrder"><soap:operation soapAction="urn:LineItemService#listByInsertionOrder" style="rpc"/><wsdl:input name="listByInsertionOrderInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByInsertionOrderOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByInsertionOrderFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByInsertionOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByInsertionOrder"><soap:operation soapAction="urn:LineItemService#getByInsertionOrder" style="rpc"/><wsdl:input name="getByInsertionOrderInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByInsertionOrderOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByInsertionOrderFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByInsertionOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByCreative"><soap:operation soapAction="urn:LineItemService#listByCreative" style="rpc"/><wsdl:input name="listByCreativeInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByCreativeOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByCreativeFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByCreative"><soap:operation soapAction="urn:LineItemService#getByCreative" style="rpc"/><wsdl:input name="getByCreativeInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByCreativeOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByCreativeFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:LineItemService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:LineItemService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:LineItemService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="urn:LineItemService#delete" style="rpc"/><wsdl:input name="deleteInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deleteLineItems"><soap:operation soapAction="urn:LineItemService#deleteLineItems" style="rpc"/><wsdl:input name="deleteLineItemsInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteLineItemsOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteLineItemsFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteLineItemsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addTargetProfile"><soap:operation soapAction="urn:LineItemService#addTargetProfile" style="rpc"/><wsdl:input name="addTargetProfileInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addTargetProfileOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addTargetProfileFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delTargetProfile"><soap:operation soapAction="urn:LineItemService#delTargetProfile" style="rpc"/><wsdl:input name="delTargetProfileInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delTargetProfileOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delTargetProfileFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByCampaign"><soap:operation soapAction="urn:LineItemService#listByCampaign" style="rpc"/><wsdl:input name="listByCampaignInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByCampaignOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByCampaignFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByCampaignFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByBuyer"><soap:operation soapAction="urn:LineItemService#listByBuyer" style="rpc"/><wsdl:input name="listByBuyerInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByBuyerOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByBuyerFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByBuyerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listBySeller"><soap:operation soapAction="urn:LineItemService#listBySeller" style="rpc"/><wsdl:input name="listBySellerInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listBySellerOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listBySellerFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listBySellerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByCampaign"><soap:operation soapAction="urn:LineItemService#getByCampaign" style="rpc"/><wsdl:input name="getByCampaignInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByCampaignOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByCampaignFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByCampaignFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByBuyer"><soap:operation soapAction="urn:LineItemService#getByBuyer" style="rpc"/><wsdl:input name="getByBuyerInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByBuyerOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByBuyerFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByBuyerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getBySeller"><soap:operation soapAction="urn:LineItemService#getBySeller" style="rpc"/><wsdl:input name="getBySellerInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getBySellerOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getBySellerFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getBySellerFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setBillingStatus"><soap:operation soapAction="urn:LineItemService#setBillingStatus" style="rpc"/><wsdl:input name="setBillingStatusInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setBillingStatusOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setBillingStatusFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setBillingStatusFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addCreative"><soap:operation soapAction="urn:LineItemService#addCreative" style="rpc"/><wsdl:input name="addCreativeInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addCreativeOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addCreativeFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delCreative"><soap:operation soapAction="urn:LineItemService#delCreative" style="rpc"/><wsdl:input name="delCreativeInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delCreativeOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delCreativeFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delCreativeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addSalesRegion"><soap:operation soapAction="urn:LineItemService#addSalesRegion" style="rpc"/><wsdl:input name="addSalesRegionInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addSalesRegionOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addSalesRegionFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addSalesRegionFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getSalesRegion"><soap:operation soapAction="urn:LineItemService#getSalesRegion" style="rpc"/><wsdl:input name="getSalesRegionInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getSalesRegionOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getSalesRegionFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getSalesRegionFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getSalesRegionsByEntity"><soap:operation soapAction="urn:LineItemService#getSalesRegionsByEntity" style="rpc"/><wsdl:input name="getSalesRegionsByEntityInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getSalesRegionsByEntityOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getSalesRegionsByEntityFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getSalesRegionsByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:LineItemService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:LineItemService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:LineItemService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:LineItemService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllDeletedSince"><soap:operation soapAction="urn:LineItemService#listAllDeletedSince" style="rpc"/><wsdl:input name="listAllDeletedSinceInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllDeletedSinceOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllDeletedSinceFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllDeletedSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="duplicate"><soap:operation soapAction="urn:LineItemService#duplicate" style="rpc"/><wsdl:input name="duplicateInput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="duplicateOutput"><soap:body use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="duplicateFault"><soap:fault use="encoded" namespace="urn:LineItemService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="duplicateFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="LineItemService"><wsdl:port name="LineItemServicePort" binding="api:LineItemServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/line_item.php"/></wsdl:port></wsdl:service></wsdl:definitions>
21
+ <?xml version="1.0"?>
22
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/LinkingService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/LinkingService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="getLinkedEntityDataInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getNonlinkedEntityDataInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getLinkDataInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="addProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="profile" type="types:linking_profile"/></wsdl:message><wsdl:message name="updateProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="profile" type="types:linking_profile"/></wsdl:message><wsdl:message name="getProfileInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="setRatingInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="rating_options" type="types:rating_options"/></wsdl:message><wsdl:message name="proposeLinkInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="is_seller" type="xsd:boolean"/></wsdl:message><wsdl:message name="acceptLinkInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="rejectLinkInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="cancelLinkInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="getProposedLinksInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getAppliedLinksInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getLinkedEntityDataOutput"><wsdl:part name="link_data" type="types:array_of_link_data"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getNonlinkedEntityDataOutput"><wsdl:part name="link_data" type="types:array_of_link_data"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getLinkDataOutput"><wsdl:part name="link_data" type="types:link_data"/></wsdl:message><wsdl:message name="addProfileOutput"/><wsdl:message name="updateProfileOutput"/><wsdl:message name="getProfileOutput"><wsdl:part name="profile" type="types:linking_profile"/></wsdl:message><wsdl:message name="setRatingOutput"/><wsdl:message name="proposeLinkOutput"><wsdl:part name="insertion_order_id" type="xsd:long"/></wsdl:message><wsdl:message name="acceptLinkOutput"/><wsdl:message name="rejectLinkOutput"/><wsdl:message name="cancelLinkOutput"/><wsdl:message name="getProposedLinksOutput"><wsdl:part name="proposed_links" type="types:array_of_link_data"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getAppliedLinksOutput"><wsdl:part name="proposed_links" type="types:array_of_link_data"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getLinkedEntityDataFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getNonlinkedEntityDataFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getLinkDataFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setRatingFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="proposeLinkFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="acceptLinkFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="rejectLinkFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="cancelLinkFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getProposedLinksFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAppliedLinksFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="LinkingServicePortType"><wsdl:operation name="getLinkedEntityData"><wsdl:input name="getLinkedEntityDataInput" message="api:getLinkedEntityDataInput"/><wsdl:output name="getLinkedEntityDataOutput" message="api:getLinkedEntityDataOutput"/><wsdl:fault name="getLinkedEntityDataFault" message="api:getLinkedEntityDataFault"/></wsdl:operation><wsdl:operation name="getNonlinkedEntityData"><wsdl:input name="getNonlinkedEntityDataInput" message="api:getNonlinkedEntityDataInput"/><wsdl:output name="getNonlinkedEntityDataOutput" message="api:getNonlinkedEntityDataOutput"/><wsdl:fault name="getNonlinkedEntityDataFault" message="api:getNonlinkedEntityDataFault"/></wsdl:operation><wsdl:operation name="getLinkData"><wsdl:input name="getLinkDataInput" message="api:getLinkDataInput"/><wsdl:output name="getLinkDataOutput" message="api:getLinkDataOutput"/><wsdl:fault name="getLinkDataFault" message="api:getLinkDataFault"/></wsdl:operation><wsdl:operation name="addProfile"><wsdl:input name="addProfileInput" message="api:addProfileInput"/><wsdl:output name="addProfileOutput" message="api:addProfileOutput"/><wsdl:fault name="addProfileFault" message="api:addProfileFault"/></wsdl:operation><wsdl:operation name="updateProfile"><wsdl:input name="updateProfileInput" message="api:updateProfileInput"/><wsdl:output name="updateProfileOutput" message="api:updateProfileOutput"/><wsdl:fault name="updateProfileFault" message="api:updateProfileFault"/></wsdl:operation><wsdl:operation name="getProfile"><wsdl:input name="getProfileInput" message="api:getProfileInput"/><wsdl:output name="getProfileOutput" message="api:getProfileOutput"/><wsdl:fault name="getProfileFault" message="api:getProfileFault"/></wsdl:operation><wsdl:operation name="setRating"><wsdl:input name="setRatingInput" message="api:setRatingInput"/><wsdl:output name="setRatingOutput" message="api:setRatingOutput"/><wsdl:fault name="setRatingFault" message="api:setRatingFault"/></wsdl:operation><wsdl:operation name="proposeLink"><wsdl:input name="proposeLinkInput" message="api:proposeLinkInput"/><wsdl:output name="proposeLinkOutput" message="api:proposeLinkOutput"/><wsdl:fault name="proposeLinkFault" message="api:proposeLinkFault"/></wsdl:operation><wsdl:operation name="acceptLink"><wsdl:input name="acceptLinkInput" message="api:acceptLinkInput"/><wsdl:output name="acceptLinkOutput" message="api:acceptLinkOutput"/><wsdl:fault name="acceptLinkFault" message="api:acceptLinkFault"/></wsdl:operation><wsdl:operation name="rejectLink"><wsdl:input name="rejectLinkInput" message="api:rejectLinkInput"/><wsdl:output name="rejectLinkOutput" message="api:rejectLinkOutput"/><wsdl:fault name="rejectLinkFault" message="api:rejectLinkFault"/></wsdl:operation><wsdl:operation name="cancelLink"><wsdl:input name="cancelLinkInput" message="api:cancelLinkInput"/><wsdl:output name="cancelLinkOutput" message="api:cancelLinkOutput"/><wsdl:fault name="cancelLinkFault" message="api:cancelLinkFault"/></wsdl:operation><wsdl:operation name="getProposedLinks"><wsdl:input name="getProposedLinksInput" message="api:getProposedLinksInput"/><wsdl:output name="getProposedLinksOutput" message="api:getProposedLinksOutput"/><wsdl:fault name="getProposedLinksFault" message="api:getProposedLinksFault"/></wsdl:operation><wsdl:operation name="getAppliedLinks"><wsdl:input name="getAppliedLinksInput" message="api:getAppliedLinksInput"/><wsdl:output name="getAppliedLinksOutput" message="api:getAppliedLinksOutput"/><wsdl:fault name="getAppliedLinksFault" message="api:getAppliedLinksFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="LinkingServiceBinding" type="api:LinkingServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="getLinkedEntityData"><soap:operation soapAction="urn:LinkingService#getLinkedEntityData" style="rpc"/><wsdl:input name="getLinkedEntityDataInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getLinkedEntityDataOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getLinkedEntityDataFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getLinkedEntityDataFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getNonlinkedEntityData"><soap:operation soapAction="urn:LinkingService#getNonlinkedEntityData" style="rpc"/><wsdl:input name="getNonlinkedEntityDataInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getNonlinkedEntityDataOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getNonlinkedEntityDataFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getNonlinkedEntityDataFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getLinkData"><soap:operation soapAction="urn:LinkingService#getLinkData" style="rpc"/><wsdl:input name="getLinkDataInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getLinkDataOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getLinkDataFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getLinkDataFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addProfile"><soap:operation soapAction="urn:LinkingService#addProfile" style="rpc"/><wsdl:input name="addProfileInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addProfileOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addProfileFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="updateProfile"><soap:operation soapAction="urn:LinkingService#updateProfile" style="rpc"/><wsdl:input name="updateProfileInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateProfileOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateProfileFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getProfile"><soap:operation soapAction="urn:LinkingService#getProfile" style="rpc"/><wsdl:input name="getProfileInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getProfileOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getProfileFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setRating"><soap:operation soapAction="urn:LinkingService#setRating" style="rpc"/><wsdl:input name="setRatingInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setRatingOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setRatingFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setRatingFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="proposeLink"><soap:operation soapAction="urn:LinkingService#proposeLink" style="rpc"/><wsdl:input name="proposeLinkInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="proposeLinkOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="proposeLinkFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="proposeLinkFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="acceptLink"><soap:operation soapAction="urn:LinkingService#acceptLink" style="rpc"/><wsdl:input name="acceptLinkInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="acceptLinkOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="acceptLinkFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="acceptLinkFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="rejectLink"><soap:operation soapAction="urn:LinkingService#rejectLink" style="rpc"/><wsdl:input name="rejectLinkInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="rejectLinkOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="rejectLinkFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="rejectLinkFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="cancelLink"><soap:operation soapAction="urn:LinkingService#cancelLink" style="rpc"/><wsdl:input name="cancelLinkInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="cancelLinkOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="cancelLinkFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="cancelLinkFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getProposedLinks"><soap:operation soapAction="urn:LinkingService#getProposedLinks" style="rpc"/><wsdl:input name="getProposedLinksInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getProposedLinksOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getProposedLinksFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getProposedLinksFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAppliedLinks"><soap:operation soapAction="urn:LinkingService#getAppliedLinks" style="rpc"/><wsdl:input name="getAppliedLinksInput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAppliedLinksOutput"><soap:body use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAppliedLinksFault"><soap:fault use="encoded" namespace="urn:LinkingService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAppliedLinksFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="LinkingService"><wsdl:port name="LinkingServicePort" binding="api:LinkingServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/linking.php"/></wsdl:port></wsdl:service></wsdl:definitions>
23
+ <?xml version="1.0"?>
24
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/PixelService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/PixelService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="pixel" type="xsd:pixel"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="pixel" type="xsd:pixel"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="deletePixelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="listByEntityInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByEntityInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByLineItemInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByLineItemInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="line_item_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="addPiggybackPixelInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="pixel_id" type="xsd:long"/><wsdl:part name="piggyback_pixel" type="types:piggyback_pixel"/></wsdl:message><wsdl:message name="deletePiggybackPixelInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="piggyback_pixel_id" type="xsd:long"/></wsdl:message><wsdl:message name="setPiggybackPixelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/><wsdl:part name="piggyback_pixels" type="types:array_of_piggyback_pixel"/></wsdl:message><wsdl:message name="getPiggybackPixelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="lookupInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="codes" type="xsd:array_of_string"/></wsdl:message><wsdl:message name="getPixelTagsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="pixel_tag_params" type="types:pixel_tag_params"/></wsdl:message><wsdl:message name="listSegmentsInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getSegmentsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="attachCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="pixel_id" type="xsd:long"/><wsdl:part name="creative_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="listAttachedCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="segment_id" type="xsd:long"/></wsdl:message><wsdl:message name="getAttachedCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="segment_id" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="pixel_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="pixel" type="xsd:pixel"/></wsdl:message><wsdl:message name="deleteOutput"/><wsdl:message name="deletePixelsOutput"><wsdl:part name="results" type="xsd:array_of_multiple_data_result"/></wsdl:message><wsdl:message name="listByEntityOutput"><wsdl:part name="pixel_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getByEntityOutput"><wsdl:part name="pixel" type="xsd:array_of_pixel"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByLineItemOutput"><wsdl:part name="pixel_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getByLineItemOutput"><wsdl:part name="pixel" type="xsd:array_of_pixel"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="pixel" type="xsd:array_of_pixel"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="pixel_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="addPiggybackPixelOutput"><wsdl:part name="piggyback_pixel_id" type="xsd:long"/></wsdl:message><wsdl:message name="deletePiggybackPixelOutput"/><wsdl:message name="setPiggybackPixelsOutput"/><wsdl:message name="getPiggybackPixelsOutput"><wsdl:part name="piggyback_pixels" type="types:array_of_piggyback_pixel"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="lookupOutput"><wsdl:part name="pixel_ids" type="xsd:array_of_array_of_int"/></wsdl:message><wsdl:message name="getPixelTagsOutput"><wsdl:part name="pixel_tags" type="xsd:array_of_string"/></wsdl:message><wsdl:message name="listSegmentsOutput"><wsdl:part name="pixel" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getSegmentsOutput"><wsdl:part name="pixel" type="xsd:array_of_pixel"/><wsdl:part name="count_of_pixels" type="xsd:long"/></wsdl:message><wsdl:message name="attachCreativesOutput"/><wsdl:message name="listAttachedCreativesOutput"><wsdl:part name="creative_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAttachedCreativesOutput"><wsdl:part name="creatives" type="xsd:array_of_creative"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="pixels" type="xsd:array_of_pixel"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllDeletedSinceOutput"><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deletePixelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByLineItemFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByLineItemFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addPiggybackPixelFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deletePiggybackPixelFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setPiggybackPixelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getPiggybackPixelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getPixelTagsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listSegmentsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getSegmentsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="attachCreativesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAttachedCreativesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAttachedCreativesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllDeletedSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="PixelServicePortType"><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="delete"><wsdl:input name="deleteInput" message="api:deleteInput"/><wsdl:output name="deleteOutput" message="api:deleteOutput"/><wsdl:fault name="deleteFault" message="api:deleteFault"/></wsdl:operation><wsdl:operation name="deletePixels"><wsdl:input name="deletePixelsInput" message="api:deletePixelsInput"/><wsdl:output name="deletePixelsOutput" message="api:deletePixelsOutput"/><wsdl:fault name="deletePixelsFault" message="api:deletePixelsFault"/></wsdl:operation><wsdl:operation name="listByEntity"><wsdl:input name="listByEntityInput" message="api:listByEntityInput"/><wsdl:output name="listByEntityOutput" message="api:listByEntityOutput"/><wsdl:fault name="listByEntityFault" message="api:listByEntityFault"/></wsdl:operation><wsdl:operation name="getByEntity"><wsdl:input name="getByEntityInput" message="api:getByEntityInput"/><wsdl:output name="getByEntityOutput" message="api:getByEntityOutput"/><wsdl:fault name="getByEntityFault" message="api:getByEntityFault"/></wsdl:operation><wsdl:operation name="listByLineItem"><wsdl:input name="listByLineItemInput" message="api:listByLineItemInput"/><wsdl:output name="listByLineItemOutput" message="api:listByLineItemOutput"/><wsdl:fault name="listByLineItemFault" message="api:listByLineItemFault"/></wsdl:operation><wsdl:operation name="getByLineItem"><wsdl:input name="getByLineItemInput" message="api:getByLineItemInput"/><wsdl:output name="getByLineItemOutput" message="api:getByLineItemOutput"/><wsdl:fault name="getByLineItemFault" message="api:getByLineItemFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="addPiggybackPixel"><wsdl:input name="addPiggybackPixelInput" message="api:addPiggybackPixelInput"/><wsdl:output name="addPiggybackPixelOutput" message="api:addPiggybackPixelOutput"/><wsdl:fault name="addPiggybackPixelFault" message="api:addPiggybackPixelFault"/></wsdl:operation><wsdl:operation name="deletePiggybackPixel"><wsdl:input name="deletePiggybackPixelInput" message="api:deletePiggybackPixelInput"/><wsdl:output name="deletePiggybackPixelOutput" message="api:deletePiggybackPixelOutput"/><wsdl:fault name="deletePiggybackPixelFault" message="api:deletePiggybackPixelFault"/></wsdl:operation><wsdl:operation name="setPiggybackPixels"><wsdl:input name="setPiggybackPixelsInput" message="api:setPiggybackPixelsInput"/><wsdl:output name="setPiggybackPixelsOutput" message="api:setPiggybackPixelsOutput"/><wsdl:fault name="setPiggybackPixelsFault" message="api:setPiggybackPixelsFault"/></wsdl:operation><wsdl:operation name="getPiggybackPixels"><wsdl:input name="getPiggybackPixelsInput" message="api:getPiggybackPixelsInput"/><wsdl:output name="getPiggybackPixelsOutput" message="api:getPiggybackPixelsOutput"/><wsdl:fault name="getPiggybackPixelsFault" message="api:getPiggybackPixelsFault"/></wsdl:operation><wsdl:operation name="lookup"><wsdl:input name="lookupInput" message="api:lookupInput"/><wsdl:output name="lookupOutput" message="api:lookupOutput"/><wsdl:fault name="lookupFault" message="api:lookupFault"/></wsdl:operation><wsdl:operation name="getPixelTags"><wsdl:input name="getPixelTagsInput" message="api:getPixelTagsInput"/><wsdl:output name="getPixelTagsOutput" message="api:getPixelTagsOutput"/><wsdl:fault name="getPixelTagsFault" message="api:getPixelTagsFault"/></wsdl:operation><wsdl:operation name="listSegments"><wsdl:input name="listSegmentsInput" message="api:listSegmentsInput"/><wsdl:output name="listSegmentsOutput" message="api:listSegmentsOutput"/><wsdl:fault name="listSegmentsFault" message="api:listSegmentsFault"/></wsdl:operation><wsdl:operation name="getSegments"><wsdl:input name="getSegmentsInput" message="api:getSegmentsInput"/><wsdl:output name="getSegmentsOutput" message="api:getSegmentsOutput"/><wsdl:fault name="getSegmentsFault" message="api:getSegmentsFault"/></wsdl:operation><wsdl:operation name="attachCreatives"><wsdl:input name="attachCreativesInput" message="api:attachCreativesInput"/><wsdl:output name="attachCreativesOutput" message="api:attachCreativesOutput"/><wsdl:fault name="attachCreativesFault" message="api:attachCreativesFault"/></wsdl:operation><wsdl:operation name="listAttachedCreatives"><wsdl:input name="listAttachedCreativesInput" message="api:listAttachedCreativesInput"/><wsdl:output name="listAttachedCreativesOutput" message="api:listAttachedCreativesOutput"/><wsdl:fault name="listAttachedCreativesFault" message="api:listAttachedCreativesFault"/></wsdl:operation><wsdl:operation name="getAttachedCreatives"><wsdl:input name="getAttachedCreativesInput" message="api:getAttachedCreativesInput"/><wsdl:output name="getAttachedCreativesOutput" message="api:getAttachedCreativesOutput"/><wsdl:fault name="getAttachedCreativesFault" message="api:getAttachedCreativesFault"/></wsdl:operation><wsdl:operation name="listAllSince"><wsdl:input name="listAllSinceInput" message="api:listAllSinceInput"/><wsdl:output name="listAllSinceOutput" message="api:listAllSinceOutput"/><wsdl:fault name="listAllSinceFault" message="api:listAllSinceFault"/></wsdl:operation><wsdl:operation name="getAllSince"><wsdl:input name="getAllSinceInput" message="api:getAllSinceInput"/><wsdl:output name="getAllSinceOutput" message="api:getAllSinceOutput"/><wsdl:fault name="getAllSinceFault" message="api:getAllSinceFault"/></wsdl:operation><wsdl:operation name="listAllDeletedSince"><wsdl:input name="listAllDeletedSinceInput" message="api:listAllDeletedSinceInput"/><wsdl:output name="listAllDeletedSinceOutput" message="api:listAllDeletedSinceOutput"/><wsdl:fault name="listAllDeletedSinceFault" message="api:listAllDeletedSinceFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="PixelServiceBinding" type="api:PixelServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="add"><soap:operation soapAction="urn:PixelService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:PixelService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:PixelService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delete"><soap:operation soapAction="urn:PixelService#delete" style="rpc"/><wsdl:input name="deleteInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deletePixels"><soap:operation soapAction="urn:PixelService#deletePixels" style="rpc"/><wsdl:input name="deletePixelsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deletePixelsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deletePixelsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deletePixelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByEntity"><soap:operation soapAction="urn:PixelService#listByEntity" style="rpc"/><wsdl:input name="listByEntityInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByEntityOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByEntityFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByEntity"><soap:operation soapAction="urn:PixelService#getByEntity" style="rpc"/><wsdl:input name="getByEntityInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByEntityOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByEntityFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByLineItem"><soap:operation soapAction="urn:PixelService#listByLineItem" style="rpc"/><wsdl:input name="listByLineItemInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByLineItemOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByLineItemFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByLineItem"><soap:operation soapAction="urn:PixelService#getByLineItem" style="rpc"/><wsdl:input name="getByLineItemInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByLineItemOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByLineItemFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByLineItemFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:PixelService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:PixelService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addPiggybackPixel"><soap:operation soapAction="urn:PixelService#addPiggybackPixel" style="rpc"/><wsdl:input name="addPiggybackPixelInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addPiggybackPixelOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addPiggybackPixelFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addPiggybackPixelFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deletePiggybackPixel"><soap:operation soapAction="urn:PixelService#deletePiggybackPixel" style="rpc"/><wsdl:input name="deletePiggybackPixelInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deletePiggybackPixelOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deletePiggybackPixelFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deletePiggybackPixelFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setPiggybackPixels"><soap:operation soapAction="urn:PixelService#setPiggybackPixels" style="rpc"/><wsdl:input name="setPiggybackPixelsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setPiggybackPixelsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setPiggybackPixelsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setPiggybackPixelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPiggybackPixels"><soap:operation soapAction="urn:PixelService#getPiggybackPixels" style="rpc"/><wsdl:input name="getPiggybackPixelsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPiggybackPixelsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPiggybackPixelsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPiggybackPixelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:PixelService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getPixelTags"><soap:operation soapAction="urn:PixelService#getPixelTags" style="rpc"/><wsdl:input name="getPixelTagsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getPixelTagsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getPixelTagsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getPixelTagsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listSegments"><soap:operation soapAction="urn:PixelService#listSegments" style="rpc"/><wsdl:input name="listSegmentsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listSegmentsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listSegmentsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listSegmentsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getSegments"><soap:operation soapAction="urn:PixelService#getSegments" style="rpc"/><wsdl:input name="getSegmentsInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getSegmentsOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getSegmentsFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getSegmentsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="attachCreatives"><soap:operation soapAction="urn:PixelService#attachCreatives" style="rpc"/><wsdl:input name="attachCreativesInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="attachCreativesOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="attachCreativesFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="attachCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAttachedCreatives"><soap:operation soapAction="urn:PixelService#listAttachedCreatives" style="rpc"/><wsdl:input name="listAttachedCreativesInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAttachedCreativesOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAttachedCreativesFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAttachedCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAttachedCreatives"><soap:operation soapAction="urn:PixelService#getAttachedCreatives" style="rpc"/><wsdl:input name="getAttachedCreativesInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAttachedCreativesOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAttachedCreativesFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAttachedCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:PixelService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:PixelService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllDeletedSince"><soap:operation soapAction="urn:PixelService#listAllDeletedSince" style="rpc"/><wsdl:input name="listAllDeletedSinceInput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllDeletedSinceOutput"><soap:body use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllDeletedSinceFault"><soap:fault use="encoded" namespace="urn:PixelService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllDeletedSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="PixelService"><wsdl:port name="PixelServicePort" binding="api:PixelServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/pixel.php"/></wsdl:port></wsdl:service></wsdl:definitions>
25
+ <?xml version="1.0"?>
26
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/PlacementService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/PlacementService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="getByInsertionOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="insertion_order_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByInsertionOrderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="io_id" type="xsd:long"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="addCreativeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="placement_creative" type="types:placement_creative"/><wsdl:part name="placement_id" type="xsd:long"/><wsdl:part name="supporting_file" type="xsd:supporting_file"/></wsdl:message><wsdl:message name="getByInsertionOrderOutput"><wsdl:part name="placements" type="types:array_of_placement"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByInsertionOrderOutput"><wsdl:part name="placement_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getOutput"><wsdl:part name="placement" type="types:placement"/></wsdl:message><wsdl:message name="addCreativeOutput"><wsdl:part name="creative_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByInsertionOrderFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByInsertionOrderFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addCreativeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="PlacementServicePortType"><wsdl:operation name="getByInsertionOrder"><wsdl:input name="getByInsertionOrderInput" message="api:getByInsertionOrderInput"/><wsdl:output name="getByInsertionOrderOutput" message="api:getByInsertionOrderOutput"/><wsdl:fault name="getByInsertionOrderFault" message="api:getByInsertionOrderFault"/></wsdl:operation><wsdl:operation name="listByInsertionOrder"><wsdl:input name="listByInsertionOrderInput" message="api:listByInsertionOrderInput"/><wsdl:output name="listByInsertionOrderOutput" message="api:listByInsertionOrderOutput"/><wsdl:fault name="listByInsertionOrderFault" message="api:listByInsertionOrderFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="addCreative"><wsdl:input name="addCreativeInput" message="api:addCreativeInput"/><wsdl:output name="addCreativeOutput" message="api:addCreativeOutput"/><wsdl:fault name="addCreativeFault" message="api:addCreativeFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="PlacementServiceBinding" type="api:PlacementServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="getByInsertionOrder"><soap:operation soapAction="urn:PlacementService#getByInsertionOrder" style="rpc"/><wsdl:input name="getByInsertionOrderInput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByInsertionOrderOutput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByInsertionOrderFault"><soap:fault use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByInsertionOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByInsertionOrder"><soap:operation soapAction="urn:PlacementService#listByInsertionOrder" style="rpc"/><wsdl:input name="listByInsertionOrderInput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByInsertionOrderOutput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByInsertionOrderFault"><soap:fault use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByInsertionOrderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:PlacementService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addCreative"><soap:operation soapAction="urn:PlacementService#addCreative" style="rpc"/><wsdl:input name="addCreativeInput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addCreativeOutput"><soap:body use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addCreativeFault"><soap:fault use="encoded" namespace="urn:PlacementService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addCreativeFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="PlacementService"><wsdl:port name="PlacementServicePort" binding="api:PlacementServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/placement.php"/></wsdl:port></wsdl:service></wsdl:definitions>
27
+ <?xml version="1.0"?>
28
+ <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/PublisherService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/PublisherService"><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="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher" type="types:publisher"/><wsdl:part name="contact" type="xsd:contact"/></wsdl:message><wsdl:message name="addExInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_data" type="types:publisher_data"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher" type="types:publisher"/></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="setIntegrationCodeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_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="publisher_codes" type="xsd:array_of_string"/></wsdl:message><wsdl:message name="setDefaultChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/><wsdl:part name="channel_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getDefaultChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="setDefaultInventoryTypeInput"><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="getDefaultInventoryTypeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="addTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="publisher_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="publishers" type="types:array_of_publisher"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="addExOutput"><wsdl:part name="ex_entity_id" type="xsd:ex_entity_ids"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="publisher" type="types:publisher"/></wsdl:message><wsdl:message name="setIntegrationCodeOutput"/><wsdl:message name="lookupOutput"><wsdl:part name="publishers" type="xsd:array_of_array_of_int"/></wsdl:message><wsdl:message name="setDefaultChannelsOutput"/><wsdl:message name="getDefaultChannelsOutput"><wsdl:part name="channel_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setDefaultInventoryTypeOutput"/><wsdl:message name="getDefaultInventoryTypeOutput"><wsdl:part name="inventory_type" type="xsd:long"/></wsdl:message><wsdl:message name="addTargetProfileOutput"><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileOutput"/><wsdl:message name="listAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addExFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setIntegrationCodeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setDefaultChannelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getDefaultChannelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setDefaultInventoryTypeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getDefaultInventoryTypeFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="delTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="PublisherServicePortType"><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="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="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="setDefaultChannels"><wsdl:input name="setDefaultChannelsInput" message="api:setDefaultChannelsInput"/><wsdl:output name="setDefaultChannelsOutput" message="api:setDefaultChannelsOutput"/><wsdl:fault name="setDefaultChannelsFault" message="api:setDefaultChannelsFault"/></wsdl:operation><wsdl:operation name="getDefaultChannels"><wsdl:input name="getDefaultChannelsInput" message="api:getDefaultChannelsInput"/><wsdl:output name="getDefaultChannelsOutput" message="api:getDefaultChannelsOutput"/><wsdl:fault name="getDefaultChannelsFault" message="api:getDefaultChannelsFault"/></wsdl:operation><wsdl:operation name="setDefaultInventoryType"><wsdl:input name="setDefaultInventoryTypeInput" message="api:setDefaultInventoryTypeInput"/><wsdl:output name="setDefaultInventoryTypeOutput" message="api:setDefaultInventoryTypeOutput"/><wsdl:fault name="setDefaultInventoryTypeFault" message="api:setDefaultInventoryTypeFault"/></wsdl:operation><wsdl:operation name="getDefaultInventoryType"><wsdl:input name="getDefaultInventoryTypeInput" message="api:getDefaultInventoryTypeInput"/><wsdl:output name="getDefaultInventoryTypeOutput" message="api:getDefaultInventoryTypeOutput"/><wsdl:fault name="getDefaultInventoryTypeFault" message="api:getDefaultInventoryTypeFault"/></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:portType><wsdl:binding name="PublisherServiceBinding" type="api:PublisherServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listAll"><soap:operation soapAction="urn:PublisherService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:PublisherService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:PublisherService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addEx"><soap:operation soapAction="urn:PublisherService#addEx" style="rpc"/><wsdl:input name="addExInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addExOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addExFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addExFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:PublisherService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:PublisherService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setIntegrationCode"><soap:operation soapAction="urn:PublisherService#setIntegrationCode" style="rpc"/><wsdl:input name="setIntegrationCodeInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setIntegrationCodeOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setIntegrationCodeFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setIntegrationCodeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:PublisherService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setDefaultChannels"><soap:operation soapAction="urn:PublisherService#setDefaultChannels" style="rpc"/><wsdl:input name="setDefaultChannelsInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setDefaultChannelsOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setDefaultChannelsFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setDefaultChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getDefaultChannels"><soap:operation soapAction="urn:PublisherService#getDefaultChannels" style="rpc"/><wsdl:input name="getDefaultChannelsInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getDefaultChannelsOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getDefaultChannelsFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getDefaultChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setDefaultInventoryType"><soap:operation soapAction="urn:PublisherService#setDefaultInventoryType" style="rpc"/><wsdl:input name="setDefaultInventoryTypeInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setDefaultInventoryTypeOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setDefaultInventoryTypeFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setDefaultInventoryTypeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getDefaultInventoryType"><soap:operation soapAction="urn:PublisherService#getDefaultInventoryType" style="rpc"/><wsdl:input name="getDefaultInventoryTypeInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getDefaultInventoryTypeOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getDefaultInventoryTypeFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getDefaultInventoryTypeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addTargetProfile"><soap:operation soapAction="urn:PublisherService#addTargetProfile" style="rpc"/><wsdl:input name="addTargetProfileInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addTargetProfileOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addTargetProfileFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delTargetProfile"><soap:operation soapAction="urn:PublisherService#delTargetProfile" style="rpc"/><wsdl:input name="delTargetProfileInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delTargetProfileOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delTargetProfileFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delTargetProfileFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="PublisherService"><wsdl:port name="PublisherServicePort" binding="api:PublisherServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/publisher.php"/></wsdl:port></wsdl:service></wsdl:definitions>
29
+ <?xml version="1.0"?>
30
+ <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/ReportService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/ReportService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="requestViaXMLInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="xml" type="xsd:string"/></wsdl:message><wsdl:message name="requestSavedReportInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="report_id" type="xsd:long"/></wsdl:message><wsdl:message name="statusInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="report_token" type="xsd:string"/></wsdl:message><wsdl:message name="isMonthCertifiedInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="date" type="xsd:string"/></wsdl:message><wsdl:message name="requestViaXMLOutput"><wsdl:part name="report_token" type="xsd:string"/></wsdl:message><wsdl:message name="requestSavedReportOutput"><wsdl:part name="report_token" type="xsd:string"/></wsdl:message><wsdl:message name="statusOutput"><wsdl:part name="url_report" type="xsd:string"/></wsdl:message><wsdl:message name="isMonthCertifiedOutput"><wsdl:part name="is_certified" type="xsd:boolean"/></wsdl:message><wsdl:message name="requestViaXMLFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="requestSavedReportFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="statusFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="isMonthCertifiedFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="ReportServicePortType"><wsdl:operation name="requestViaXML"><wsdl:input name="requestViaXMLInput" message="api:requestViaXMLInput"/><wsdl:output name="requestViaXMLOutput" message="api:requestViaXMLOutput"/><wsdl:fault name="requestViaXMLFault" message="api:requestViaXMLFault"/></wsdl:operation><wsdl:operation name="requestSavedReport"><wsdl:input name="requestSavedReportInput" message="api:requestSavedReportInput"/><wsdl:output name="requestSavedReportOutput" message="api:requestSavedReportOutput"/><wsdl:fault name="requestSavedReportFault" message="api:requestSavedReportFault"/></wsdl:operation><wsdl:operation name="status"><wsdl:input name="statusInput" message="api:statusInput"/><wsdl:output name="statusOutput" message="api:statusOutput"/><wsdl:fault name="statusFault" message="api:statusFault"/></wsdl:operation><wsdl:operation name="isMonthCertified"><wsdl:input name="isMonthCertifiedInput" message="api:isMonthCertifiedInput"/><wsdl:output name="isMonthCertifiedOutput" message="api:isMonthCertifiedOutput"/><wsdl:fault name="isMonthCertifiedFault" message="api:isMonthCertifiedFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="ReportServiceBinding" type="api:ReportServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="requestViaXML"><soap:operation soapAction="urn:ReportService#requestViaXML" style="rpc"/><wsdl:input name="requestViaXMLInput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="requestViaXMLOutput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="requestViaXMLFault"><soap:fault use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="requestViaXMLFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="requestSavedReport"><soap:operation soapAction="urn:ReportService#requestSavedReport" style="rpc"/><wsdl:input name="requestSavedReportInput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="requestSavedReportOutput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="requestSavedReportFault"><soap:fault use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="requestSavedReportFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="status"><soap:operation soapAction="urn:ReportService#status" style="rpc"/><wsdl:input name="statusInput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="statusOutput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="statusFault"><soap:fault use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="statusFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="isMonthCertified"><soap:operation soapAction="urn:ReportService#isMonthCertified" style="rpc"/><wsdl:input name="isMonthCertifiedInput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="isMonthCertifiedOutput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="isMonthCertifiedFault"><soap:fault use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="isMonthCertifiedFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="ReportService"><wsdl:port name="ReportServicePort" binding="api:ReportServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/report.php"/></wsdl:port></wsdl:service></wsdl:definitions>
31
+ <?xml version="1.0"?>
32
+ <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/SearchService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/SearchService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="quickSearchInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="search_clause" type="xsd:string"/><wsdl:part name="object_type" type="types:enum_quicksearch_object_type"/><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="searchInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="object_type" type="types:enum_search_object_type"/><wsdl:part name="search_data_array" type="types:array_of_search_data"/></wsdl:message><wsdl:message name="quickSearchOutput"><wsdl:part name="result" type="types:array_of_quicksearch_result"/><wsdl:part name="total_objects_found" type="xsd:long"/></wsdl:message><wsdl:message name="searchOutput"><wsdl:part name="result" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="quickSearchFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="searchFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="SearchServicePortType"><wsdl:operation name="quickSearch"><wsdl:input name="quickSearchInput" message="api:quickSearchInput"/><wsdl:output name="quickSearchOutput" message="api:quickSearchOutput"/><wsdl:fault name="quickSearchFault" message="api:quickSearchFault"/></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:portType><wsdl:binding name="SearchServiceBinding" type="api:SearchServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="quickSearch"><soap:operation soapAction="urn:SearchService#quickSearch" style="rpc"/><wsdl:input name="quickSearchInput"><soap:body use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="quickSearchOutput"><soap:body use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="quickSearchFault"><soap:fault use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="quickSearchFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="search"><soap:operation soapAction="urn:SearchService#search" style="rpc"/><wsdl:input name="searchInput"><soap:body use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="searchOutput"><soap:body use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="searchFault"><soap:fault use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="searchFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="SearchService"><wsdl:port name="SearchServicePort" binding="api:SearchServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/search.php"/></wsdl:port></wsdl:service></wsdl:definitions>
33
+ <?xml version="1.0"?>
34
+ <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/SectionService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/SectionService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="lookupInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="codes" type="xsd:array_of_string"/></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="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="listBySiteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="site_id" type="xsd:long"/></wsdl:message><wsdl:message name="getBySiteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="site_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="section" type="xsd:section"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="section" type="xsd:section"/></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="setChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="section_id" type="xsd:long"/><wsdl:part name="channel_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="section_id" type="xsd:long"/></wsdl:message><wsdl:message name="listBeaconPixelsInput"><wsdl:part name="token" type="xsd: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="lookupOutput"><wsdl:part name="section_ids" type="xsd:array_of_array_of_int"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="section_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="sections" type="types:array_of_section"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByEntityOutput"><wsdl:part name="section_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getByEntityOutput"><wsdl:part name="sections" type="types:array_of_section"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listBySiteOutput"><wsdl:part name="section_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getBySiteOutput"><wsdl:part name="sections" type="types:array_of_section"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="section_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="section" type="xsd:section"/></wsdl:message><wsdl:message name="setChannelsOutput"/><wsdl:message name="getChannelsOutput"><wsdl:part name="channel_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="listBeaconPixelsOutput"><wsdl:part name="pixel_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="sections" type="types:array_of_section"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listBySiteFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getBySiteFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setChannelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getChannelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listBeaconPixelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="SectionServicePortType"><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="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="listBySite"><wsdl:input name="listBySiteInput" message="api:listBySiteInput"/><wsdl:output name="listBySiteOutput" message="api:listBySiteOutput"/><wsdl:fault name="listBySiteFault" message="api:listBySiteFault"/></wsdl:operation><wsdl:operation name="getBySite"><wsdl:input name="getBySiteInput" message="api:getBySiteInput"/><wsdl:output name="getBySiteOutput" message="api:getBySiteOutput"/><wsdl:fault name="getBySiteFault" message="api:getBySiteFault"/></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="setChannels"><wsdl:input name="setChannelsInput" message="api:setChannelsInput"/><wsdl:output name="setChannelsOutput" message="api:setChannelsOutput"/><wsdl:fault name="setChannelsFault" message="api:setChannelsFault"/></wsdl:operation><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="listBeaconPixels"><wsdl:input name="listBeaconPixelsInput" message="api:listBeaconPixelsInput"/><wsdl:output name="listBeaconPixelsOutput" message="api:listBeaconPixelsOutput"/><wsdl:fault name="listBeaconPixelsFault" message="api:listBeaconPixelsFault"/></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:portType><wsdl:binding name="SectionServiceBinding" type="api:SectionServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="lookup"><soap:operation soapAction="urn:SectionService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:SectionService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:SectionService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByEntity"><soap:operation soapAction="urn:SectionService#listByEntity" style="rpc"/><wsdl:input name="listByEntityInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByEntityOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByEntityFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByEntity"><soap:operation soapAction="urn:SectionService#getByEntity" style="rpc"/><wsdl:input name="getByEntityInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByEntityOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByEntityFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listBySite"><soap:operation soapAction="urn:SectionService#listBySite" style="rpc"/><wsdl:input name="listBySiteInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listBySiteOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listBySiteFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listBySiteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getBySite"><soap:operation soapAction="urn:SectionService#getBySite" style="rpc"/><wsdl:input name="getBySiteInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getBySiteOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getBySiteFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getBySiteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:SectionService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:SectionService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:SectionService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setChannels"><soap:operation soapAction="urn:SectionService#setChannels" style="rpc"/><wsdl:input name="setChannelsInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setChannelsOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setChannelsFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getChannels"><soap:operation soapAction="urn:SectionService#getChannels" style="rpc"/><wsdl:input name="getChannelsInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getChannelsOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getChannelsFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listBeaconPixels"><soap:operation soapAction="urn:SectionService#listBeaconPixels" style="rpc"/><wsdl:input name="listBeaconPixelsInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listBeaconPixelsOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listBeaconPixelsFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listBeaconPixelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:SectionService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:SectionService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="SectionService"><wsdl:port name="SectionServicePort" binding="api:SectionServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/section.php"/></wsdl:port></wsdl:service></wsdl:definitions>
35
+ <?xml version="1.0"?>
36
+ <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/SiteService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/SiteService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="listByPublisherInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByPublisherInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="site" type="xsd:site"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="site" type="xsd:site"/></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="lookupInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="codes" type="xsd:array_of_string"/></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="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="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="listByPublisherOutput"><wsdl:part name="site_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getByPublisherOutput"><wsdl:part name="sites" type="types:array_of_site"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="site_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="site" type="xsd:site"/></wsdl:message><wsdl:message name="lookupOutput"><wsdl:part name="site_ids" type="xsd:array_of_array_of_int"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="site_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="sites" type="types:array_of_site"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByEntityOutput"><wsdl:part name="site_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getByEntityOutput"><wsdl:part name="sites" type="types:array_of_site"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="sites" type="types:array_of_site"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByPublisherFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByPublisherFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByEntityFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="SiteServicePortType"><wsdl:operation name="listByPublisher"><wsdl:input name="listByPublisherInput" message="api:listByPublisherInput"/><wsdl:output name="listByPublisherOutput" message="api:listByPublisherOutput"/><wsdl:fault name="listByPublisherFault" message="api:listByPublisherFault"/></wsdl:operation><wsdl:operation name="getByPublisher"><wsdl:input name="getByPublisherInput" message="api:getByPublisherInput"/><wsdl:output name="getByPublisherOutput" message="api:getByPublisherOutput"/><wsdl:fault name="getByPublisherFault" message="api:getByPublisherFault"/></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="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="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="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:portType><wsdl:binding name="SiteServiceBinding" type="api:SiteServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listByPublisher"><soap:operation soapAction="urn:SiteService#listByPublisher" style="rpc"/><wsdl:input name="listByPublisherInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByPublisherOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByPublisherFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByPublisherFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByPublisher"><soap:operation soapAction="urn:SiteService#getByPublisher" style="rpc"/><wsdl:input name="getByPublisherInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByPublisherOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByPublisherFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByPublisherFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:SiteService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:SiteService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:SiteService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:SiteService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:SiteService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:SiteService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByEntity"><soap:operation soapAction="urn:SiteService#listByEntity" style="rpc"/><wsdl:input name="listByEntityInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByEntityOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByEntityFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByEntity"><soap:operation soapAction="urn:SiteService#getByEntity" style="rpc"/><wsdl:input name="getByEntityInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByEntityOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByEntityFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:SiteService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:SiteService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="SiteService"><wsdl:port name="SiteServicePort" binding="api:SiteServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/site.php"/></wsdl:port></wsdl:service></wsdl:definitions>
37
+ <?xml version="1.0"?>
38
+ <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/TargetProfileService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/TargetProfileService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="setTargetSizesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="size_default" type="xsd:boolean"/><wsdl:part name="size_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetSizesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetSectionsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="section_default" type="xsd:boolean"/><wsdl:part name="section_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetSectionsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetLanguagesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="language_default" type="xsd:boolean"/><wsdl:part name="language_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetLanguagesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetNetspeedsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="netspeed_default" type="xsd:boolean"/><wsdl:part name="netspeed_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetNetspeedsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetInventoryTypesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="inventory_type_default" type="xsd:boolean"/><wsdl:part name="inventory_type_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetInventoryTypesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetPublishersInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="publisher_default" type="xsd:boolean"/><wsdl:part name="publisher_entity_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetPublishersInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetUrlsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="url_default" type="xsd:boolean"/><wsdl:part name="urls" type="xsd:array_of_string"/></wsdl:message><wsdl:message name="getTargetUrlsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetBrowsersInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="browser_default" type="xsd:boolean"/><wsdl:part name="browser_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetBrowsersInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetIspsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="isp_default" type="xsd:boolean"/><wsdl:part name="isp_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetIspsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="channel_default" type="xsd:boolean"/><wsdl:part name="include_channels" type="xsd:array_of_int"/><wsdl:part name="exclude_channels" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetRatingInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="rating" type="xsd:string"/></wsdl:message><wsdl:message name="getTargetRatingInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetGenderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="gender_target" type="types:gender_target"/></wsdl:message><wsdl:message name="getTargetGenderInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetFrequencyInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="frequency" type="xsd:long"/><wsdl:part name="period" type="xsd:long"/></wsdl:message><wsdl:message name="getTargetFrequencyInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetGeographyInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="use_regions" type="xsd:boolean"/><wsdl:part name="country_ids" type="xsd:array_of_int"/><wsdl:part name="region_ids" type="xsd:array_of_int"/><wsdl:part name="dma_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetGeographyInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetDaypartsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="relative_time_region_id" type="xsd:long"/><wsdl:part name="dayparts" type="types:array_of_daypart"/></wsdl:message><wsdl:message name="getTargetDaypartsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetPixelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="require_all" type="xsd:boolean"/><wsdl:part name="target_pixels" type="types:array_of_target_pixel"/><wsdl:part name="logical_expression" type="xsd:string"/></wsdl:message><wsdl:message name="getTargetPixelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetQueryStringInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="query_string_option" type="types:enum_query_string_option"/><wsdl:part name="query_strings" type="xsd:array_of_string"/><wsdl:part name="query_string_logical_expression" type="xsd:string"/></wsdl:message><wsdl:message name="getTargetQueryStringInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetVurlTagsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="vurl_tag_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetVurlTagsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetValidatedUrlsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="vurl_options" type="types:vurl_options"/><wsdl:part name="vurl_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetValidatedUrlsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetAdvertisersInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="advertiser_default" type="xsd:boolean"/><wsdl:part name="advertiser_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetAdvertisersInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="searchVurlsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="search_options" type="types:vurl_search_options"/></wsdl:message><wsdl:message name="getVurlCategoriesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="setTargetDealPropertiesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="deal_properties" type="types:deal_properties"/></wsdl:message><wsdl:message name="getTargetDealPropertiesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetAgesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="age_default" type="xsd:boolean"/><wsdl:part name="target_age" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetAgesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetCreativeTagsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="creative_tags_id_list" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetCreativeTagsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetCreativeSpecsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="creative_specs" type="xsd:creative_specs"/></wsdl:message><wsdl:message name="getTargetCreativeSpecsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="creative_default" type="xsd:boolean"/><wsdl:part name="creative_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="getTargetBuyerLineItemsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetBuyerLineItemsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="buyer_line_item_default" type="xsd:boolean"/><wsdl:part name="line_items" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetSellerLineItemsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetSellerLineItemsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="seller_line_item_default" type="xsd:boolean"/><wsdl:part name="line_items" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetOfferTypesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/><wsdl:part name="offer_type_default" type="xsd:boolean"/><wsdl:part name="offer_type_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetOfferTypesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetSizes2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="size_default" type="xsd:boolean"/><wsdl:part name="size_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetSizes2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetSections2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="section_default" type="xsd:boolean"/><wsdl:part name="section_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetSections2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetLanguages2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="language_default" type="xsd:boolean"/><wsdl:part name="language_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetLanguages2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetNetspeeds2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="netspeed_default" type="xsd:boolean"/><wsdl:part name="netspeed_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetNetspeeds2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetInventoryTypes2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="inventory_type_default" type="xsd:boolean"/><wsdl:part name="inventory_type_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetInventoryTypes2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetPublishers2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="publisher_default" type="xsd:boolean"/><wsdl:part name="publisher_entity_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetPublishers2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetUrls2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="url_default" type="xsd:boolean"/><wsdl:part name="urls" type="xsd:array_of_string"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetUrls2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetBrowsers2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="browser_default" type="xsd:boolean"/><wsdl:part name="browser_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetBrowsers2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetIsps2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="isp_default" type="xsd:boolean"/><wsdl:part name="isp_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetIsps2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetChannels2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="channel_default" type="xsd:boolean"/><wsdl:part name="include_channels" type="xsd:array_of_int"/><wsdl:part name="exclude_channels" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetChannels2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetRating2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="rating" type="xsd:string"/></wsdl:message><wsdl:message name="getTargetRating2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetGender2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="gender_target" type="types:gender_target"/></wsdl:message><wsdl:message name="getTargetGender2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetFrequency2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="frequency" type="xsd:long"/><wsdl:part name="period" type="xsd:long"/></wsdl:message><wsdl:message name="getTargetFrequency2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetGeography2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="use_regions" type="xsd:boolean"/><wsdl:part name="country_ids" type="xsd:array_of_int"/><wsdl:part name="region_ids" type="xsd:array_of_int"/><wsdl:part name="dma_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetGeography2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetDayparts2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="relative_time_region_id" type="xsd:long"/><wsdl:part name="dayparts" type="types:array_of_daypart"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetDayparts2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetPixels2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="require_all" type="xsd:boolean"/><wsdl:part name="target_pixels" type="types:array_of_target_pixel"/><wsdl:part name="logical_expression" type="xsd:string"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetPixels2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetQueryString2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="query_string_option" type="types:enum_query_string_option"/><wsdl:part name="query_strings" type="xsd:array_of_string"/><wsdl:part name="query_string_logical_expression" type="xsd:string"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetQueryString2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetVurlTags2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="vurl_tag_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetVurlTags2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetValidatedUrls2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="vurl_options" type="types:vurl_options"/><wsdl:part name="vurl_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetValidatedUrls2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetAdvertisers2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="advertiser_default" type="xsd:boolean"/><wsdl:part name="advertiser_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetAdvertisers2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetDealProperties2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="deal_properties" type="types:deal_properties"/></wsdl:message><wsdl:message name="getTargetDealProperties2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetAges2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="age_default" type="xsd:boolean"/><wsdl:part name="target_age" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetAges2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetCreativeTags2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="creative_tags_id_list" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetCreativeTags2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetCreativeSpecs2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="creative_specs" type="xsd:creative_specs"/></wsdl:message><wsdl:message name="getTargetCreativeSpecs2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetCreatives2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="creative_default" type="xsd:boolean"/><wsdl:part name="creative_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetCreatives2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="getTargetBuyerLineItems2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetBuyerLineItems2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="buyer_line_item_default" type="xsd:boolean"/><wsdl:part name="line_items" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetSellerLineItems2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetSellerLineItems2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="seller_line_item_default" type="xsd:boolean"/><wsdl:part name="line_items" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="setTargetBuyers2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="buyer_entity_default" type="xsd:boolean"/><wsdl:part name="buyer_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetBuyers2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetOfferTypes2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="offer_type_default" type="xsd:boolean"/><wsdl:part name="offer_type_ids" type="xsd:array_of_int"/><wsdl:part name="append" type="xsd:boolean"/></wsdl:message><wsdl:message name="getTargetOfferTypes2Input"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="resetTargetingInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="createDefaultTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type"/><wsdl:part name="object_id_from" type="xsd:long"/><wsdl:part name="default_profile_name" type="xsd:string"/></wsdl:message><wsdl:message name="getAvailableTargetingsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type_ext"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteDefaultTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="listDefaultTargetProfilesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getDefaultTargetProfilesInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="applyDefaultTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="default_tp_id" type="xsd:long"/></wsdl:message><wsdl:message name="copyTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type"/><wsdl:part name="object_id_from" type="xsd:long"/><wsdl:part name="object_id_to" type="xsd:long"/></wsdl:message><wsdl:message name="overwriteDefaultTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type"/><wsdl:part name="object_id_from" type="xsd:long"/><wsdl:part name="default_tp_id_to" type="xsd:long"/><wsdl:part name="default_profile_name" type="xsd:string"/></wsdl:message><wsdl:message name="getTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile" type="types:target_profile"/></wsdl:message><wsdl:message name="flipCreativeDefaultInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="addApprovedCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="creative_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="addBannedCreativesInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_type" type="types:enum_target_profile_owner_type"/><wsdl:part name="owner_id" type="xsd:long"/><wsdl:part name="creative_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="addMUTPInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="owner_id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteMUTPInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByObjectInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="object_name" type="types:enum_target_object_name"/><wsdl:part name="object_id" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetSizesOutput"/><wsdl:message name="getTargetSizesOutput"><wsdl:part name="size_default" type="xsd:boolean"/><wsdl:part name="size_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetSectionsOutput"/><wsdl:message name="getTargetSectionsOutput"><wsdl:part name="section_default" type="xsd:boolean"/><wsdl:part name="section_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetLanguagesOutput"/><wsdl:message name="getTargetLanguagesOutput"><wsdl:part name="language_default" type="xsd:boolean"/><wsdl:part name="language_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetNetspeedsOutput"/><wsdl:message name="getTargetNetspeedsOutput"><wsdl:part name="netspeed_default" type="xsd:boolean"/><wsdl:part name="netspeed_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetInventoryTypesOutput"/><wsdl:message name="getTargetInventoryTypesOutput"><wsdl:part name="inventory_type_default" type="xsd:boolean"/><wsdl:part name="inventory_type_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetPublishersOutput"/><wsdl:message name="getTargetPublishersOutput"><wsdl:part name="publisher_default" type="xsd:boolean"/><wsdl:part name="publisher_entity_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetUrlsOutput"/><wsdl:message name="getTargetUrlsOutput"><wsdl:part name="url_default" type="xsd:boolean"/><wsdl:part name="urls" type="xsd:array_of_string"/></wsdl:message><wsdl:message name="setTargetBrowsersOutput"/><wsdl:message name="getTargetBrowsersOutput"><wsdl:part name="browser_default" type="xsd:boolean"/><wsdl:part name="browser_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetIspsOutput"/><wsdl:message name="getTargetIspsOutput"><wsdl:part name="isp_default" type="xsd:boolean"/><wsdl:part name="isp_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetChannelsOutput"/><wsdl:message name="getTargetChannelsOutput"><wsdl:part name="channel_default" type="xsd:boolean"/><wsdl:part name="include_channel_ids" type="xsd:array_of_int"/><wsdl:part name="exclude_channel_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetRatingOutput"/><wsdl:message name="getTargetRatingOutput"><wsdl:part name="rating" type="xsd:string"/></wsdl:message><wsdl:message name="setTargetGenderOutput"/><wsdl:message name="getTargetGenderOutput"><wsdl:part name="gender_target" type="types:gender_target"/></wsdl:message><wsdl:message name="setTargetFrequencyOutput"/><wsdl:message name="getTargetFrequencyOutput"><wsdl:part name="frequency" type="xsd:long"/><wsdl:part name="period" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetGeographyOutput"/><wsdl:message name="getTargetGeographyOutput"><wsdl:part name="use_regions" type="xsd:boolean"/><wsdl:part name="country_ids" type="xsd:array_of_int"/><wsdl:part name="region_ids" type="xsd:array_of_int"/><wsdl:part name="dma_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetDaypartsOutput"/><wsdl:message name="getTargetDaypartsOutput"><wsdl:part name="relative_time_region_id" type="xsd:long"/><wsdl:part name="dayparts" type="types:array_of_daypart"/></wsdl:message><wsdl:message name="setTargetPixelsOutput"/><wsdl:message name="getTargetPixelsOutput"><wsdl:part name="require_all" type="xsd:boolean"/><wsdl:part name="target_pixels" type="types:array_of_target_pixel"/><wsdl:part name="logical_expression" type="xsd:string"/></wsdl:message><wsdl:message name="setTargetQueryStringOutput"/><wsdl:message name="getTargetQueryStringOutput"><wsdl:part name="query_string_option" type="types:enum_query_string_option"/><wsdl:part name="query_strings" type="xsd:array_of_string"/><wsdl:part name="query_string_logical_expression" type="xsd:string"/></wsdl:message><wsdl:message name="setTargetVurlTagsOutput"/><wsdl:message name="getTargetVurlTagsOutput"><wsdl:part name="vurl_tag_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetValidatedUrlsOutput"/><wsdl:message name="getTargetValidatedUrlsOutput"><wsdl:part name="options" type="types:vurl_options"/><wsdl:part name="vurl_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetAdvertisersOutput"/><wsdl:message name="getTargetAdvertisersOutput"><wsdl:part name="advertiser_default" type="xsd:boolean"/><wsdl:part name="advertiser_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="searchVurlsOutput"><wsdl:part name="vurls" type="types:array_of_vurl"/></wsdl:message><wsdl:message name="getVurlCategoriesOutput"><wsdl:part name="categories" type="types:array_of_vurl_category"/></wsdl:message><wsdl:message name="setTargetDealPropertiesOutput"/><wsdl:message name="getTargetDealPropertiesOutput"><wsdl:part name="deal_properties" type="types:deal_properties"/></wsdl:message><wsdl:message name="setTargetAgesOutput"/><wsdl:message name="getTargetAgesOutput"><wsdl:part name="age_default" type="xsd:boolean"/><wsdl:part name="target_age" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetCreativeTagsOutput"/><wsdl:message name="getTargetCreativeTagsOutput"><wsdl:part name="creative_tags_id_list" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetCreativeSpecsOutput"/><wsdl:message name="getTargetCreativeSpecsOutput"><wsdl:part name="creative_specs" type="xsd:creative_specs"/></wsdl:message><wsdl:message name="setTargetCreativesOutput"/><wsdl:message name="getTargetCreativesOutput"><wsdl:part name="creative_default" type="xsd:boolean"/><wsdl:part name="creative_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetBuyerLineItemsOutput"><wsdl:part name="buyer_line_item_default" type="xsd:boolean"/><wsdl:part name="line_items" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetBuyerLineItemsOutput"/><wsdl:message name="getTargetSellerLineItemsOutput"><wsdl:part name="seller_line_item_default" type="xsd:boolean"/><wsdl:part name="line_items" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetSellerLineItemsOutput"/><wsdl:message name="setTargetOfferTypesOutput"/><wsdl:message name="getTargetOfferTypesOutput"><wsdl:part name="offer_type_default" type="xsd:boolean"/><wsdl:part name="offer_type_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetSizes2Output"/><wsdl:message name="getTargetSizes2Output"><wsdl:part name="size_default" type="xsd:boolean"/><wsdl:part name="size_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetSections2Output"/><wsdl:message name="getTargetSections2Output"><wsdl:part name="section_default" type="xsd:boolean"/><wsdl:part name="section_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetLanguages2Output"/><wsdl:message name="getTargetLanguages2Output"><wsdl:part name="language_default" type="xsd:boolean"/><wsdl:part name="language_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetNetspeeds2Output"/><wsdl:message name="getTargetNetspeeds2Output"><wsdl:part name="netspeed_default" type="xsd:boolean"/><wsdl:part name="netspeed_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetInventoryTypes2Output"/><wsdl:message name="getTargetInventoryTypes2Output"><wsdl:part name="inventory_type_default" type="xsd:boolean"/><wsdl:part name="inventory_type_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetPublishers2Output"/><wsdl:message name="getTargetPublishers2Output"><wsdl:part name="publisher_default" type="xsd:boolean"/><wsdl:part name="publisher_entity_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetUrls2Output"/><wsdl:message name="getTargetUrls2Output"><wsdl:part name="url_default" type="xsd:boolean"/><wsdl:part name="urls" type="xsd:array_of_string"/></wsdl:message><wsdl:message name="setTargetBrowsers2Output"/><wsdl:message name="getTargetBrowsers2Output"><wsdl:part name="browser_default" type="xsd:boolean"/><wsdl:part name="browser_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetIsps2Output"/><wsdl:message name="getTargetIsps2Output"><wsdl:part name="isp_default" type="xsd:boolean"/><wsdl:part name="isp_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetChannels2Output"/><wsdl:message name="getTargetChannels2Output"><wsdl:part name="channel_default" type="xsd:boolean"/><wsdl:part name="include_channel_ids" type="xsd:array_of_int"/><wsdl:part name="exclude_channel_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetRating2Output"/><wsdl:message name="getTargetRating2Output"><wsdl:part name="rating" type="xsd:string"/></wsdl:message><wsdl:message name="setTargetGender2Output"/><wsdl:message name="getTargetGender2Output"><wsdl:part name="gender_target" type="types:gender_target"/></wsdl:message><wsdl:message name="setTargetFrequency2Output"/><wsdl:message name="getTargetFrequency2Output"><wsdl:part name="frequency" type="xsd:long"/><wsdl:part name="period" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetGeography2Output"/><wsdl:message name="getTargetGeography2Output"><wsdl:part name="use_regions" type="xsd:boolean"/><wsdl:part name="country_ids" type="xsd:array_of_int"/><wsdl:part name="region_ids" type="xsd:array_of_int"/><wsdl:part name="dma_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetDayparts2Output"/><wsdl:message name="getTargetDayparts2Output"><wsdl:part name="relative_time_region_id" type="xsd:long"/><wsdl:part name="dayparts" type="types:array_of_daypart"/></wsdl:message><wsdl:message name="setTargetPixels2Output"/><wsdl:message name="getTargetPixels2Output"><wsdl:part name="require_all" type="xsd:boolean"/><wsdl:part name="target_pixels" type="types:array_of_target_pixel"/><wsdl:part name="logical_expression" type="xsd:string"/></wsdl:message><wsdl:message name="setTargetQueryString2Output"/><wsdl:message name="getTargetQueryString2Output"><wsdl:part name="query_string_option" type="types:enum_query_string_option"/><wsdl:part name="query_strings" type="xsd:array_of_string"/><wsdl:part name="query_string_logical_expression" type="xsd:string"/></wsdl:message><wsdl:message name="setTargetVurlTags2Output"/><wsdl:message name="getTargetVurlTags2Output"><wsdl:part name="vurl_tag_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetValidatedUrls2Output"/><wsdl:message name="getTargetValidatedUrls2Output"><wsdl:part name="options" type="types:vurl_options"/><wsdl:part name="vurl_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetAdvertisers2Output"/><wsdl:message name="getTargetAdvertisers2Output"><wsdl:part name="advertiser_default" type="xsd:boolean"/><wsdl:part name="advertiser_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetDealProperties2Output"/><wsdl:message name="getTargetDealProperties2Output"><wsdl:part name="deal_properties" type="types:deal_properties"/></wsdl:message><wsdl:message name="setTargetAges2Output"/><wsdl:message name="getTargetAges2Output"><wsdl:part name="age_default" type="xsd:boolean"/><wsdl:part name="target_age" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetCreativeTags2Output"/><wsdl:message name="getTargetCreativeTags2Output"><wsdl:part name="creative_tags_id_list" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetCreativeSpecs2Output"/><wsdl:message name="getTargetCreativeSpecs2Output"><wsdl:part name="creative_specs" type="xsd:creative_specs"/></wsdl:message><wsdl:message name="setTargetCreatives2Output"/><wsdl:message name="getTargetCreatives2Output"><wsdl:part name="creative_default" type="xsd:boolean"/><wsdl:part name="creative_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getTargetBuyerLineItems2Output"><wsdl:part name="buyer_line_item_default" type="xsd:boolean"/><wsdl:part name="line_items" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetBuyerLineItems2Output"/><wsdl:message name="getTargetSellerLineItems2Output"><wsdl:part name="seller_line_item_default" type="xsd:boolean"/><wsdl:part name="line_items" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetSellerLineItems2Output"/><wsdl:message name="setTargetBuyers2Output"/><wsdl:message name="getTargetBuyers2Output"><wsdl:part name="buyer_entity_default" type="xsd:boolean"/><wsdl:part name="buyer_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="setTargetOfferTypes2Output"/><wsdl:message name="getTargetOfferTypes2Output"><wsdl:part name="offer_type_default" type="xsd:boolean"/><wsdl:part name="offer_type_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="resetTargetingOutput"/><wsdl:message name="createDefaultTargetProfileOutput"><wsdl:part name="default_target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="getAvailableTargetingsOutput"><wsdl:part name="available_targetings" type="xsd:array_of_string"/></wsdl:message><wsdl:message name="deleteDefaultTargetProfileOutput"/><wsdl:message name="listDefaultTargetProfilesOutput"><wsdl:part name="tp_ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getDefaultTargetProfilesOutput"><wsdl:part name="default_target_profiles" type="types:array_of_default_target_profile"/></wsdl:message><wsdl:message name="applyDefaultTargetProfileOutput"><wsdl:part name="id_target_profile" type="xsd:long"/></wsdl:message><wsdl:message name="copyTargetProfileOutput"><wsdl:part name="id_target_profile" type="xsd:long"/></wsdl:message><wsdl:message name="overwriteDefaultTargetProfileOutput"/><wsdl:message name="getTargetProfileOutput"><wsdl:part name="target_profile" type="types:target_profile"/></wsdl:message><wsdl:message name="updateTargetProfileOutput"/><wsdl:message name="flipCreativeDefaultOutput"/><wsdl:message name="addApprovedCreativesOutput"/><wsdl:message name="addBannedCreativesOutput"/><wsdl:message name="addMUTPOutput"><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="deleteMUTPOutput"/><wsdl:message name="getOutput"><wsdl:part name="target_profile" type="types:target_profile_full"/><wsdl:part name="targetings" type="types:targetings"/></wsdl:message><wsdl:message name="getByObjectOutput"><wsdl:part name="target_profile_full" type="types:target_profile_full"/><wsdl:part name="targetings" type="types:targetings"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="xsd:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="target_profiles" type="types:array_of_target_profile_full"/><wsdl:part name="total" type="xsd:long"/></wsdl:message><wsdl:message name="setTargetSizesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetSizesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetSectionsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetSectionsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetLanguagesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetLanguagesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetNetspeedsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetNetspeedsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetInventoryTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetInventoryTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetPublishersFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetPublishersFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetUrlsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetUrlsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetBrowsersFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetBrowsersFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetIspsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetIspsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetChannelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetChannelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetRatingFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetRatingFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetGenderFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetGenderFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetFrequencyFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetFrequencyFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetGeographyFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetGeographyFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetDaypartsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetDaypartsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetPixelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetPixelsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetQueryStringFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetQueryStringFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetVurlTagsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetVurlTagsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetValidatedUrlsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetValidatedUrlsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetAdvertisersFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetAdvertisersFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="searchVurlsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getVurlCategoriesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetDealPropertiesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetDealPropertiesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetAgesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetAgesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreativeTagsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreativeTagsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreativeSpecsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreativeSpecsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreativesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreativesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetBuyerLineItemsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetBuyerLineItemsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetSellerLineItemsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetSellerLineItemsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetOfferTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetOfferTypesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetSizes2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetSizes2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetSections2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetSections2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetLanguages2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetLanguages2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetNetspeeds2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetNetspeeds2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetInventoryTypes2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetInventoryTypes2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetPublishers2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetPublishers2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetUrls2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetUrls2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetBrowsers2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetBrowsers2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetIsps2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetIsps2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetChannels2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetChannels2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetRating2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetRating2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetGender2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetGender2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetFrequency2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetFrequency2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetGeography2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetGeography2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetDayparts2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetDayparts2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetPixels2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetPixels2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetQueryString2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetQueryString2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetVurlTags2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetVurlTags2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetValidatedUrls2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetValidatedUrls2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetAdvertisers2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetAdvertisers2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetDealProperties2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetDealProperties2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetAges2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetAges2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreativeTags2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreativeTags2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreativeSpecs2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreativeSpecs2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreatives2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreatives2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetBuyerLineItems2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetBuyerLineItems2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetSellerLineItems2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetSellerLineItems2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetBuyers2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetBuyers2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="setTargetOfferTypes2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetOfferTypes2Fault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="resetTargetingFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="createDefaultTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAvailableTargetingsFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteDefaultTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listDefaultTargetProfilesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getDefaultTargetProfilesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="applyDefaultTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="copyTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="overwriteDefaultTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="updateTargetProfileFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="flipCreativeDefaultFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addApprovedCreativesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addBannedCreativesFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="addMUTPFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="deleteMUTPFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getByObjectFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="listAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:message name="getAllSinceFault"><wsdl:part name="detail" type="xsd:exception_detail"/></wsdl:message><wsdl:portType name="TargetProfileServicePortType"><wsdl:operation name="setTargetSizes"><wsdl:input name="setTargetSizesInput" message="api:setTargetSizesInput"/><wsdl:output name="setTargetSizesOutput" message="api:setTargetSizesOutput"/><wsdl:fault name="setTargetSizesFault" message="api:setTargetSizesFault"/></wsdl:operation><wsdl:operation name="getTargetSizes"><wsdl:input name="getTargetSizesInput" message="api:getTargetSizesInput"/><wsdl:output name="getTargetSizesOutput" message="api:getTargetSizesOutput"/><wsdl:fault name="getTargetSizesFault" message="api:getTargetSizesFault"/></wsdl:operation><wsdl:operation name="setTargetSections"><wsdl:input name="setTargetSectionsInput" message="api:setTargetSectionsInput"/><wsdl:output name="setTargetSectionsOutput" message="api:setTargetSectionsOutput"/><wsdl:fault name="setTargetSectionsFault" message="api:setTargetSectionsFault"/></wsdl:operation><wsdl:operation name="getTargetSections"><wsdl:input name="getTargetSectionsInput" message="api:getTargetSectionsInput"/><wsdl:output name="getTargetSectionsOutput" message="api:getTargetSectionsOutput"/><wsdl:fault name="getTargetSectionsFault" message="api:getTargetSectionsFault"/></wsdl:operation><wsdl:operation name="setTargetLanguages"><wsdl:input name="setTargetLanguagesInput" message="api:setTargetLanguagesInput"/><wsdl:output name="setTargetLanguagesOutput" message="api:setTargetLanguagesOutput"/><wsdl:fault name="setTargetLanguagesFault" message="api:setTargetLanguagesFault"/></wsdl:operation><wsdl:operation name="getTargetLanguages"><wsdl:input name="getTargetLanguagesInput" message="api:getTargetLanguagesInput"/><wsdl:output name="getTargetLanguagesOutput" message="api:getTargetLanguagesOutput"/><wsdl:fault name="getTargetLanguagesFault" message="api:getTargetLanguagesFault"/></wsdl:operation><wsdl:operation name="setTargetNetspeeds"><wsdl:input name="setTargetNetspeedsInput" message="api:setTargetNetspeedsInput"/><wsdl:output name="setTargetNetspeedsOutput" message="api:setTargetNetspeedsOutput"/><wsdl:fault name="setTargetNetspeedsFault" message="api:setTargetNetspeedsFault"/></wsdl:operation><wsdl:operation name="getTargetNetspeeds"><wsdl:input name="getTargetNetspeedsInput" message="api:getTargetNetspeedsInput"/><wsdl:output name="getTargetNetspeedsOutput" message="api:getTargetNetspeedsOutput"/><wsdl:fault name="getTargetNetspeedsFault" message="api:getTargetNetspeedsFault"/></wsdl:operation><wsdl:operation name="setTargetInventoryTypes"><wsdl:input name="setTargetInventoryTypesInput" message="api:setTargetInventoryTypesInput"/><wsdl:output name="setTargetInventoryTypesOutput" message="api:setTargetInventoryTypesOutput"/><wsdl:fault name="setTargetInventoryTypesFault" message="api:setTargetInventoryTypesFault"/></wsdl:operation><wsdl:operation name="getTargetInventoryTypes"><wsdl:input name="getTargetInventoryTypesInput" message="api:getTargetInventoryTypesInput"/><wsdl:output name="getTargetInventoryTypesOutput" message="api:getTargetInventoryTypesOutput"/><wsdl:fault name="getTargetInventoryTypesFault" message="api:getTargetInventoryTypesFault"/></wsdl:operation><wsdl:operation name="setTargetPublishers"><wsdl:input name="setTargetPublishersInput" message="api:setTargetPublishersInput"/><wsdl:output name="setTargetPublishersOutput" message="api:setTargetPublishersOutput"/><wsdl:fault name="setTargetPublishersFault" message="api:setTargetPublishersFault"/></wsdl:operation><wsdl:operation name="getTargetPublishers"><wsdl:input name="getTargetPublishersInput" message="api:getTargetPublishersInput"/><wsdl:output name="getTargetPublishersOutput" message="api:getTargetPublishersOutput"/><wsdl:fault name="getTargetPublishersFault" message="api:getTargetPublishersFault"/></wsdl:operation><wsdl:operation name="setTargetUrls"><wsdl:input name="setTargetUrlsInput" message="api:setTargetUrlsInput"/><wsdl:output name="setTargetUrlsOutput" message="api:setTargetUrlsOutput"/><wsdl:fault name="setTargetUrlsFault" message="api:setTargetUrlsFault"/></wsdl:operation><wsdl:operation name="getTargetUrls"><wsdl:input name="getTargetUrlsInput" message="api:getTargetUrlsInput"/><wsdl:output name="getTargetUrlsOutput" message="api:getTargetUrlsOutput"/><wsdl:fault name="getTargetUrlsFault" message="api:getTargetUrlsFault"/></wsdl:operation><wsdl:operation name="setTargetBrowsers"><wsdl:input name="setTargetBrowsersInput" message="api:setTargetBrowsersInput"/><wsdl:output name="setTargetBrowsersOutput" message="api:setTargetBrowsersOutput"/><wsdl:fault name="setTargetBrowsersFault" message="api:setTargetBrowsersFault"/></wsdl:operation><wsdl:operation name="getTargetBrowsers"><wsdl:input name="getTargetBrowsersInput" message="api:getTargetBrowsersInput"/><wsdl:output name="getTargetBrowsersOutput" message="api:getTargetBrowsersOutput"/><wsdl:fault name="getTargetBrowsersFault" message="api:getTargetBrowsersFault"/></wsdl:operation><wsdl:operation name="setTargetIsps"><wsdl:input name="setTargetIspsInput" message="api:setTargetIspsInput"/><wsdl:output name="setTargetIspsOutput" message="api:setTargetIspsOutput"/><wsdl:fault name="setTargetIspsFault" message="api:setTargetIspsFault"/></wsdl:operation><wsdl:operation name="getTargetIsps"><wsdl:input name="getTargetIspsInput" message="api:getTargetIspsInput"/><wsdl:output name="getTargetIspsOutput" message="api:getTargetIspsOutput"/><wsdl:fault name="getTargetIspsFault" message="api:getTargetIspsFault"/></wsdl:operation><wsdl:operation name="setTargetChannels"><wsdl:input name="setTargetChannelsInput" message="api:setTargetChannelsInput"/><wsdl:output name="setTargetChannelsOutput" message="api:setTargetChannelsOutput"/><wsdl:fault name="setTargetChannelsFault" message="api:setTargetChannelsFault"/></wsdl:operation><wsdl:operation name="getTargetChannels"><wsdl:input name="getTargetChannelsInput" message="api:getTargetChannelsInput"/><wsdl:output name="getTargetChannelsOutput" message="api:getTargetChannelsOutput"/><wsdl:fault name="getTargetChannelsFault" message="api:getTargetChannelsFault"/></wsdl:operation><wsdl:operation name="setTargetRating"><wsdl:input name="setTargetRatingInput" message="api:setTargetRatingInput"/><wsdl:output name="setTargetRatingOutput" message="api:setTargetRatingOutput"/><wsdl:fault name="setTargetRatingFault" message="api:setTargetRatingFault"/></wsdl:operation><wsdl:operation name="getTargetRating"><wsdl:input name="getTargetRatingInput" message="api:getTargetRatingInput"/><wsdl:output name="getTargetRatingOutput" message="api:getTargetRatingOutput"/><wsdl:fault name="getTargetRatingFault" message="api:getTargetRatingFault"/></wsdl:operation><wsdl:operation name="setTargetGender"><wsdl:input name="setTargetGenderInput" message="api:setTargetGenderInput"/><wsdl:output name="setTargetGenderOutput" message="api:setTargetGenderOutput"/><wsdl:fault name="setTargetGenderFault" message="api:setTargetGenderFault"/></wsdl:operation><wsdl:operation name="getTargetGender"><wsdl:input name="getTargetGenderInput" message="api:getTargetGenderInput"/><wsdl:output name="getTargetGenderOutput" message="api:getTargetGenderOutput"/><wsdl:fault name="getTargetGenderFault" message="api:getTargetGenderFault"/></wsdl:operation><wsdl:operation name="setTargetFrequency"><wsdl:input name="setTargetFrequencyInput" message="api:setTargetFrequencyInput"/><wsdl:output name="setTargetFrequencyOutput" message="api:setTargetFrequencyOutput"/><wsdl:fault name="setTargetFrequencyFault" message="api:setTargetFrequencyFault"/></wsdl:operation><wsdl:operation name="getTargetFrequency"><wsdl:input name="getTargetFrequencyInput" message="api:getTargetFrequencyInput"/><wsdl:output name="getTargetFrequencyOutput" message="api:getTargetFrequencyOutput"/><wsdl:fault name="getTargetFrequencyFault" message="api:getTargetFrequencyFault"/></wsdl:operation><wsdl:operation name="setTargetGeography"><wsdl:input name="setTargetGeographyInput" message="api:setTargetGeographyInput"/><wsdl:output name="setTargetGeographyOutput" message="api:setTargetGeographyOutput"/><wsdl:fault name="setTargetGeographyFault" message="api:setTargetGeographyFault"/></wsdl:operation><wsdl:operation name="getTargetGeography"><wsdl:input name="getTargetGeographyInput" message="api:getTargetGeographyInput"/><wsdl:output name="getTargetGeographyOutput" message="api:getTargetGeographyOutput"/><wsdl:fault name="getTargetGeographyFault" message="api:getTargetGeographyFault"/></wsdl:operation><wsdl:operation name="setTargetDayparts"><wsdl:input name="setTargetDaypartsInput" message="api:setTargetDaypartsInput"/><wsdl:output name="setTargetDaypartsOutput" message="api:setTargetDaypartsOutput"/><wsdl:fault name="setTargetDaypartsFault" message="api:setTargetDaypartsFault"/></wsdl:operation><wsdl:operation name="getTargetDayparts"><wsdl:input name="getTargetDaypartsInput" message="api:getTargetDaypartsInput"/><wsdl:output name="getTargetDaypartsOutput" message="api:getTargetDaypartsOutput"/><wsdl:fault name="getTargetDaypartsFault" message="api:getTargetDaypartsFault"/></wsdl:operation><wsdl:operation name="setTargetPixels"><wsdl:input name="setTargetPixelsInput" message="api:setTargetPixelsInput"/><wsdl:output name="setTargetPixelsOutput" message="api:setTargetPixelsOutput"/><wsdl:fault name="setTargetPixelsFault" message="api:setTargetPixelsFault"/></wsdl:operation><wsdl:operation name="getTargetPixels"><wsdl:input name="getTargetPixelsInput" message="api:getTargetPixelsInput"/><wsdl:output name="getTargetPixelsOutput" message="api:getTargetPixelsOutput"/><wsdl:fault name="getTargetPixelsFault" message="api:getTargetPixelsFault"/></wsdl:operation><wsdl:operation name="setTargetQueryString"><wsdl:input name="setTargetQueryStringInput" message="api:setTargetQueryStringInput"/><wsdl:output name="setTargetQueryStringOutput" message="api:setTargetQueryStringOutput"/><wsdl:fault name="setTargetQueryStringFault" message="api:setTargetQueryStringFault"/></wsdl:operation><wsdl:operation name="getTargetQueryString"><wsdl:input name="getTargetQueryStringInput" message="api:getTargetQueryStringInput"/><wsdl:output name="getTargetQueryStringOutput" message="api:getTargetQueryStringOutput"/><wsdl:fault name="getTargetQueryStringFault" message="api:getTargetQueryStringFault"/></wsdl:operation><wsdl:operation name="setTargetVurlTags"><wsdl:input name="setTargetVurlTagsInput" message="api:setTargetVurlTagsInput"/><wsdl:output name="setTargetVurlTagsOutput" message="api:setTargetVurlTagsOutput"/><wsdl:fault name="setTargetVurlTagsFault" message="api:setTargetVurlTagsFault"/></wsdl:operation><wsdl:operation name="getTargetVurlTags"><wsdl:input name="getTargetVurlTagsInput" message="api:getTargetVurlTagsInput"/><wsdl:output name="getTargetVurlTagsOutput" message="api:getTargetVurlTagsOutput"/><wsdl:fault name="getTargetVurlTagsFault" message="api:getTargetVurlTagsFault"/></wsdl:operation><wsdl:operation name="setTargetValidatedUrls"><wsdl:input name="setTargetValidatedUrlsInput" message="api:setTargetValidatedUrlsInput"/><wsdl:output name="setTargetValidatedUrlsOutput" message="api:setTargetValidatedUrlsOutput"/><wsdl:fault name="setTargetValidatedUrlsFault" message="api:setTargetValidatedUrlsFault"/></wsdl:operation><wsdl:operation name="getTargetValidatedUrls"><wsdl:input name="getTargetValidatedUrlsInput" message="api:getTargetValidatedUrlsInput"/><wsdl:output name="getTargetValidatedUrlsOutput" message="api:getTargetValidatedUrlsOutput"/><wsdl:fault name="getTargetValidatedUrlsFault" message="api:getTargetValidatedUrlsFault"/></wsdl:operation><wsdl:operation name="setTargetAdvertisers"><wsdl:input name="setTargetAdvertisersInput" message="api:setTargetAdvertisersInput"/><wsdl:output name="setTargetAdvertisersOutput" message="api:setTargetAdvertisersOutput"/><wsdl:fault name="setTargetAdvertisersFault" message="api:setTargetAdvertisersFault"/></wsdl:operation><wsdl:operation name="getTargetAdvertisers"><wsdl:input name="getTargetAdvertisersInput" message="api:getTargetAdvertisersInput"/><wsdl:output name="getTargetAdvertisersOutput" message="api:getTargetAdvertisersOutput"/><wsdl:fault name="getTargetAdvertisersFault" message="api:getTargetAdvertisersFault"/></wsdl:operation><wsdl:operation name="searchVurls"><wsdl:input name="searchVurlsInput" message="api:searchVurlsInput"/><wsdl:output name="searchVurlsOutput" message="api:searchVurlsOutput"/><wsdl:fault name="searchVurlsFault" message="api:searchVurlsFault"/></wsdl:operation><wsdl:operation name="getVurlCategories"><wsdl:input name="getVurlCategoriesInput" message="api:getVurlCategoriesInput"/><wsdl:output name="getVurlCategoriesOutput" message="api:getVurlCategoriesOutput"/><wsdl:fault name="getVurlCategoriesFault" message="api:getVurlCategoriesFault"/></wsdl:operation><wsdl:operation name="setTargetDealProperties"><wsdl:input name="setTargetDealPropertiesInput" message="api:setTargetDealPropertiesInput"/><wsdl:output name="setTargetDealPropertiesOutput" message="api:setTargetDealPropertiesOutput"/><wsdl:fault name="setTargetDealPropertiesFault" message="api:setTargetDealPropertiesFault"/></wsdl:operation><wsdl:operation name="getTargetDealProperties"><wsdl:input name="getTargetDealPropertiesInput" message="api:getTargetDealPropertiesInput"/><wsdl:output name="getTargetDealPropertiesOutput" message="api:getTargetDealPropertiesOutput"/><wsdl:fault name="getTargetDealPropertiesFault" message="api:getTargetDealPropertiesFault"/></wsdl:operation><wsdl:operation name="setTargetAges"><wsdl:input name="setTargetAgesInput" message="api:setTargetAgesInput"/><wsdl:output name="setTargetAgesOutput" message="api:setTargetAgesOutput"/><wsdl:fault name="setTargetAgesFault" message="api:setTargetAgesFault"/></wsdl:operation><wsdl:operation name="getTargetAges"><wsdl:input name="getTargetAgesInput" message="api:getTargetAgesInput"/><wsdl:output name="getTargetAgesOutput" message="api:getTargetAgesOutput"/><wsdl:fault name="getTargetAgesFault" message="api:getTargetAgesFault"/></wsdl:operation><wsdl:operation name="setTargetCreativeTags"><wsdl:input name="setTargetCreativeTagsInput" message="api:setTargetCreativeTagsInput"/><wsdl:output name="setTargetCreativeTagsOutput" message="api:setTargetCreativeTagsOutput"/><wsdl:fault name="setTargetCreativeTagsFault" message="api:setTargetCreativeTagsFault"/></wsdl:operation><wsdl:operation name="getTargetCreativeTags"><wsdl:input name="getTargetCreativeTagsInput" message="api:getTargetCreativeTagsInput"/><wsdl:output name="getTargetCreativeTagsOutput" message="api:getTargetCreativeTagsOutput"/><wsdl:fault name="getTargetCreativeTagsFault" message="api:getTargetCreativeTagsFault"/></wsdl:operation><wsdl:operation name="setTargetCreativeSpecs"><wsdl:input name="setTargetCreativeSpecsInput" message="api:setTargetCreativeSpecsInput"/><wsdl:output name="setTargetCreativeSpecsOutput" message="api:setTargetCreativeSpecsOutput"/><wsdl:fault name="setTargetCreativeSpecsFault" message="api:setTargetCreativeSpecsFault"/></wsdl:operation><wsdl:operation name="getTargetCreativeSpecs"><wsdl:input name="getTargetCreativeSpecsInput" message="api:getTargetCreativeSpecsInput"/><wsdl:output name="getTargetCreativeSpecsOutput" message="api:getTargetCreativeSpecsOutput"/><wsdl:fault name="getTargetCreativeSpecsFault" message="api:getTargetCreativeSpecsFault"/></wsdl:operation><wsdl:operation name="setTargetCreatives"><wsdl:input name="setTargetCreativesInput" message="api:setTargetCreativesInput"/><wsdl:output name="setTargetCreativesOutput" message="api:setTargetCreativesOutput"/><wsdl:fault name="setTargetCreativesFault" message="api:setTargetCreativesFault"/></wsdl:operation><wsdl:operation name="getTargetCreatives"><wsdl:input name="getTargetCreativesInput" message="api:getTargetCreativesInput"/><wsdl:output name="getTargetCreativesOutput" message="api:getTargetCreativesOutput"/><wsdl:fault name="getTargetCreativesFault" message="api:getTargetCreativesFault"/></wsdl:operation><wsdl:operation name="getTargetBuyerLineItems"><wsdl:input name="getTargetBuyerLineItemsInput" message="api:getTargetBuyerLineItemsInput"/><wsdl:output name="getTargetBuyerLineItemsOutput" message="api:getTargetBuyerLineItemsOutput"/><wsdl:fault name="getTargetBuyerLineItemsFault" message="api:getTargetBuyerLineItemsFault"/></wsdl:operation><wsdl:operation name="setTargetBuyerLineItems"><wsdl:input name="setTargetBuyerLineItemsInput" message="api:setTargetBuyerLineItemsInput"/><wsdl:output name="setTargetBuyerLineItemsOutput" message="api:setTargetBuyerLineItemsOutput"/><wsdl:fault name="setTargetBuyerLineItemsFault" message="api:setTargetBuyerLineItemsFault"/></wsdl:operation><wsdl:operation name="getTargetSellerLineItems"><wsdl:input name="getTargetSellerLineItemsInput" message="api:getTargetSellerLineItemsInput"/><wsdl:output name="getTargetSellerLineItemsOutput" message="api:getTargetSellerLineItemsOutput"/><wsdl:fault name="getTargetSellerLineItemsFault" message="api:getTargetSellerLineItemsFault"/></wsdl:operation><wsdl:operation name="setTargetSellerLineItems"><wsdl:input name="setTargetSellerLineItemsInput" message="api:setTargetSellerLineItemsInput"/><wsdl:output name="setTargetSellerLineItemsOutput" message="api:setTargetSellerLineItemsOutput"/><wsdl:fault name="setTargetSellerLineItemsFault" message="api:setTargetSellerLineItemsFault"/></wsdl:operation><wsdl:operation name="setTargetOfferTypes"><wsdl:input name="setTargetOfferTypesInput" message="api:setTargetOfferTypesInput"/><wsdl:output name="setTargetOfferTypesOutput" message="api:setTargetOfferTypesOutput"/><wsdl:fault name="setTargetOfferTypesFault" message="api:setTargetOfferTypesFault"/></wsdl:operation><wsdl:operation name="getTargetOfferTypes"><wsdl:input name="getTargetOfferTypesInput" message="api:getTargetOfferTypesInput"/><wsdl:output name="getTargetOfferTypesOutput" message="api:getTargetOfferTypesOutput"/><wsdl:fault name="getTargetOfferTypesFault" message="api:getTargetOfferTypesFault"/></wsdl:operation><wsdl:operation name="setTargetSizes2"><wsdl:input name="setTargetSizes2Input" message="api:setTargetSizes2Input"/><wsdl:output name="setTargetSizes2Output" message="api:setTargetSizes2Output"/><wsdl:fault name="setTargetSizes2Fault" message="api:setTargetSizes2Fault"/></wsdl:operation><wsdl:operation name="getTargetSizes2"><wsdl:input name="getTargetSizes2Input" message="api:getTargetSizes2Input"/><wsdl:output name="getTargetSizes2Output" message="api:getTargetSizes2Output"/><wsdl:fault name="getTargetSizes2Fault" message="api:getTargetSizes2Fault"/></wsdl:operation><wsdl:operation name="setTargetSections2"><wsdl:input name="setTargetSections2Input" message="api:setTargetSections2Input"/><wsdl:output name="setTargetSections2Output" message="api:setTargetSections2Output"/><wsdl:fault name="setTargetSections2Fault" message="api:setTargetSections2Fault"/></wsdl:operation><wsdl:operation name="getTargetSections2"><wsdl:input name="getTargetSections2Input" message="api:getTargetSections2Input"/><wsdl:output name="getTargetSections2Output" message="api:getTargetSections2Output"/><wsdl:fault name="getTargetSections2Fault" message="api:getTargetSections2Fault"/></wsdl:operation><wsdl:operation name="setTargetLanguages2"><wsdl:input name="setTargetLanguages2Input" message="api:setTargetLanguages2Input"/><wsdl:output name="setTargetLanguages2Output" message="api:setTargetLanguages2Output"/><wsdl:fault name="setTargetLanguages2Fault" message="api:setTargetLanguages2Fault"/></wsdl:operation><wsdl:operation name="getTargetLanguages2"><wsdl:input name="getTargetLanguages2Input" message="api:getTargetLanguages2Input"/><wsdl:output name="getTargetLanguages2Output" message="api:getTargetLanguages2Output"/><wsdl:fault name="getTargetLanguages2Fault" message="api:getTargetLanguages2Fault"/></wsdl:operation><wsdl:operation name="setTargetNetspeeds2"><wsdl:input name="setTargetNetspeeds2Input" message="api:setTargetNetspeeds2Input"/><wsdl:output name="setTargetNetspeeds2Output" message="api:setTargetNetspeeds2Output"/><wsdl:fault name="setTargetNetspeeds2Fault" message="api:setTargetNetspeeds2Fault"/></wsdl:operation><wsdl:operation name="getTargetNetspeeds2"><wsdl:input name="getTargetNetspeeds2Input" message="api:getTargetNetspeeds2Input"/><wsdl:output name="getTargetNetspeeds2Output" message="api:getTargetNetspeeds2Output"/><wsdl:fault name="getTargetNetspeeds2Fault" message="api:getTargetNetspeeds2Fault"/></wsdl:operation><wsdl:operation name="setTargetInventoryTypes2"><wsdl:input name="setTargetInventoryTypes2Input" message="api:setTargetInventoryTypes2Input"/><wsdl:output name="setTargetInventoryTypes2Output" message="api:setTargetInventoryTypes2Output"/><wsdl:fault name="setTargetInventoryTypes2Fault" message="api:setTargetInventoryTypes2Fault"/></wsdl:operation><wsdl:operation name="getTargetInventoryTypes2"><wsdl:input name="getTargetInventoryTypes2Input" message="api:getTargetInventoryTypes2Input"/><wsdl:output name="getTargetInventoryTypes2Output" message="api:getTargetInventoryTypes2Output"/><wsdl:fault name="getTargetInventoryTypes2Fault" message="api:getTargetInventoryTypes2Fault"/></wsdl:operation><wsdl:operation name="setTargetPublishers2"><wsdl:input name="setTargetPublishers2Input" message="api:setTargetPublishers2Input"/><wsdl:output name="setTargetPublishers2Output" message="api:setTargetPublishers2Output"/><wsdl:fault name="setTargetPublishers2Fault" message="api:setTargetPublishers2Fault"/></wsdl:operation><wsdl:operation name="getTargetPublishers2"><wsdl:input name="getTargetPublishers2Input" message="api:getTargetPublishers2Input"/><wsdl:output name="getTargetPublishers2Output" message="api:getTargetPublishers2Output"/><wsdl:fault name="getTargetPublishers2Fault" message="api:getTargetPublishers2Fault"/></wsdl:operation><wsdl:operation name="setTargetUrls2"><wsdl:input name="setTargetUrls2Input" message="api:setTargetUrls2Input"/><wsdl:output name="setTargetUrls2Output" message="api:setTargetUrls2Output"/><wsdl:fault name="setTargetUrls2Fault" message="api:setTargetUrls2Fault"/></wsdl:operation><wsdl:operation name="getTargetUrls2"><wsdl:input name="getTargetUrls2Input" message="api:getTargetUrls2Input"/><wsdl:output name="getTargetUrls2Output" message="api:getTargetUrls2Output"/><wsdl:fault name="getTargetUrls2Fault" message="api:getTargetUrls2Fault"/></wsdl:operation><wsdl:operation name="setTargetBrowsers2"><wsdl:input name="setTargetBrowsers2Input" message="api:setTargetBrowsers2Input"/><wsdl:output name="setTargetBrowsers2Output" message="api:setTargetBrowsers2Output"/><wsdl:fault name="setTargetBrowsers2Fault" message="api:setTargetBrowsers2Fault"/></wsdl:operation><wsdl:operation name="getTargetBrowsers2"><wsdl:input name="getTargetBrowsers2Input" message="api:getTargetBrowsers2Input"/><wsdl:output name="getTargetBrowsers2Output" message="api:getTargetBrowsers2Output"/><wsdl:fault name="getTargetBrowsers2Fault" message="api:getTargetBrowsers2Fault"/></wsdl:operation><wsdl:operation name="setTargetIsps2"><wsdl:input name="setTargetIsps2Input" message="api:setTargetIsps2Input"/><wsdl:output name="setTargetIsps2Output" message="api:setTargetIsps2Output"/><wsdl:fault name="setTargetIsps2Fault" message="api:setTargetIsps2Fault"/></wsdl:operation><wsdl:operation name="getTargetIsps2"><wsdl:input name="getTargetIsps2Input" message="api:getTargetIsps2Input"/><wsdl:output name="getTargetIsps2Output" message="api:getTargetIsps2Output"/><wsdl:fault name="getTargetIsps2Fault" message="api:getTargetIsps2Fault"/></wsdl:operation><wsdl:operation name="setTargetChannels2"><wsdl:input name="setTargetChannels2Input" message="api:setTargetChannels2Input"/><wsdl:output name="setTargetChannels2Output" message="api:setTargetChannels2Output"/><wsdl:fault name="setTargetChannels2Fault" message="api:setTargetChannels2Fault"/></wsdl:operation><wsdl:operation name="getTargetChannels2"><wsdl:input name="getTargetChannels2Input" message="api:getTargetChannels2Input"/><wsdl:output name="getTargetChannels2Output" message="api:getTargetChannels2Output"/><wsdl:fault name="getTargetChannels2Fault" message="api:getTargetChannels2Fault"/></wsdl:operation><wsdl:operation name="setTargetRating2"><wsdl:input name="setTargetRating2Input" message="api:setTargetRating2Input"/><wsdl:output name="setTargetRating2Output" message="api:setTargetRating2Output"/><wsdl:fault name="setTargetRating2Fault" message="api:setTargetRating2Fault"/></wsdl:operation><wsdl:operation name="getTargetRating2"><wsdl:input name="getTargetRating2Input" message="api:getTargetRating2Input"/><wsdl:output name="getTargetRating2Output" message="api:getTargetRating2Output"/><wsdl:fault name="getTargetRating2Fault" message="api:getTargetRating2Fault"/></wsdl:operation><wsdl:operation name="setTargetGender2"><wsdl:input name="setTargetGender2Input" message="api:setTargetGender2Input"/><wsdl:output name="setTargetGender2Output" message="api:setTargetGender2Output"/><wsdl:fault name="setTargetGender2Fault" message="api:setTargetGender2Fault"/></wsdl:operation><wsdl:operation name="getTargetGender2"><wsdl:input name="getTargetGender2Input" message="api:getTargetGender2Input"/><wsdl:output name="getTargetGender2Output" message="api:getTargetGender2Output"/><wsdl:fault name="getTargetGender2Fault" message="api:getTargetGender2Fault"/></wsdl:operation><wsdl:operation name="setTargetFrequency2"><wsdl:input name="setTargetFrequency2Input" message="api:setTargetFrequency2Input"/><wsdl:output name="setTargetFrequency2Output" message="api:setTargetFrequency2Output"/><wsdl:fault name="setTargetFrequency2Fault" message="api:setTargetFrequency2Fault"/></wsdl:operation><wsdl:operation name="getTargetFrequency2"><wsdl:input name="getTargetFrequency2Input" message="api:getTargetFrequency2Input"/><wsdl:output name="getTargetFrequency2Output" message="api:getTargetFrequency2Output"/><wsdl:fault name="getTargetFrequency2Fault" message="api:getTargetFrequency2Fault"/></wsdl:operation><wsdl:operation name="setTargetGeography2"><wsdl:input name="setTargetGeography2Input" message="api:setTargetGeography2Input"/><wsdl:output name="setTargetGeography2Output" message="api:setTargetGeography2Output"/><wsdl:fault name="setTargetGeography2Fault" message="api:setTargetGeography2Fault"/></wsdl:operation><wsdl:operation name="getTargetGeography2"><wsdl:input name="getTargetGeography2Input" message="api:getTargetGeography2Input"/><wsdl:output name="getTargetGeography2Output" message="api:getTargetGeography2Output"/><wsdl:fault name="getTargetGeography2Fault" message="api:getTargetGeography2Fault"/></wsdl:operation><wsdl:operation name="setTargetDayparts2"><wsdl:input name="setTargetDayparts2Input" message="api:setTargetDayparts2Input"/><wsdl:output name="setTargetDayparts2Output" message="api:setTargetDayparts2Output"/><wsdl:fault name="setTargetDayparts2Fault" message="api:setTargetDayparts2Fault"/></wsdl:operation><wsdl:operation name="getTargetDayparts2"><wsdl:input name="getTargetDayparts2Input" message="api:getTargetDayparts2Input"/><wsdl:output name="getTargetDayparts2Output" message="api:getTargetDayparts2Output"/><wsdl:fault name="getTargetDayparts2Fault" message="api:getTargetDayparts2Fault"/></wsdl:operation><wsdl:operation name="setTargetPixels2"><wsdl:input name="setTargetPixels2Input" message="api:setTargetPixels2Input"/><wsdl:output name="setTargetPixels2Output" message="api:setTargetPixels2Output"/><wsdl:fault name="setTargetPixels2Fault" message="api:setTargetPixels2Fault"/></wsdl:operation><wsdl:operation name="getTargetPixels2"><wsdl:input name="getTargetPixels2Input" message="api:getTargetPixels2Input"/><wsdl:output name="getTargetPixels2Output" message="api:getTargetPixels2Output"/><wsdl:fault name="getTargetPixels2Fault" message="api:getTargetPixels2Fault"/></wsdl:operation><wsdl:operation name="setTargetQueryString2"><wsdl:input name="setTargetQueryString2Input" message="api:setTargetQueryString2Input"/><wsdl:output name="setTargetQueryString2Output" message="api:setTargetQueryString2Output"/><wsdl:fault name="setTargetQueryString2Fault" message="api:setTargetQueryString2Fault"/></wsdl:operation><wsdl:operation name="getTargetQueryString2"><wsdl:input name="getTargetQueryString2Input" message="api:getTargetQueryString2Input"/><wsdl:output name="getTargetQueryString2Output" message="api:getTargetQueryString2Output"/><wsdl:fault name="getTargetQueryString2Fault" message="api:getTargetQueryString2Fault"/></wsdl:operation><wsdl:operation name="setTargetVurlTags2"><wsdl:input name="setTargetVurlTags2Input" message="api:setTargetVurlTags2Input"/><wsdl:output name="setTargetVurlTags2Output" message="api:setTargetVurlTags2Output"/><wsdl:fault name="setTargetVurlTags2Fault" message="api:setTargetVurlTags2Fault"/></wsdl:operation><wsdl:operation name="getTargetVurlTags2"><wsdl:input name="getTargetVurlTags2Input" message="api:getTargetVurlTags2Input"/><wsdl:output name="getTargetVurlTags2Output" message="api:getTargetVurlTags2Output"/><wsdl:fault name="getTargetVurlTags2Fault" message="api:getTargetVurlTags2Fault"/></wsdl:operation><wsdl:operation name="setTargetValidatedUrls2"><wsdl:input name="setTargetValidatedUrls2Input" message="api:setTargetValidatedUrls2Input"/><wsdl:output name="setTargetValidatedUrls2Output" message="api:setTargetValidatedUrls2Output"/><wsdl:fault name="setTargetValidatedUrls2Fault" message="api:setTargetValidatedUrls2Fault"/></wsdl:operation><wsdl:operation name="getTargetValidatedUrls2"><wsdl:input name="getTargetValidatedUrls2Input" message="api:getTargetValidatedUrls2Input"/><wsdl:output name="getTargetValidatedUrls2Output" message="api:getTargetValidatedUrls2Output"/><wsdl:fault name="getTargetValidatedUrls2Fault" message="api:getTargetValidatedUrls2Fault"/></wsdl:operation><wsdl:operation name="setTargetAdvertisers2"><wsdl:input name="setTargetAdvertisers2Input" message="api:setTargetAdvertisers2Input"/><wsdl:output name="setTargetAdvertisers2Output" message="api:setTargetAdvertisers2Output"/><wsdl:fault name="setTargetAdvertisers2Fault" message="api:setTargetAdvertisers2Fault"/></wsdl:operation><wsdl:operation name="getTargetAdvertisers2"><wsdl:input name="getTargetAdvertisers2Input" message="api:getTargetAdvertisers2Input"/><wsdl:output name="getTargetAdvertisers2Output" message="api:getTargetAdvertisers2Output"/><wsdl:fault name="getTargetAdvertisers2Fault" message="api:getTargetAdvertisers2Fault"/></wsdl:operation><wsdl:operation name="setTargetDealProperties2"><wsdl:input name="setTargetDealProperties2Input" message="api:setTargetDealProperties2Input"/><wsdl:output name="setTargetDealProperties2Output" message="api:setTargetDealProperties2Output"/><wsdl:fault name="setTargetDealProperties2Fault" message="api:setTargetDealProperties2Fault"/></wsdl:operation><wsdl:operation name="getTargetDealProperties2"><wsdl:input name="getTargetDealProperties2Input" message="api:getTargetDealProperties2Input"/><wsdl:output name="getTargetDealProperties2Output" message="api:getTargetDealProperties2Output"/><wsdl:fault name="getTargetDealProperties2Fault" message="api:getTargetDealProperties2Fault"/></wsdl:operation><wsdl:operation name="setTargetAges2"><wsdl:input name="setTargetAges2Input" message="api:setTargetAges2Input"/><wsdl:output name="setTargetAges2Output" message="api:setTargetAges2Output"/><wsdl:fault name="setTargetAges2Fault" message="api:setTargetAges2Fault"/></wsdl:operation><wsdl:operation name="getTargetAges2"><wsdl:input name="getTargetAges2Input" message="api:getTargetAges2Input"/><wsdl:output name="getTargetAges2Output" message="api:getTargetAges2Output"/><wsdl:fault name="getTargetAges2Fault" message="api:getTargetAges2Fault"/></wsdl:operation><wsdl:operation name="setTargetCreativeTags2"><wsdl:input name="setTargetCreativeTags2Input" message="api:setTargetCreativeTags2Input"/><wsdl:output name="setTargetCreativeTags2Output" message="api:setTargetCreativeTags2Output"/><wsdl:fault name="setTargetCreativeTags2Fault" message="api:setTargetCreativeTags2Fault"/></wsdl:operation><wsdl:operation name="getTargetCreativeTags2"><wsdl:input name="getTargetCreativeTags2Input" message="api:getTargetCreativeTags2Input"/><wsdl:output name="getTargetCreativeTags2Output" message="api:getTargetCreativeTags2Output"/><wsdl:fault name="getTargetCreativeTags2Fault" message="api:getTargetCreativeTags2Fault"/></wsdl:operation><wsdl:operation name="setTargetCreativeSpecs2"><wsdl:input name="setTargetCreativeSpecs2Input" message="api:setTargetCreativeSpecs2Input"/><wsdl:output name="setTargetCreativeSpecs2Output" message="api:setTargetCreativeSpecs2Output"/><wsdl:fault name="setTargetCreativeSpecs2Fault" message="api:setTargetCreativeSpecs2Fault"/></wsdl:operation><wsdl:operation name="getTargetCreativeSpecs2"><wsdl:input name="getTargetCreativeSpecs2Input" message="api:getTargetCreativeSpecs2Input"/><wsdl:output name="getTargetCreativeSpecs2Output" message="api:getTargetCreativeSpecs2Output"/><wsdl:fault name="getTargetCreativeSpecs2Fault" message="api:getTargetCreativeSpecs2Fault"/></wsdl:operation><wsdl:operation name="setTargetCreatives2"><wsdl:input name="setTargetCreatives2Input" message="api:setTargetCreatives2Input"/><wsdl:output name="setTargetCreatives2Output" message="api:setTargetCreatives2Output"/><wsdl:fault name="setTargetCreatives2Fault" message="api:setTargetCreatives2Fault"/></wsdl:operation><wsdl:operation name="getTargetCreatives2"><wsdl:input name="getTargetCreatives2Input" message="api:getTargetCreatives2Input"/><wsdl:output name="getTargetCreatives2Output" message="api:getTargetCreatives2Output"/><wsdl:fault name="getTargetCreatives2Fault" message="api:getTargetCreatives2Fault"/></wsdl:operation><wsdl:operation name="getTargetBuyerLineItems2"><wsdl:input name="getTargetBuyerLineItems2Input" message="api:getTargetBuyerLineItems2Input"/><wsdl:output name="getTargetBuyerLineItems2Output" message="api:getTargetBuyerLineItems2Output"/><wsdl:fault name="getTargetBuyerLineItems2Fault" message="api:getTargetBuyerLineItems2Fault"/></wsdl:operation><wsdl:operation name="setTargetBuyerLineItems2"><wsdl:input name="setTargetBuyerLineItems2Input" message="api:setTargetBuyerLineItems2Input"/><wsdl:output name="setTargetBuyerLineItems2Output" message="api:setTargetBuyerLineItems2Output"/><wsdl:fault name="setTargetBuyerLineItems2Fault" message="api:setTargetBuyerLineItems2Fault"/></wsdl:operation><wsdl:operation name="getTargetSellerLineItems2"><wsdl:input name="getTargetSellerLineItems2Input" message="api:getTargetSellerLineItems2Input"/><wsdl:output name="getTargetSellerLineItems2Output" message="api:getTargetSellerLineItems2Output"/><wsdl:fault name="getTargetSellerLineItems2Fault" message="api:getTargetSellerLineItems2Fault"/></wsdl:operation><wsdl:operation name="setTargetSellerLineItems2"><wsdl:input name="setTargetSellerLineItems2Input" message="api:setTargetSellerLineItems2Input"/><wsdl:output name="setTargetSellerLineItems2Output" message="api:setTargetSellerLineItems2Output"/><wsdl:fault name="setTargetSellerLineItems2Fault" message="api:setTargetSellerLineItems2Fault"/></wsdl:operation><wsdl:operation name="setTargetBuyers2"><wsdl:input name="setTargetBuyers2Input" message="api:setTargetBuyers2Input"/><wsdl:output name="setTargetBuyers2Output" message="api:setTargetBuyers2Output"/><wsdl:fault name="setTargetBuyers2Fault" message="api:setTargetBuyers2Fault"/></wsdl:operation><wsdl:operation name="getTargetBuyers2"><wsdl:input name="getTargetBuyers2Input" message="api:getTargetBuyers2Input"/><wsdl:output name="getTargetBuyers2Output" message="api:getTargetBuyers2Output"/><wsdl:fault name="getTargetBuyers2Fault" message="api:getTargetBuyers2Fault"/></wsdl:operation><wsdl:operation name="setTargetOfferTypes2"><wsdl:input name="setTargetOfferTypes2Input" message="api:setTargetOfferTypes2Input"/><wsdl:output name="setTargetOfferTypes2Output" message="api:setTargetOfferTypes2Output"/><wsdl:fault name="setTargetOfferTypes2Fault" message="api:setTargetOfferTypes2Fault"/></wsdl:operation><wsdl:operation name="getTargetOfferTypes2"><wsdl:input name="getTargetOfferTypes2Input" message="api:getTargetOfferTypes2Input"/><wsdl:output name="getTargetOfferTypes2Output" message="api:getTargetOfferTypes2Output"/><wsdl:fault name="getTargetOfferTypes2Fault" message="api:getTargetOfferTypes2Fault"/></wsdl:operation><wsdl:operation name="resetTargeting"><wsdl:input name="resetTargetingInput" message="api:resetTargetingInput"/><wsdl:output name="resetTargetingOutput" message="api:resetTargetingOutput"/><wsdl:fault name="resetTargetingFault" message="api:resetTargetingFault"/></wsdl:operation><wsdl:operation name="createDefaultTargetProfile"><wsdl:input name="createDefaultTargetProfileInput" message="api:createDefaultTargetProfileInput"/><wsdl:output name="createDefaultTargetProfileOutput" message="api:createDefaultTargetProfileOutput"/><wsdl:fault name="createDefaultTargetProfileFault" message="api:createDefaultTargetProfileFault"/></wsdl:operation><wsdl:operation name="getAvailableTargetings"><wsdl:input name="getAvailableTargetingsInput" message="api:getAvailableTargetingsInput"/><wsdl:output name="getAvailableTargetingsOutput" message="api:getAvailableTargetingsOutput"/><wsdl:fault name="getAvailableTargetingsFault" message="api:getAvailableTargetingsFault"/></wsdl:operation><wsdl:operation name="deleteDefaultTargetProfile"><wsdl:input name="deleteDefaultTargetProfileInput" message="api:deleteDefaultTargetProfileInput"/><wsdl:output name="deleteDefaultTargetProfileOutput" message="api:deleteDefaultTargetProfileOutput"/><wsdl:fault name="deleteDefaultTargetProfileFault" message="api:deleteDefaultTargetProfileFault"/></wsdl:operation><wsdl:operation name="listDefaultTargetProfiles"><wsdl:input name="listDefaultTargetProfilesInput" message="api:listDefaultTargetProfilesInput"/><wsdl:output name="listDefaultTargetProfilesOutput" message="api:listDefaultTargetProfilesOutput"/><wsdl:fault name="listDefaultTargetProfilesFault" message="api:listDefaultTargetProfilesFault"/></wsdl:operation><wsdl:operation name="getDefaultTargetProfiles"><wsdl:input name="getDefaultTargetProfilesInput" message="api:getDefaultTargetProfilesInput"/><wsdl:output name="getDefaultTargetProfilesOutput" message="api:getDefaultTargetProfilesOutput"/><wsdl:fault name="getDefaultTargetProfilesFault" message="api:getDefaultTargetProfilesFault"/></wsdl:operation><wsdl:operation name="applyDefaultTargetProfile"><wsdl:input name="applyDefaultTargetProfileInput" message="api:applyDefaultTargetProfileInput"/><wsdl:output name="applyDefaultTargetProfileOutput" message="api:applyDefaultTargetProfileOutput"/><wsdl:fault name="applyDefaultTargetProfileFault" message="api:applyDefaultTargetProfileFault"/></wsdl:operation><wsdl:operation name="copyTargetProfile"><wsdl:input name="copyTargetProfileInput" message="api:copyTargetProfileInput"/><wsdl:output name="copyTargetProfileOutput" message="api:copyTargetProfileOutput"/><wsdl:fault name="copyTargetProfileFault" message="api:copyTargetProfileFault"/></wsdl:operation><wsdl:operation name="overwriteDefaultTargetProfile"><wsdl:input name="overwriteDefaultTargetProfileInput" message="api:overwriteDefaultTargetProfileInput"/><wsdl:output name="overwriteDefaultTargetProfileOutput" message="api:overwriteDefaultTargetProfileOutput"/><wsdl:fault name="overwriteDefaultTargetProfileFault" message="api:overwriteDefaultTargetProfileFault"/></wsdl:operation><wsdl:operation name="getTargetProfile"><wsdl:input name="getTargetProfileInput" message="api:getTargetProfileInput"/><wsdl:output name="getTargetProfileOutput" message="api:getTargetProfileOutput"/><wsdl:fault name="getTargetProfileFault" message="api:getTargetProfileFault"/></wsdl:operation><wsdl:operation name="updateTargetProfile"><wsdl:input name="updateTargetProfileInput" message="api:updateTargetProfileInput"/><wsdl:output name="updateTargetProfileOutput" message="api:updateTargetProfileOutput"/><wsdl:fault name="updateTargetProfileFault" message="api:updateTargetProfileFault"/></wsdl:operation><wsdl:operation name="flipCreativeDefault"><wsdl:input name="flipCreativeDefaultInput" message="api:flipCreativeDefaultInput"/><wsdl:output name="flipCreativeDefaultOutput" message="api:flipCreativeDefaultOutput"/><wsdl:fault name="flipCreativeDefaultFault" message="api:flipCreativeDefaultFault"/></wsdl:operation><wsdl:operation name="addApprovedCreatives"><wsdl:input name="addApprovedCreativesInput" message="api:addApprovedCreativesInput"/><wsdl:output name="addApprovedCreativesOutput" message="api:addApprovedCreativesOutput"/><wsdl:fault name="addApprovedCreativesFault" message="api:addApprovedCreativesFault"/></wsdl:operation><wsdl:operation name="addBannedCreatives"><wsdl:input name="addBannedCreativesInput" message="api:addBannedCreativesInput"/><wsdl:output name="addBannedCreativesOutput" message="api:addBannedCreativesOutput"/><wsdl:fault name="addBannedCreativesFault" message="api:addBannedCreativesFault"/></wsdl:operation><wsdl:operation name="addMUTP"><wsdl:input name="addMUTPInput" message="api:addMUTPInput"/><wsdl:output name="addMUTPOutput" message="api:addMUTPOutput"/><wsdl:fault name="addMUTPFault" message="api:addMUTPFault"/></wsdl:operation><wsdl:operation name="deleteMUTP"><wsdl:input name="deleteMUTPInput" message="api:deleteMUTPInput"/><wsdl:output name="deleteMUTPOutput" message="api:deleteMUTPOutput"/><wsdl:fault name="deleteMUTPFault" message="api:deleteMUTPFault"/></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="getByObject"><wsdl:input name="getByObjectInput" message="api:getByObjectInput"/><wsdl:output name="getByObjectOutput" message="api:getByObjectOutput"/><wsdl:fault name="getByObjectFault" message="api:getByObjectFault"/></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:portType><wsdl:binding name="TargetProfileServiceBinding" type="api:TargetProfileServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="setTargetSizes"><soap:operation soapAction="urn:TargetProfileService#setTargetSizes" style="rpc"/><wsdl:input name="setTargetSizesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetSizesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetSizesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetSizesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetSizes"><soap:operation soapAction="urn:TargetProfileService#getTargetSizes" style="rpc"/><wsdl:input name="getTargetSizesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetSizesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetSizesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetSizesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetSections"><soap:operation soapAction="urn:TargetProfileService#setTargetSections" style="rpc"/><wsdl:input name="setTargetSectionsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetSectionsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetSectionsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetSectionsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetSections"><soap:operation soapAction="urn:TargetProfileService#getTargetSections" style="rpc"/><wsdl:input name="getTargetSectionsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetSectionsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetSectionsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetSectionsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetLanguages"><soap:operation soapAction="urn:TargetProfileService#setTargetLanguages" style="rpc"/><wsdl:input name="setTargetLanguagesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetLanguagesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetLanguagesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetLanguagesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetLanguages"><soap:operation soapAction="urn:TargetProfileService#getTargetLanguages" style="rpc"/><wsdl:input name="getTargetLanguagesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetLanguagesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetLanguagesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetLanguagesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetNetspeeds"><soap:operation soapAction="urn:TargetProfileService#setTargetNetspeeds" style="rpc"/><wsdl:input name="setTargetNetspeedsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetNetspeedsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetNetspeedsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetNetspeedsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetNetspeeds"><soap:operation soapAction="urn:TargetProfileService#getTargetNetspeeds" style="rpc"/><wsdl:input name="getTargetNetspeedsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetNetspeedsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetNetspeedsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetNetspeedsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetInventoryTypes"><soap:operation soapAction="urn:TargetProfileService#setTargetInventoryTypes" style="rpc"/><wsdl:input name="setTargetInventoryTypesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetInventoryTypesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetInventoryTypesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetInventoryTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetInventoryTypes"><soap:operation soapAction="urn:TargetProfileService#getTargetInventoryTypes" style="rpc"/><wsdl:input name="getTargetInventoryTypesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetInventoryTypesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetInventoryTypesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetInventoryTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetPublishers"><soap:operation soapAction="urn:TargetProfileService#setTargetPublishers" style="rpc"/><wsdl:input name="setTargetPublishersInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetPublishersOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetPublishersFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetPublishersFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetPublishers"><soap:operation soapAction="urn:TargetProfileService#getTargetPublishers" style="rpc"/><wsdl:input name="getTargetPublishersInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetPublishersOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetPublishersFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetPublishersFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetUrls"><soap:operation soapAction="urn:TargetProfileService#setTargetUrls" style="rpc"/><wsdl:input name="setTargetUrlsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetUrlsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetUrlsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetUrlsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetUrls"><soap:operation soapAction="urn:TargetProfileService#getTargetUrls" style="rpc"/><wsdl:input name="getTargetUrlsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetUrlsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetUrlsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetUrlsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetBrowsers"><soap:operation soapAction="urn:TargetProfileService#setTargetBrowsers" style="rpc"/><wsdl:input name="setTargetBrowsersInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetBrowsersOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetBrowsersFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetBrowsersFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetBrowsers"><soap:operation soapAction="urn:TargetProfileService#getTargetBrowsers" style="rpc"/><wsdl:input name="getTargetBrowsersInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetBrowsersOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetBrowsersFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetBrowsersFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetIsps"><soap:operation soapAction="urn:TargetProfileService#setTargetIsps" style="rpc"/><wsdl:input name="setTargetIspsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetIspsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetIspsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetIspsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetIsps"><soap:operation soapAction="urn:TargetProfileService#getTargetIsps" style="rpc"/><wsdl:input name="getTargetIspsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetIspsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetIspsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetIspsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetChannels"><soap:operation soapAction="urn:TargetProfileService#setTargetChannels" style="rpc"/><wsdl:input name="setTargetChannelsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetChannelsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetChannelsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetChannels"><soap:operation soapAction="urn:TargetProfileService#getTargetChannels" style="rpc"/><wsdl:input name="getTargetChannelsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetChannelsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetChannelsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetRating"><soap:operation soapAction="urn:TargetProfileService#setTargetRating" style="rpc"/><wsdl:input name="setTargetRatingInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetRatingOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetRatingFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetRatingFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetRating"><soap:operation soapAction="urn:TargetProfileService#getTargetRating" style="rpc"/><wsdl:input name="getTargetRatingInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetRatingOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetRatingFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetRatingFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetGender"><soap:operation soapAction="urn:TargetProfileService#setTargetGender" style="rpc"/><wsdl:input name="setTargetGenderInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetGenderOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetGenderFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetGenderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetGender"><soap:operation soapAction="urn:TargetProfileService#getTargetGender" style="rpc"/><wsdl:input name="getTargetGenderInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetGenderOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetGenderFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetGenderFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetFrequency"><soap:operation soapAction="urn:TargetProfileService#setTargetFrequency" style="rpc"/><wsdl:input name="setTargetFrequencyInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetFrequencyOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetFrequencyFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetFrequencyFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetFrequency"><soap:operation soapAction="urn:TargetProfileService#getTargetFrequency" style="rpc"/><wsdl:input name="getTargetFrequencyInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetFrequencyOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetFrequencyFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetFrequencyFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetGeography"><soap:operation soapAction="urn:TargetProfileService#setTargetGeography" style="rpc"/><wsdl:input name="setTargetGeographyInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetGeographyOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetGeographyFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetGeographyFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetGeography"><soap:operation soapAction="urn:TargetProfileService#getTargetGeography" style="rpc"/><wsdl:input name="getTargetGeographyInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetGeographyOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetGeographyFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetGeographyFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetDayparts"><soap:operation soapAction="urn:TargetProfileService#setTargetDayparts" style="rpc"/><wsdl:input name="setTargetDaypartsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetDaypartsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetDaypartsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetDaypartsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetDayparts"><soap:operation soapAction="urn:TargetProfileService#getTargetDayparts" style="rpc"/><wsdl:input name="getTargetDaypartsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetDaypartsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetDaypartsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetDaypartsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetPixels"><soap:operation soapAction="urn:TargetProfileService#setTargetPixels" style="rpc"/><wsdl:input name="setTargetPixelsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetPixelsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetPixelsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetPixelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetPixels"><soap:operation soapAction="urn:TargetProfileService#getTargetPixels" style="rpc"/><wsdl:input name="getTargetPixelsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetPixelsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetPixelsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetPixelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetQueryString"><soap:operation soapAction="urn:TargetProfileService#setTargetQueryString" style="rpc"/><wsdl:input name="setTargetQueryStringInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetQueryStringOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetQueryStringFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetQueryStringFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetQueryString"><soap:operation soapAction="urn:TargetProfileService#getTargetQueryString" style="rpc"/><wsdl:input name="getTargetQueryStringInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetQueryStringOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetQueryStringFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetQueryStringFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetVurlTags"><soap:operation soapAction="urn:TargetProfileService#setTargetVurlTags" style="rpc"/><wsdl:input name="setTargetVurlTagsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetVurlTagsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetVurlTagsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetVurlTagsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetVurlTags"><soap:operation soapAction="urn:TargetProfileService#getTargetVurlTags" style="rpc"/><wsdl:input name="getTargetVurlTagsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetVurlTagsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetVurlTagsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetVurlTagsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetValidatedUrls"><soap:operation soapAction="urn:TargetProfileService#setTargetValidatedUrls" style="rpc"/><wsdl:input name="setTargetValidatedUrlsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetValidatedUrlsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetValidatedUrlsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetValidatedUrlsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetValidatedUrls"><soap:operation soapAction="urn:TargetProfileService#getTargetValidatedUrls" style="rpc"/><wsdl:input name="getTargetValidatedUrlsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetValidatedUrlsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetValidatedUrlsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetValidatedUrlsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetAdvertisers"><soap:operation soapAction="urn:TargetProfileService#setTargetAdvertisers" style="rpc"/><wsdl:input name="setTargetAdvertisersInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetAdvertisersOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetAdvertisersFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetAdvertisersFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetAdvertisers"><soap:operation soapAction="urn:TargetProfileService#getTargetAdvertisers" style="rpc"/><wsdl:input name="getTargetAdvertisersInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetAdvertisersOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetAdvertisersFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetAdvertisersFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="searchVurls"><soap:operation soapAction="urn:TargetProfileService#searchVurls" style="rpc"/><wsdl:input name="searchVurlsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="searchVurlsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="searchVurlsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="searchVurlsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getVurlCategories"><soap:operation soapAction="urn:TargetProfileService#getVurlCategories" style="rpc"/><wsdl:input name="getVurlCategoriesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getVurlCategoriesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getVurlCategoriesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getVurlCategoriesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetDealProperties"><soap:operation soapAction="urn:TargetProfileService#setTargetDealProperties" style="rpc"/><wsdl:input name="setTargetDealPropertiesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetDealPropertiesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetDealPropertiesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetDealPropertiesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetDealProperties"><soap:operation soapAction="urn:TargetProfileService#getTargetDealProperties" style="rpc"/><wsdl:input name="getTargetDealPropertiesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetDealPropertiesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetDealPropertiesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetDealPropertiesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetAges"><soap:operation soapAction="urn:TargetProfileService#setTargetAges" style="rpc"/><wsdl:input name="setTargetAgesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetAgesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetAgesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetAgesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetAges"><soap:operation soapAction="urn:TargetProfileService#getTargetAges" style="rpc"/><wsdl:input name="getTargetAgesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetAgesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetAgesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetAgesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetCreativeTags"><soap:operation soapAction="urn:TargetProfileService#setTargetCreativeTags" style="rpc"/><wsdl:input name="setTargetCreativeTagsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetCreativeTagsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetCreativeTagsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetCreativeTagsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetCreativeTags"><soap:operation soapAction="urn:TargetProfileService#getTargetCreativeTags" style="rpc"/><wsdl:input name="getTargetCreativeTagsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetCreativeTagsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetCreativeTagsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetCreativeTagsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetCreativeSpecs"><soap:operation soapAction="urn:TargetProfileService#setTargetCreativeSpecs" style="rpc"/><wsdl:input name="setTargetCreativeSpecsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetCreativeSpecsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetCreativeSpecsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetCreativeSpecsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetCreativeSpecs"><soap:operation soapAction="urn:TargetProfileService#getTargetCreativeSpecs" style="rpc"/><wsdl:input name="getTargetCreativeSpecsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetCreativeSpecsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetCreativeSpecsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetCreativeSpecsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetCreatives"><soap:operation soapAction="urn:TargetProfileService#setTargetCreatives" style="rpc"/><wsdl:input name="setTargetCreativesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetCreativesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetCreativesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetCreatives"><soap:operation soapAction="urn:TargetProfileService#getTargetCreatives" style="rpc"/><wsdl:input name="getTargetCreativesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetCreativesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetCreativesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetBuyerLineItems"><soap:operation soapAction="urn:TargetProfileService#getTargetBuyerLineItems" style="rpc"/><wsdl:input name="getTargetBuyerLineItemsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetBuyerLineItemsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetBuyerLineItemsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetBuyerLineItemsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetBuyerLineItems"><soap:operation soapAction="urn:TargetProfileService#setTargetBuyerLineItems" style="rpc"/><wsdl:input name="setTargetBuyerLineItemsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetBuyerLineItemsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetBuyerLineItemsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetBuyerLineItemsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetSellerLineItems"><soap:operation soapAction="urn:TargetProfileService#getTargetSellerLineItems" style="rpc"/><wsdl:input name="getTargetSellerLineItemsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetSellerLineItemsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetSellerLineItemsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetSellerLineItemsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetSellerLineItems"><soap:operation soapAction="urn:TargetProfileService#setTargetSellerLineItems" style="rpc"/><wsdl:input name="setTargetSellerLineItemsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetSellerLineItemsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetSellerLineItemsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetSellerLineItemsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetOfferTypes"><soap:operation soapAction="urn:TargetProfileService#setTargetOfferTypes" style="rpc"/><wsdl:input name="setTargetOfferTypesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetOfferTypesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetOfferTypesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetOfferTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetOfferTypes"><soap:operation soapAction="urn:TargetProfileService#getTargetOfferTypes" style="rpc"/><wsdl:input name="getTargetOfferTypesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetOfferTypesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetOfferTypesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetOfferTypesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetSizes2"><soap:operation soapAction="urn:TargetProfileService#setTargetSizes2" style="rpc"/><wsdl:input name="setTargetSizes2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetSizes2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetSizes2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetSizes2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetSizes2"><soap:operation soapAction="urn:TargetProfileService#getTargetSizes2" style="rpc"/><wsdl:input name="getTargetSizes2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetSizes2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetSizes2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetSizes2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetSections2"><soap:operation soapAction="urn:TargetProfileService#setTargetSections2" style="rpc"/><wsdl:input name="setTargetSections2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetSections2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetSections2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetSections2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetSections2"><soap:operation soapAction="urn:TargetProfileService#getTargetSections2" style="rpc"/><wsdl:input name="getTargetSections2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetSections2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetSections2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetSections2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetLanguages2"><soap:operation soapAction="urn:TargetProfileService#setTargetLanguages2" style="rpc"/><wsdl:input name="setTargetLanguages2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetLanguages2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetLanguages2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetLanguages2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetLanguages2"><soap:operation soapAction="urn:TargetProfileService#getTargetLanguages2" style="rpc"/><wsdl:input name="getTargetLanguages2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetLanguages2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetLanguages2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetLanguages2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetNetspeeds2"><soap:operation soapAction="urn:TargetProfileService#setTargetNetspeeds2" style="rpc"/><wsdl:input name="setTargetNetspeeds2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetNetspeeds2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetNetspeeds2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetNetspeeds2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetNetspeeds2"><soap:operation soapAction="urn:TargetProfileService#getTargetNetspeeds2" style="rpc"/><wsdl:input name="getTargetNetspeeds2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetNetspeeds2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetNetspeeds2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetNetspeeds2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetInventoryTypes2"><soap:operation soapAction="urn:TargetProfileService#setTargetInventoryTypes2" style="rpc"/><wsdl:input name="setTargetInventoryTypes2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetInventoryTypes2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetInventoryTypes2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetInventoryTypes2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetInventoryTypes2"><soap:operation soapAction="urn:TargetProfileService#getTargetInventoryTypes2" style="rpc"/><wsdl:input name="getTargetInventoryTypes2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetInventoryTypes2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetInventoryTypes2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetInventoryTypes2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetPublishers2"><soap:operation soapAction="urn:TargetProfileService#setTargetPublishers2" style="rpc"/><wsdl:input name="setTargetPublishers2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetPublishers2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetPublishers2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetPublishers2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetPublishers2"><soap:operation soapAction="urn:TargetProfileService#getTargetPublishers2" style="rpc"/><wsdl:input name="getTargetPublishers2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetPublishers2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetPublishers2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetPublishers2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetUrls2"><soap:operation soapAction="urn:TargetProfileService#setTargetUrls2" style="rpc"/><wsdl:input name="setTargetUrls2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetUrls2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetUrls2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetUrls2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetUrls2"><soap:operation soapAction="urn:TargetProfileService#getTargetUrls2" style="rpc"/><wsdl:input name="getTargetUrls2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetUrls2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetUrls2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetUrls2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetBrowsers2"><soap:operation soapAction="urn:TargetProfileService#setTargetBrowsers2" style="rpc"/><wsdl:input name="setTargetBrowsers2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetBrowsers2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetBrowsers2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetBrowsers2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetBrowsers2"><soap:operation soapAction="urn:TargetProfileService#getTargetBrowsers2" style="rpc"/><wsdl:input name="getTargetBrowsers2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetBrowsers2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetBrowsers2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetBrowsers2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetIsps2"><soap:operation soapAction="urn:TargetProfileService#setTargetIsps2" style="rpc"/><wsdl:input name="setTargetIsps2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetIsps2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetIsps2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetIsps2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetIsps2"><soap:operation soapAction="urn:TargetProfileService#getTargetIsps2" style="rpc"/><wsdl:input name="getTargetIsps2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetIsps2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetIsps2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetIsps2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetChannels2"><soap:operation soapAction="urn:TargetProfileService#setTargetChannels2" style="rpc"/><wsdl:input name="setTargetChannels2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetChannels2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetChannels2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetChannels2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetChannels2"><soap:operation soapAction="urn:TargetProfileService#getTargetChannels2" style="rpc"/><wsdl:input name="getTargetChannels2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetChannels2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetChannels2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetChannels2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetRating2"><soap:operation soapAction="urn:TargetProfileService#setTargetRating2" style="rpc"/><wsdl:input name="setTargetRating2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetRating2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetRating2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetRating2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetRating2"><soap:operation soapAction="urn:TargetProfileService#getTargetRating2" style="rpc"/><wsdl:input name="getTargetRating2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetRating2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetRating2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetRating2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetGender2"><soap:operation soapAction="urn:TargetProfileService#setTargetGender2" style="rpc"/><wsdl:input name="setTargetGender2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetGender2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetGender2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetGender2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetGender2"><soap:operation soapAction="urn:TargetProfileService#getTargetGender2" style="rpc"/><wsdl:input name="getTargetGender2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetGender2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetGender2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetGender2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetFrequency2"><soap:operation soapAction="urn:TargetProfileService#setTargetFrequency2" style="rpc"/><wsdl:input name="setTargetFrequency2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetFrequency2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetFrequency2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetFrequency2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetFrequency2"><soap:operation soapAction="urn:TargetProfileService#getTargetFrequency2" style="rpc"/><wsdl:input name="getTargetFrequency2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetFrequency2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetFrequency2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetFrequency2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetGeography2"><soap:operation soapAction="urn:TargetProfileService#setTargetGeography2" style="rpc"/><wsdl:input name="setTargetGeography2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetGeography2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetGeography2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetGeography2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetGeography2"><soap:operation soapAction="urn:TargetProfileService#getTargetGeography2" style="rpc"/><wsdl:input name="getTargetGeography2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetGeography2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetGeography2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetGeography2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetDayparts2"><soap:operation soapAction="urn:TargetProfileService#setTargetDayparts2" style="rpc"/><wsdl:input name="setTargetDayparts2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetDayparts2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetDayparts2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetDayparts2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetDayparts2"><soap:operation soapAction="urn:TargetProfileService#getTargetDayparts2" style="rpc"/><wsdl:input name="getTargetDayparts2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetDayparts2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetDayparts2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetDayparts2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetPixels2"><soap:operation soapAction="urn:TargetProfileService#setTargetPixels2" style="rpc"/><wsdl:input name="setTargetPixels2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetPixels2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetPixels2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetPixels2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetPixels2"><soap:operation soapAction="urn:TargetProfileService#getTargetPixels2" style="rpc"/><wsdl:input name="getTargetPixels2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetPixels2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetPixels2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetPixels2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetQueryString2"><soap:operation soapAction="urn:TargetProfileService#setTargetQueryString2" style="rpc"/><wsdl:input name="setTargetQueryString2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetQueryString2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetQueryString2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetQueryString2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetQueryString2"><soap:operation soapAction="urn:TargetProfileService#getTargetQueryString2" style="rpc"/><wsdl:input name="getTargetQueryString2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetQueryString2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetQueryString2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetQueryString2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetVurlTags2"><soap:operation soapAction="urn:TargetProfileService#setTargetVurlTags2" style="rpc"/><wsdl:input name="setTargetVurlTags2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetVurlTags2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetVurlTags2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetVurlTags2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetVurlTags2"><soap:operation soapAction="urn:TargetProfileService#getTargetVurlTags2" style="rpc"/><wsdl:input name="getTargetVurlTags2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetVurlTags2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetVurlTags2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetVurlTags2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetValidatedUrls2"><soap:operation soapAction="urn:TargetProfileService#setTargetValidatedUrls2" style="rpc"/><wsdl:input name="setTargetValidatedUrls2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetValidatedUrls2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetValidatedUrls2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetValidatedUrls2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetValidatedUrls2"><soap:operation soapAction="urn:TargetProfileService#getTargetValidatedUrls2" style="rpc"/><wsdl:input name="getTargetValidatedUrls2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetValidatedUrls2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetValidatedUrls2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetValidatedUrls2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetAdvertisers2"><soap:operation soapAction="urn:TargetProfileService#setTargetAdvertisers2" style="rpc"/><wsdl:input name="setTargetAdvertisers2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetAdvertisers2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetAdvertisers2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetAdvertisers2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetAdvertisers2"><soap:operation soapAction="urn:TargetProfileService#getTargetAdvertisers2" style="rpc"/><wsdl:input name="getTargetAdvertisers2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetAdvertisers2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetAdvertisers2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetAdvertisers2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetDealProperties2"><soap:operation soapAction="urn:TargetProfileService#setTargetDealProperties2" style="rpc"/><wsdl:input name="setTargetDealProperties2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetDealProperties2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetDealProperties2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetDealProperties2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetDealProperties2"><soap:operation soapAction="urn:TargetProfileService#getTargetDealProperties2" style="rpc"/><wsdl:input name="getTargetDealProperties2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetDealProperties2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetDealProperties2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetDealProperties2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetAges2"><soap:operation soapAction="urn:TargetProfileService#setTargetAges2" style="rpc"/><wsdl:input name="setTargetAges2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetAges2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetAges2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetAges2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetAges2"><soap:operation soapAction="urn:TargetProfileService#getTargetAges2" style="rpc"/><wsdl:input name="getTargetAges2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetAges2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetAges2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetAges2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetCreativeTags2"><soap:operation soapAction="urn:TargetProfileService#setTargetCreativeTags2" style="rpc"/><wsdl:input name="setTargetCreativeTags2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetCreativeTags2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetCreativeTags2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetCreativeTags2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetCreativeTags2"><soap:operation soapAction="urn:TargetProfileService#getTargetCreativeTags2" style="rpc"/><wsdl:input name="getTargetCreativeTags2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetCreativeTags2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetCreativeTags2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetCreativeTags2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetCreativeSpecs2"><soap:operation soapAction="urn:TargetProfileService#setTargetCreativeSpecs2" style="rpc"/><wsdl:input name="setTargetCreativeSpecs2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetCreativeSpecs2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetCreativeSpecs2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetCreativeSpecs2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetCreativeSpecs2"><soap:operation soapAction="urn:TargetProfileService#getTargetCreativeSpecs2" style="rpc"/><wsdl:input name="getTargetCreativeSpecs2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetCreativeSpecs2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetCreativeSpecs2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetCreativeSpecs2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetCreatives2"><soap:operation soapAction="urn:TargetProfileService#setTargetCreatives2" style="rpc"/><wsdl:input name="setTargetCreatives2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetCreatives2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetCreatives2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetCreatives2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetCreatives2"><soap:operation soapAction="urn:TargetProfileService#getTargetCreatives2" style="rpc"/><wsdl:input name="getTargetCreatives2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetCreatives2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetCreatives2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetCreatives2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetBuyerLineItems2"><soap:operation soapAction="urn:TargetProfileService#getTargetBuyerLineItems2" style="rpc"/><wsdl:input name="getTargetBuyerLineItems2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetBuyerLineItems2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetBuyerLineItems2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetBuyerLineItems2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetBuyerLineItems2"><soap:operation soapAction="urn:TargetProfileService#setTargetBuyerLineItems2" style="rpc"/><wsdl:input name="setTargetBuyerLineItems2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetBuyerLineItems2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetBuyerLineItems2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetBuyerLineItems2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetSellerLineItems2"><soap:operation soapAction="urn:TargetProfileService#getTargetSellerLineItems2" style="rpc"/><wsdl:input name="getTargetSellerLineItems2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetSellerLineItems2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetSellerLineItems2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetSellerLineItems2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetSellerLineItems2"><soap:operation soapAction="urn:TargetProfileService#setTargetSellerLineItems2" style="rpc"/><wsdl:input name="setTargetSellerLineItems2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetSellerLineItems2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetSellerLineItems2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetSellerLineItems2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetBuyers2"><soap:operation soapAction="urn:TargetProfileService#setTargetBuyers2" style="rpc"/><wsdl:input name="setTargetBuyers2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetBuyers2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetBuyers2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetBuyers2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetBuyers2"><soap:operation soapAction="urn:TargetProfileService#getTargetBuyers2" style="rpc"/><wsdl:input name="getTargetBuyers2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetBuyers2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetBuyers2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetBuyers2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setTargetOfferTypes2"><soap:operation soapAction="urn:TargetProfileService#setTargetOfferTypes2" style="rpc"/><wsdl:input name="setTargetOfferTypes2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setTargetOfferTypes2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setTargetOfferTypes2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setTargetOfferTypes2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetOfferTypes2"><soap:operation soapAction="urn:TargetProfileService#getTargetOfferTypes2" style="rpc"/><wsdl:input name="getTargetOfferTypes2Input"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetOfferTypes2Output"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetOfferTypes2Fault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetOfferTypes2Fault"/></wsdl:fault></wsdl:operation><wsdl:operation name="resetTargeting"><soap:operation soapAction="urn:TargetProfileService#resetTargeting" style="rpc"/><wsdl:input name="resetTargetingInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="resetTargetingOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="resetTargetingFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="resetTargetingFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="createDefaultTargetProfile"><soap:operation soapAction="urn:TargetProfileService#createDefaultTargetProfile" style="rpc"/><wsdl:input name="createDefaultTargetProfileInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="createDefaultTargetProfileOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="createDefaultTargetProfileFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="createDefaultTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAvailableTargetings"><soap:operation soapAction="urn:TargetProfileService#getAvailableTargetings" style="rpc"/><wsdl:input name="getAvailableTargetingsInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAvailableTargetingsOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAvailableTargetingsFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAvailableTargetingsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deleteDefaultTargetProfile"><soap:operation soapAction="urn:TargetProfileService#deleteDefaultTargetProfile" style="rpc"/><wsdl:input name="deleteDefaultTargetProfileInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteDefaultTargetProfileOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteDefaultTargetProfileFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteDefaultTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listDefaultTargetProfiles"><soap:operation soapAction="urn:TargetProfileService#listDefaultTargetProfiles" style="rpc"/><wsdl:input name="listDefaultTargetProfilesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listDefaultTargetProfilesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listDefaultTargetProfilesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listDefaultTargetProfilesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getDefaultTargetProfiles"><soap:operation soapAction="urn:TargetProfileService#getDefaultTargetProfiles" style="rpc"/><wsdl:input name="getDefaultTargetProfilesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getDefaultTargetProfilesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getDefaultTargetProfilesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getDefaultTargetProfilesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="applyDefaultTargetProfile"><soap:operation soapAction="urn:TargetProfileService#applyDefaultTargetProfile" style="rpc"/><wsdl:input name="applyDefaultTargetProfileInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="applyDefaultTargetProfileOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="applyDefaultTargetProfileFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="applyDefaultTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="copyTargetProfile"><soap:operation soapAction="urn:TargetProfileService#copyTargetProfile" style="rpc"/><wsdl:input name="copyTargetProfileInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="copyTargetProfileOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="copyTargetProfileFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="copyTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="overwriteDefaultTargetProfile"><soap:operation soapAction="urn:TargetProfileService#overwriteDefaultTargetProfile" style="rpc"/><wsdl:input name="overwriteDefaultTargetProfileInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="overwriteDefaultTargetProfileOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="overwriteDefaultTargetProfileFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="overwriteDefaultTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getTargetProfile"><soap:operation soapAction="urn:TargetProfileService#getTargetProfile" style="rpc"/><wsdl:input name="getTargetProfileInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getTargetProfileOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getTargetProfileFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="updateTargetProfile"><soap:operation soapAction="urn:TargetProfileService#updateTargetProfile" style="rpc"/><wsdl:input name="updateTargetProfileInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateTargetProfileOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateTargetProfileFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="flipCreativeDefault"><soap:operation soapAction="urn:TargetProfileService#flipCreativeDefault" style="rpc"/><wsdl:input name="flipCreativeDefaultInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="flipCreativeDefaultOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="flipCreativeDefaultFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="flipCreativeDefaultFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addApprovedCreatives"><soap:operation soapAction="urn:TargetProfileService#addApprovedCreatives" style="rpc"/><wsdl:input name="addApprovedCreativesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addApprovedCreativesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addApprovedCreativesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addApprovedCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addBannedCreatives"><soap:operation soapAction="urn:TargetProfileService#addBannedCreatives" style="rpc"/><wsdl:input name="addBannedCreativesInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addBannedCreativesOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addBannedCreativesFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addBannedCreativesFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addMUTP"><soap:operation soapAction="urn:TargetProfileService#addMUTP" style="rpc"/><wsdl:input name="addMUTPInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addMUTPOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addMUTPFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addMUTPFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="deleteMUTP"><soap:operation soapAction="urn:TargetProfileService#deleteMUTP" style="rpc"/><wsdl:input name="deleteMUTPInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="deleteMUTPOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="deleteMUTPFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="deleteMUTPFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:TargetProfileService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByObject"><soap:operation soapAction="urn:TargetProfileService#getByObject" style="rpc"/><wsdl:input name="getByObjectInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByObjectOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByObjectFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByObjectFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:TargetProfileService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:TargetProfileService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:TargetProfileService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="TargetProfileService"><wsdl:port name="TargetProfileServicePort" binding="api:TargetProfileServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/target_profile.php"/></wsdl:port></wsdl:service></wsdl:definitions>
39
+ <?xml version="1.0"?>
40
+ <xsd:schema 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/types" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/types"><xsd:complexType name="line_item_adjustment"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="line_item_id" type="xsd:long" minOccurs="0"/><xsd:element name="ymd_start" type="xsd:date" minOccurs="0"/><xsd:element name="ymd_end" type="xsd:date" minOccurs="0"/><xsd:element name="value" type="xsd:float" minOccurs="0"/><xsd:element name="units" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="adjustor_msg" type="xsd:string" minOccurs="0"/><xsd:element name="status" type="xsd:string" minOccurs="0"/><xsd:element name="credit_comments" type="xsd:string" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_adjustments_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="credit"/><xsd:enumeration value="discrepancy"/><xsd:enumeration value="linkedcredit"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_line_item_adjustment"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:line_item_adjustment[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="array_of_int"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:long[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="array_of_date_imps"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:date_imps[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="date_imps"><xsd:all><xsd:element name="date" type="xsd:date" minOccurs="0"/><xsd:element name="imps" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_calculation_method"><xsd:restriction base="xsd:string"><xsd:enumeration value="1-day"/><xsd:enumeration value="3-day"/><xsd:enumeration value="7-day"/><xsd:enumeration value="latest_month"/><xsd:enumeration value="previous_month"/><xsd:enumeration value="custom"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_advertiser"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:advertiser[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="advertiser"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="entity_type" type="xsd:string" minOccurs="0"/><xsd:element name="secondary_entity_type" type="xsd:string" minOccurs="0"/><xsd:element name="managing_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="comment" type="xsd:string" minOccurs="0"/><xsd:element name="currency_id" type="xsd:long" minOccurs="0"/><xsd:element name="exchange_rate" type="xsd:float" minOccurs="0"/><xsd:element name="created_on" type="xsd:dateTime" minOccurs="0"/><xsd:element name="created_by_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="referral_source_id" type="xsd:long" minOccurs="0"/><xsd:element name="notes" type="xsd:string" minOccurs="0"/><xsd:element name="no_imps_month" type="xsd:long" minOccurs="0"/><xsd:element name="applied_on" type="xsd:dateTime" minOccurs="0"/><xsd:element name="default_site_id" type="xsd:long" minOccurs="0"/><xsd:element name="uses_site_codes" type="xsd:boolean" minOccurs="0"/><xsd:element name="account_manager_id" type="xsd:long" minOccurs="0"/><xsd:element name="trafficker_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="sales_region_id" type="xsd:long" minOccurs="0"/><xsd:element name="serving_domain" type="xsd:string" minOccurs="0"/><xsd:element name="simple_trafficking" type="xsd:long" minOccurs="0"/><xsd:element name="uses_managed_entity_codes" type="xsd:boolean" minOccurs="0"/><xsd:element name="default_managed_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="managed_entity_code" type="xsd:string" minOccurs="0"/><xsd:element name="time_zone" type="xsd:string" minOccurs="0"/><xsd:element name="sections_share_channels" type="xsd:long" minOccurs="0"/><xsd:element name="pub_learn_percentage" type="xsd:long" minOccurs="0"/><xsd:element name="serving_name" type="xsd:string" minOccurs="0"/><xsd:element name="default_publisher_billing_code" type="xsd:string" minOccurs="0"/><xsd:element name="adserver_profile_id" type="xsd:long" minOccurs="0"/><xsd:element name="is_linkable" type="xsd:long" minOccurs="0"/><xsd:element name="language_id" type="xsd:long" minOccurs="0"/><xsd:element name="target_profile_id" type="xsd:long" minOccurs="0"/><xsd:element name="content_domain" type="xsd:string" minOccurs="0"/><xsd:element name="log_predict_stats" type="xsd:long" minOccurs="0"/><xsd:element name="network_only_linking" type="xsd:boolean" minOccurs="0"/><xsd:element name="can_create_managed_pubs" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_rmxd" type="xsd:boolean" minOccurs="0"/><xsd:element name="business_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="operations_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="technical_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="allow_cpm_floor" type="xsd:boolean" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" minOccurs="0"/><xsd:element name="address1" type="xsd:string" minOccurs="0"/><xsd:element name="address2" type="xsd:string" minOccurs="0"/><xsd:element name="city" type="xsd:string" minOccurs="0"/><xsd:element name="region_id" type="xsd:long" minOccurs="0"/><xsd:element name="zip" type="xsd:string" minOccurs="0"/><xsd:element name="country_id" type="xsd:long" minOccurs="0"/><xsd:element name="finance_office_currency_id" type="xsd:long" minOccurs="0"/><xsd:element name="finance_office_tax_id" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="finance_office_billing_name" type="xsd:string" minOccurs="0"/><xsd:element name="finance_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="entity_metadata_notes" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="integration_code" type="xsd:string" minOccurs="0"/><xsd:element name="use_all_delivery_priorities" type="xsd:long" minOccurs="0"/><xsd:element name="allow_insert_objects_per_day" type="xsd:long" minOccurs="0"/><xsd:element name="creative_tag_language_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="shell_id" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="accepts_links" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="contact"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="prefix" type="xsd:string" minOccurs="0"/><xsd:element name="first_name" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="last_name" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="title" type="xsd:string" minOccurs="0"/><xsd:element name="department" type="xsd:string" minOccurs="0"/><xsd:element name="company" type="xsd:string" minOccurs="0"/><xsd:element name="phone_main" type="xsd:string" minOccurs="0"/><xsd:element name="phone_mobile" type="xsd:string" minOccurs="0"/><xsd:element name="fax" type="xsd:string" minOccurs="0"/><xsd:element name="address_id" type="xsd:long" minOccurs="0"/><xsd:element name="active" type="xsd:long" minOccurs="0"/><xsd:element name="email_notifications" type="xsd:long" minOccurs="0"/><xsd:element name="email" type="xsd:string" minOccurs="0"/><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="role_id" type="xsd:long" minOccurs="0"/><xsd:element name="username" type="xsd:string" minOccurs="0"/><xsd:element name="api_user" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_support_contact" type="xsd:boolean" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" minOccurs="0"/><xsd:element name="can_manage_contacts" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_string"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="array_of_array_of_int"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:array_of_int[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="array_of_campaign"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:campaign[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="campaign"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="advertiser_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="target_profile_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="delivery_rules_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="exchange_rate" type="xsd:float" minOccurs="0"/><xsd:element name="cpc_target" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="campaign_goals" type="types:array_of_campaign_goal" nillable="true" minOccurs="0"/><xsd:element name="learn_imps_per_creative_per_section" type="xsd:long" minOccurs="0"/><xsd:element name="learn_actions_per_creative_per_section" type="xsd:float" minOccurs="0"/><xsd:element name="learn_spend_per_creative_per_section" type="xsd:float" minOccurs="0"/><xsd:element name="code" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="click_url_override" type="xsd:string" minOccurs="0"/><xsd:element name="priority" type="types:enum_priority" minOccurs="0"/><xsd:element name="start_time" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="end_time" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="budget" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="delivery_type" type="xsd:string" minOccurs="0"/><xsd:element name="delivery_cap" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="imp_budget" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="imp_delivery_type" type="xsd:string" minOccurs="0"/><xsd:element name="imp_delivery_cap" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="learn_budget" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="learn_delivery_type" type="xsd:string" minOccurs="0"/><xsd:element name="learn_delivery_cap" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="smooth" type="xsd:boolean" minOccurs="0"/><xsd:element name="tz_to_show" type="xsd:string" minOccurs="0"/><xsd:element name="first_ran_date" type="xsd:dateTime" minOccurs="0"/><xsd:element name="last_ran_date" type="xsd:dateTime" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_campaign_goal"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:campaign_goal[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="campaign_goal"><xsd:all><xsd:element name="conversion_id" type="xsd:long" minOccurs="0"/><xsd:element name="goal_amount" type="xsd:float" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_priority"><xsd:restriction base="xsd:string"><xsd:enumeration value="Default"/><xsd:enumeration value="Priority 2"/><xsd:enumeration value="Priority 3"/><xsd:enumeration value="Priority 4"/><xsd:enumeration value="Normal"/><xsd:enumeration value="Priority 6"/><xsd:enumeration value="High Priority"/><xsd:enumeration value="Priority 8"/><xsd:enumeration value="Priority 9"/><xsd:enumeration value="Must deliver"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_multiple_data_result"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:multiple_data_result[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="multiple_data_result"><xsd:all><xsd:element name="result" type="xsd:boolean" minOccurs="0"/><xsd:element name="exception_detail" type="types:exception_detail" minOccurs="0"/><xsd:element name="exception_text" type="xsd:string" minOccurs="0"/><xsd:element name="item_id" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="exception_detail"><xsd:all><xsd:element name="code" type="xsd:string" minOccurs="0"/><xsd:element name="field_names" type="types:array_of_string" minOccurs="0"/><xsd:element name="solution" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="login_options"><xsd:all><xsd:element name="errors_level" type="types:enum_errors_level" minOccurs="0"/><xsd:element name="use_master_db" type="xsd:boolean" minOccurs="0"/><xsd:element name="language_code" type="xsd:string" minOccurs="0"/><xsd:element name="multiple_sessions" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_errors_level"><xsd:restriction base="xsd:string"><xsd:enumeration value="recover_all"/><xsd:enumeration value="throw_errors"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_session"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:session[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="session"><xsd:all><xsd:element name="token" type="xsd:string" minOccurs="0"/><xsd:element name="creation_time" type="xsd:dateTime" minOccurs="0"/><xsd:element name="modification_time" type="xsd:dateTime" minOccurs="0"/><xsd:element name="ip_address" type="xsd:string" minOccurs="0"/><xsd:element name="contact_id" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_contact"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:contact[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="cpm_floor"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="publisher_id" type="xsd:long" minOccurs="0"/><xsd:element name="size_id" type="xsd:long" minOccurs="0"/><xsd:element name="pop_types" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="price" type="xsd:float" minOccurs="0"/><xsd:element name="tag" type="xsd:string" minOccurs="0"/><xsd:element name="frequency_target" type="xsd:long" minOccurs="0"/><xsd:element name="section_target_ids" type="types:array_of_int" minOccurs="0"/><xsd:element name="section_target_all" type="xsd:boolean" minOccurs="0"/><xsd:element name="enabled" type="xsd:boolean" minOccurs="0"/><xsd:element name="advertiser_id" type="xsd:long" minOccurs="0"/><xsd:element name="insertion_order_id" type="xsd:long" minOccurs="0"/><xsd:element name="line_item_id" type="xsd:long" minOccurs="0"/><xsd:element name="creative_id" type="xsd:long" minOccurs="0"/><xsd:element name="media_type" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_cpm_floor"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:cpm_floor[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="array_of_creative"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:creative[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="creative"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="code" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="advertiser_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_audited" type="xsd:boolean" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/><xsd:element name="adapt_media_hex" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="adapt_click_hex" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="pop_types" type="types:enum_pop_types" minOccurs="0"/><xsd:element name="size_id" type="xsd:long" minOccurs="0"/><xsd:element name="is_pending" type="xsd:boolean" minOccurs="0"/><xsd:element name="created_on" type="xsd:dateTime" minOccurs="0"/><xsd:element name="height" type="xsd:long" minOccurs="0"/><xsd:element name="width" type="xsd:long" minOccurs="0"/><xsd:element name="beacon_conversion_id" type="xsd:long" minOccurs="0"/><xsd:element name="original_tag" type="xsd:string" minOccurs="0"/><xsd:element name="can_track_clicks" type="xsd:boolean" minOccurs="0"/><xsd:element name="menubar" type="xsd:boolean" minOccurs="0"/><xsd:element name="resizable" type="xsd:boolean" minOccurs="0"/><xsd:element name="scrollbars" type="xsd:boolean" minOccurs="0"/><xsd:element name="status" type="xsd:boolean" minOccurs="0"/><xsd:element name="toolbar" type="xsd:boolean" minOccurs="0"/><xsd:element name="flash_loop" type="xsd:boolean" minOccurs="0"/><xsd:element name="flash_bgcolor" type="xsd:string" minOccurs="0"/><xsd:element name="flash_clicktag" type="xsd:string" minOccurs="0"/><xsd:element name="is_third_party" type="xsd:boolean" minOccurs="0"/><xsd:element name="third_party_type" type="types:enum_creative_third_party_types" nillable="true" minOccurs="0"/><xsd:element name="is_ssl" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_distracting" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_suggestive" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_violent" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_textlink" type="xsd:boolean" minOccurs="0"/><xsd:element name="has_active_x" type="xsd:boolean" minOccurs="0"/><xsd:element name="has_exit_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="pop_window_title" type="xsd:string" minOccurs="0"/><xsd:element name="banner_opens_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="flash_has_embedded_url" type="xsd:boolean" minOccurs="0"/><xsd:element name="offer_type_id" type="xsd:long" minOccurs="0"/><xsd:element name="click_url" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="has_video_or_rich_media" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_deceptive" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_political" type="xsd:boolean" minOccurs="0"/><xsd:element name="audio_type" type="xsd:string" minOccurs="0"/><xsd:element name="target_profile_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="delivery_rules_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="initiates_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_web_site_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="no_iframes" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_pre_audited" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="first_human_audit" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="first_audited_by_contact_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="last_audited_by_contact_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="last_human_audit" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="human_audit_started_on" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="last_automated_audit" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="creative_type" type="types:enum_creative_type" minOccurs="0"/><xsd:element name="pop_expand_to_full_window" type="xsd:long" minOccurs="0"/><xsd:element name="use_campaign_click_url" type="xsd:long" minOccurs="0"/><xsd:element name="priority" type="types:enum_priority" minOccurs="0"/><xsd:element name="contents" type="types:array_of_creative_content" minOccurs="0"/><xsd:element name="imp_budget" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="imp_delivery_type" type="xsd:string" minOccurs="0"/><xsd:element name="imp_delivery_cap" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="is_bcm_upload" type="xsd:long" minOccurs="0"/><xsd:element name="view_tracker" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="first_ran_date" type="xsd:dateTime" minOccurs="0"/><xsd:element name="last_ran_date" type="xsd:dateTime" minOccurs="0"/><xsd:element name="needs_arbitration" type="xsd:boolean" minOccurs="0"/><xsd:element name="addressbar" type="xsd:boolean" minOccurs="0"/><xsd:element name="ad_size_in_bytes" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="language_id" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_pop_types"><xsd:restriction base="xsd:string"><xsd:enumeration value="0"/><xsd:enumeration value="1"/><xsd:enumeration value="2"/><xsd:enumeration value="3"/><xsd:enumeration value="4"/><xsd:enumeration value="9"/><xsd:enumeration value="10"/><xsd:enumeration value="11"/><xsd:enumeration value="16"/><xsd:enumeration value="19"/><xsd:enumeration value="27"/><xsd:enumeration value="31"/></xsd:restriction></xsd:simpleType><xsd:simpleType name="enum_creative_third_party_types"><xsd:restriction base="xsd:string"><xsd:enumeration value="atlas"/><xsd:enumeration value="dart"/></xsd:restriction></xsd:simpleType><xsd:simpleType name="enum_creative_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="url"/><xsd:enumeration value="file"/><xsd:enumeration value="clicktracker"/><xsd:enumeration value="redirect"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_creative_content"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:creative_content[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="creative_content"><xsd:all><xsd:element name="media_type" type="xsd:string" minOccurs="0"/><xsd:element name="media_url" type="xsd:string" minOccurs="0"/><xsd:element name="content" type="xsd:string" minOccurs="0"/><xsd:element name="hash" type="xsd:string" minOccurs="0"/><xsd:element name="file_size" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="atom_id" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_supporting_file"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:supporting_file[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="supporting_file"><xsd:all><xsd:element name="filename" type="xsd:string" minOccurs="0"/><xsd:element name="data" type="xsd:base64Binary" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="creative_search_options"><xsd:all><xsd:element name="size_ids" type="types:array_of_int" nillable="true" minOccurs="0"/><xsd:element name="advertiser_ids" type="types:array_of_int" nillable="true" minOccurs="0"/><xsd:element name="region_ids" type="types:array_of_int" nillable="true" minOccurs="0"/><xsd:element name="creatives_visibility" type="types:enum_visibility_scope" minOccurs="0"/><xsd:element name="recent_days_number" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="filtered_creative_ids" type="types:array_of_int" nillable="true" minOccurs="0"/><xsd:element name="url_pattern" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="offer_type_ids" type="types:array_of_int" nillable="true" minOccurs="0"/><xsd:element name="creative_ids" type="types:array_of_int" nillable="true" minOccurs="0"/><xsd:element name="include_creative_options" type="types:creative_options" nillable="true" minOccurs="0"/><xsd:element name="exclude_creative_options" type="types:creative_options" nillable="true" minOccurs="0"/><xsd:element name="target_profile_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="entity_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="line_item_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="is_reviewed" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_unreviewed" type="xsd:boolean" minOccurs="0"/><xsd:element name="needs_further_review" type="xsd:boolean" minOccurs="0"/><xsd:element name="reviewer_contact_ids" type="types:array_of_int" nillable="true" minOccurs="0"/><xsd:element name="review_start" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="review_end" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="media_types" type="types:array_of_enum_creative_search_media_type" nillable="true" minOccurs="0"/><xsd:element name="third_party_types" type="types:array_of_enum_creative_search_third_party_type" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_visibility_scope"><xsd:restriction base="xsd:string"><xsd:enumeration value="all"/><xsd:enumeration value="approved"/><xsd:enumeration value="banned"/></xsd:restriction></xsd:simpleType><xsd:complexType name="creative_options"><xsd:all><xsd:element name="is_distracting" type="xsd:boolean" minOccurs="0"/><xsd:element name="has_active_x" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_suggestive" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_violent" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_deceptive" type="xsd:boolean" minOccurs="0"/><xsd:element name="has_video_or_rich_media" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_political" type="xsd:boolean" minOccurs="0"/><xsd:element name="audio_type" type="xsd:string" minOccurs="0"/><xsd:element name="is_web_site_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_textlink" type="xsd:boolean" minOccurs="0"/><xsd:element name="banner_opens_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="has_exit_pop" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_enum_creative_search_media_type"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:enum_creative_search_media_type[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:simpleType name="enum_creative_search_media_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="image"/><xsd:enumeration value="flash"/><xsd:enumeration value="third_party"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_enum_creative_search_third_party_type"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:enum_creative_search_third_party_type[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:simpleType name="enum_creative_search_third_party_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="atlas"/><xsd:enumeration value="dart"/><xsd:enumeration value="other"/></xsd:restriction></xsd:simpleType><xsd:complexType name="creative_specs"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="allow_third_party_tags" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_distracting" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_active_x" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_cpc" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_cpa" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_discretionary" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_third_party_numbers" type="xsd:boolean" minOccurs="0"/><xsd:element name="max_days_since_adjustment" type="xsd:long" minOccurs="0"/><xsd:element name="allow_suggestive" type="xsd:long" minOccurs="0"/><xsd:element name="allow_violent" type="xsd:long" minOccurs="0"/><xsd:element name="allow_cpm" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_roi_target" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_deceptive" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_video_and_rich_media" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_political" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_audio_type" type="xsd:string" minOccurs="0"/><xsd:element name="allow_web_site_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_textlink" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_unaudited" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_banner_opens_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_exit_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_meets_msn_specs" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_meets_yahoo_specs" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_pixel"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:pixel[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="pixel"><xsd:all><xsd:element name="is_network_wide" type="xsd:long" minOccurs="0"/><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="integration_code" type="xsd:string" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="repeat_ignore_interval" type="xsd:long" minOccurs="0"/><xsd:element name="post_click_interval" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="post_view_interval" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="segment_duration" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="include_by_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="advertiser_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="exchange_rate" type="xsd:float" minOccurs="0"/><xsd:element name="pixel_type" type="types:enum_trigger_pixel_type" nillable="true" minOccurs="0"/><xsd:element name="created_on" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="hybrid_trigger_type" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_trigger_pixel_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="Segment"/><xsd:enumeration value="Post-view"/><xsd:enumeration value="Post-click"/><xsd:enumeration value="Post-view and/or Post-click"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_channel"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:channel[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="channel"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="long_description" type="xsd:string" minOccurs="0"/><xsd:element name="media_guard_only" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_size"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:size[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="size"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="width" type="xsd:long" minOccurs="0"/><xsd:element name="height" type="xsd:long" minOccurs="0"/><xsd:element name="network_learn_price" type="xsd:float" minOccurs="0"/><xsd:element name="daily_volume" type="xsd:long" minOccurs="0"/><xsd:element name="daily_revenue" type="xsd:float" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_offer_type"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:offer_type[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="offer_type"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/><xsd:element name="long_description" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_region"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:region[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="region"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="code" type="xsd:string" minOccurs="0"/><xsd:element name="country_id" type="xsd:long" minOccurs="0"/><xsd:element name="has_tz" type="xsd:long" minOccurs="0"/><xsd:element name="std_offset" type="xsd:long" minOccurs="0"/><xsd:element name="timezone" type="xsd:string" minOccurs="0"/><xsd:element name="msa_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_msa"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:msa[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="msa"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="country_id" type="xsd:long" minOccurs="0"/><xsd:element name="region_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_country"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:country[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="country"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="code" type="xsd:string" minOccurs="0"/><xsd:element name="continent_id" type="xsd:long" minOccurs="0"/><xsd:element name="country_group_id" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_netspeed"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:netspeed[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="netspeed"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_language"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:language[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="language"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="iso_code" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_learn_type"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:learn_type[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="learn_type"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_media_type"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:media_type[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="media_type"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_currency"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:currency[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="currency"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="symbol" type="xsd:string" minOccurs="0"/><xsd:element name="abbreviation" type="xsd:string" minOccurs="0"/><xsd:element name="decimals" type="xsd:long" minOccurs="0"/><xsd:element name="current_exchange_rate" type="xsd:float" minOccurs="0"/><xsd:element name="exchange_rate_as_of" type="xsd:dateTime" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_country_group"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:country_group[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="country_group"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="daily_volume" type="xsd:long" minOccurs="0"/><xsd:element name="daily_revenue" type="xsd:float" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_browser"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:browser[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="browser"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_role"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:role[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="role"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_inventory_type"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:inventory_type[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="inventory_type"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_isp"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:isp[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="isp"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_pop_type"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:pop_type[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="pop_type"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_creative_tag_list_item"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:creative_tag_list_item[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="creative_tag_list_item"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="primary_category" type="xsd:string" minOccurs="0"/><xsd:element name="secondary_category" type="xsd:string" minOccurs="0"/><xsd:element name="tertiary_category" type="xsd:string" minOccurs="0"/><xsd:element name="tag" type="xsd:string" minOccurs="0"/><xsd:element name="entity_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="is_media_guard" type="xsd:long" minOccurs="0"/><xsd:element name="ui_order" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="is_enabled" type="xsd:boolean" minOccurs="0"/><xsd:element name="expiration_age" type="xsd:long" minOccurs="0"/><xsd:element name="description" type="xsd:string" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_mg_label_mapping"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:mg_label_mapping[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="mg_label_mapping"><xsd:all><xsd:element name="creative_tag_id" type="xsd:long" minOccurs="0"/><xsd:element name="adult_or_suggestive" type="xsd:boolean" minOccurs="0"/><xsd:element name="distracting_or_flashing" type="xsd:boolean" minOccurs="0"/><xsd:element name="deceptive" type="xsd:boolean" minOccurs="0"/><xsd:element name="drugs_or_alcohol" type="xsd:boolean" minOccurs="0"/><xsd:element name="gambling" type="xsd:boolean" minOccurs="0"/><xsd:element name="profanity_or_violence" type="xsd:boolean" minOccurs="0"/><xsd:element name="crude" type="xsd:long" minOccurs="0"/><xsd:element name="opencat" type="xsd:boolean" minOccurs="0"/><xsd:element name="always_banned" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_creative_macro"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:creative_macro[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="creative_macro"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="macro" type="xsd:string" minOccurs="0"/><xsd:element name="description" type="xsd:string" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_ext_entity_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="All"/><xsd:enumeration value="Publisher"/><xsd:enumeration value="Advertiser"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_entity"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:entity[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="entity"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="entity_type" type="xsd:string" minOccurs="0"/><xsd:element name="secondary_entity_type" type="xsd:string" minOccurs="0"/><xsd:element name="managing_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="comment" type="xsd:string" minOccurs="0"/><xsd:element name="currency_id" type="xsd:long" minOccurs="0"/><xsd:element name="exchange_rate" type="xsd:float" minOccurs="0"/><xsd:element name="created_on" type="xsd:dateTime" minOccurs="0"/><xsd:element name="created_by_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="referral_source_id" type="xsd:long" minOccurs="0"/><xsd:element name="notes" type="xsd:string" minOccurs="0"/><xsd:element name="no_imps_month" type="xsd:long" minOccurs="0"/><xsd:element name="applied_on" type="xsd:dateTime" minOccurs="0"/><xsd:element name="default_site_id" type="xsd:long" minOccurs="0"/><xsd:element name="uses_site_codes" type="xsd:boolean" minOccurs="0"/><xsd:element name="account_manager_id" type="xsd:long" minOccurs="0"/><xsd:element name="trafficker_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="sales_region_id" type="xsd:long" minOccurs="0"/><xsd:element name="serving_domain" type="xsd:string" minOccurs="0"/><xsd:element name="simple_trafficking" type="xsd:long" minOccurs="0"/><xsd:element name="uses_managed_entity_codes" type="xsd:boolean" minOccurs="0"/><xsd:element name="default_managed_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="managed_entity_code" type="xsd:string" minOccurs="0"/><xsd:element name="time_zone" type="xsd:string" minOccurs="0"/><xsd:element name="sections_share_channels" type="xsd:long" minOccurs="0"/><xsd:element name="pub_learn_percentage" type="xsd:long" minOccurs="0"/><xsd:element name="serving_name" type="xsd:string" minOccurs="0"/><xsd:element name="default_publisher_billing_code" type="xsd:string" minOccurs="0"/><xsd:element name="adserver_profile_id" type="xsd:long" minOccurs="0"/><xsd:element name="is_linkable" type="xsd:long" minOccurs="0"/><xsd:element name="language_id" type="xsd:long" minOccurs="0"/><xsd:element name="target_profile_id" type="xsd:long" minOccurs="0"/><xsd:element name="content_domain" type="xsd:string" minOccurs="0"/><xsd:element name="log_predict_stats" type="xsd:long" minOccurs="0"/><xsd:element name="network_only_linking" type="xsd:boolean" minOccurs="0"/><xsd:element name="can_create_managed_pubs" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_rmxd" type="xsd:boolean" minOccurs="0"/><xsd:element name="business_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="operations_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="technical_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="allow_cpm_floor" type="xsd:boolean" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" minOccurs="0"/><xsd:element name="address1" type="xsd:string" minOccurs="0"/><xsd:element name="address2" type="xsd:string" minOccurs="0"/><xsd:element name="city" type="xsd:string" minOccurs="0"/><xsd:element name="region_id" type="xsd:long" minOccurs="0"/><xsd:element name="zip" type="xsd:string" minOccurs="0"/><xsd:element name="country_id" type="xsd:long" minOccurs="0"/><xsd:element name="finance_office_currency_id" type="xsd:long" minOccurs="0"/><xsd:element name="finance_office_tax_id" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="finance_office_billing_name" type="xsd:string" minOccurs="0"/><xsd:element name="finance_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="entity_metadata_notes" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="integration_code" type="xsd:string" minOccurs="0"/><xsd:element name="use_all_delivery_priorities" type="xsd:long" minOccurs="0"/><xsd:element name="allow_insert_objects_per_day" type="xsd:long" minOccurs="0"/><xsd:element name="creative_tag_language_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="shell_id" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="accepts_links" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="entity_data"><xsd:all><xsd:element name="entity" type="types:entity" minOccurs="0"/><xsd:element name="contact" type="types:contact" minOccurs="0"/><xsd:element name="create_site_section" type="xsd:boolean" minOccurs="0"/><xsd:element name="site" type="types:site" minOccurs="0"/><xsd:element name="section" type="types:section" minOccurs="0"/><xsd:element name="create_io_li" type="xsd:boolean" minOccurs="0"/><xsd:element name="insertion_order" type="types:insertion_order" minOccurs="0"/><xsd:element name="line_item" type="types:line_item" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="site"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/><xsd:element name="publisher_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="default_section_id" type="xsd:long" minOccurs="0"/><xsd:element name="uses_section_codes" type="xsd:boolean" minOccurs="0"/><xsd:element name="site_url" type="xsd:string" minOccurs="0"/><xsd:element name="code" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="sections_share_channels" type="xsd:long" minOccurs="0"/><xsd:element name="vurl_id" type="xsd:string" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="section"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/><xsd:element name="site_id" type="xsd:long" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="code" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="mpaa_rating" type="xsd:string" minOccurs="0"/><xsd:element name="inventory_type_id" type="xsd:long" minOccurs="0"/><xsd:element name="url" type="xsd:string" minOccurs="0"/><xsd:element name="beacon_conversion_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="channels" type="types:array_of_int" minOccurs="0"/><xsd:element name="is_click_fraud" type="xsd:boolean" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="insertion_order"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/><xsd:element name="buyer_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="seller_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="buyer_approved" type="xsd:boolean" minOccurs="0"/><xsd:element name="seller_approved" type="xsd:boolean" minOccurs="0"/><xsd:element name="buyer_auto_approval" type="xsd:boolean" minOccurs="0"/><xsd:element name="seller_auto_approval" type="xsd:boolean" minOccurs="0"/><xsd:element name="date_created" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="date_approved" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="po" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="comment" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="buyer_notes" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="seller_notes" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="seller_contact_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="buyer_contact_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="billing_contact_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="exchange_rate" type="xsd:float" minOccurs="0"/><xsd:element name="payment_terms_days" type="xsd:long" minOccurs="0"/><xsd:element name="buyer_trafficker_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="buyer_po_number" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="internal_io_number" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="invoice_remarks" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="buyer_billing_code" type="xsd:string" minOccurs="0"/><xsd:element name="seller_billing_code" type="xsd:string" minOccurs="0"/><xsd:element name="linking_status" type="xsd:string" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" minOccurs="0"/><xsd:element name="payment_method_id" type="xsd:long" minOccurs="0"/><xsd:element name="budget" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="delivery_type" type="types:enum_io_delivery_type" minOccurs="0"/><xsd:element name="delivery_cap" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="imp_budget" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="imp_delivery_type" type="types:enum_io_imp_delivery_type" minOccurs="0"/><xsd:element name="imp_delivery_cap" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="smooth" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_cpm_floor" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_io_delivery_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="ASAP"/><xsd:enumeration value="Monthly Cap"/></xsd:restriction></xsd:simpleType><xsd:simpleType name="enum_io_imp_delivery_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="ASAP"/><xsd:enumeration value="Monthly Cap"/></xsd:restriction></xsd:simpleType><xsd:complexType name="line_item"><xsd:all><xsd:element name="learning_slider" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/><xsd:element name="comment" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="insertion_order_id" type="xsd:long" minOccurs="0"/><xsd:element name="pricing_type" type="xsd:string" minOccurs="0"/><xsd:element name="amount" type="xsd:float" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="seller_approved" type="xsd:boolean" minOccurs="0"/><xsd:element name="buyer_approved" type="xsd:boolean" minOccurs="0"/><xsd:element name="target_profile_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="delivery_rules_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="delivery_adjustment" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="use_third_party_numbers" type="xsd:boolean" minOccurs="0"/><xsd:element name="show_advertisers" type="xsd:boolean" minOccurs="0"/><xsd:element name="show_creatives" type="xsd:boolean" minOccurs="0"/><xsd:element name="show_offer_types" type="xsd:boolean" minOccurs="0"/><xsd:element name="show_creative_specs" type="xsd:boolean" minOccurs="0"/><xsd:element name="show_deal_properties" type="xsd:boolean" minOccurs="0"/><xsd:element name="conversion_id" type="xsd:long" minOccurs="0"/><xsd:element name="do_price_reduction" type="xsd:boolean" minOccurs="0"/><xsd:element name="always_bid_the_maximum" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_hard_target" type="xsd:boolean" minOccurs="0"/><xsd:element name="buyer_sales_region_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="created_on" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="seller_sales_region_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="minimum_buyer_ecpm" type="xsd:float" minOccurs="0"/><xsd:element name="buyer_minimum_profit_ecpm" type="xsd:float" minOccurs="0"/><xsd:element name="seller_maximum_adjustment_percentage" type="xsd:float" minOccurs="0"/><xsd:element name="buyer_maximum_discrepancy_percentage" type="xsd:float" minOccurs="0"/><xsd:element name="buyer_code" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="seller_code" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="priority" type="types:enum_priority" minOccurs="0"/><xsd:element name="allow_size_promotion" type="xsd:boolean" minOccurs="0"/><xsd:element name="start_time" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="end_time" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="budget" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="delivery_type" type="xsd:string" minOccurs="0"/><xsd:element name="delivery_cap" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="imp_budget" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="imp_delivery_type" type="xsd:string" minOccurs="0"/><xsd:element name="imp_delivery_cap" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="tz_to_show" type="xsd:string" minOccurs="0"/><xsd:element name="smooth" type="xsd:boolean" minOccurs="0"/><xsd:element name="convert_cpx_to_dcpm" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_convert_cpx_to_dcpm" type="xsd:boolean" minOccurs="0"/><xsd:element name="first_ran_date" type="xsd:dateTime" minOccurs="0"/><xsd:element name="last_ran_date" type="xsd:dateTime" minOccurs="0"/><xsd:element name="roi_modifier" type="xsd:float" minOccurs="0"/><xsd:element name="broker_fee_type" type="xsd:string" minOccurs="0"/><xsd:element name="broker_fee_amount" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="discretionary_cpm" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="ecpm_calculation_method" type="xsd:string" minOccurs="0"/><xsd:element name="ym_numbers_difference" type="types:enum_ym_numbers_difference" nillable="true" minOccurs="0"/><xsd:element name="effective_price" type="xsd:float" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" minOccurs="0"/><xsd:element name="is_cpm_floor" type="xsd:boolean" minOccurs="0"/><xsd:element name="line_item_goals" type="types:array_of_line_item_goal" nillable="true" minOccurs="0"/><xsd:element name="show_to_linked_sellers" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_ym_numbers_difference"><xsd:restriction base="xsd:string"><xsd:enumeration value="lower"/><xsd:enumeration value="higher"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_line_item_goal"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:line_item_goal[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="line_item_goal"><xsd:all><xsd:element name="conversion_id" type="xsd:long" minOccurs="0"/><xsd:element name="goal_amount" type="xsd:float" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="ex_entity_ids"><xsd:all><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="site_id" type="xsd:long" minOccurs="0"/><xsd:element name="section_id" type="xsd:long" minOccurs="0"/><xsd:element name="insertion_order_id" type="xsd:long" minOccurs="0"/><xsd:element name="line_item_id" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="ad_tag_options"><xsd:all><xsd:element name="tag_type" type="types:enum_ad_tag_type" nillable="true" minOccurs="0"/><xsd:element name="banners_size_ids" type="types:array_of_int" nillable="true" minOccurs="0"/><xsd:element name="ban_flash_ads" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="do_not_bypass_blockers" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="pub_query_string" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="pub_redirect" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="pub_redirect_encoded" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="click_url" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="click_url_encoded" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="pop_type" type="types:enum_ad_pop_type" nillable="true" minOccurs="0"/><xsd:element name="pop_freq_times" type="xsd:long" minOccurs="0"/><xsd:element name="pop_freq_span" type="xsd:long" minOccurs="0"/><xsd:element name="pop_freq_unit" type="types:enum_ad_pop_freq_unit" minOccurs="0"/><xsd:element name="pop_freq_suppress" type="xsd:boolean" minOccurs="0"/><xsd:element name="ad_resize" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="ad_fixed" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="pre_width" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="pre_height" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="interstitial_logo" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="interstitial_title" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="interstitial_bgcolor" type="xsd:string" minOccurs="0"/><xsd:element name="interstitial_textcolor" type="xsd:string" minOccurs="0"/><xsd:element name="interstitial_linkcolor" type="xsd:string" minOccurs="0"/><xsd:element name="interstitial_disappears" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_ad_tag_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="ad"/><xsd:enumeration value="iframe"/><xsd:enumeration value="pop"/></xsd:restriction></xsd:simpleType><xsd:simpleType name="enum_ad_pop_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="popup_or_popunder"/><xsd:enumeration value="popup_only"/><xsd:enumeration value="popunder_only"/><xsd:enumeration value="floating_only"/><xsd:enumeration value="interstitial_only"/><xsd:enumeration value="prepop_only"/></xsd:restriction></xsd:simpleType><xsd:simpleType name="enum_ad_pop_freq_unit"><xsd:restriction base="xsd:string"><xsd:enumeration value="minute(s)"/><xsd:enumeration value="hour(s)"/><xsd:enumeration value="day(s)"/></xsd:restriction></xsd:simpleType><xsd:complexType name="entity_official_contacts"><xsd:all><xsd:element name="account_managers" type="types:array_of_contact" minOccurs="0"/><xsd:element name="trafficker_persons" type="types:array_of_contact" minOccurs="0"/><xsd:element name="sales_persons" type="types:array_of_contact" minOccurs="0"/><xsd:element name="finance_contacts" type="types:array_of_contact" minOccurs="0"/><xsd:element name="business_contacts" type="types:array_of_contact" minOccurs="0"/><xsd:element name="operations_contacts" type="types:array_of_contact" minOccurs="0"/><xsd:element name="technical_contacts" type="types:array_of_contact" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_sales_region"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:sales_region[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="sales_region"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_creative_tag_language"><xsd:restriction base="xsd:int"><xsd:enumeration value="263"/><xsd:enumeration value="264"/><xsd:enumeration value="265"/><xsd:enumeration value="266"/><xsd:enumeration value="267"/><xsd:enumeration value="268"/><xsd:enumeration value="269"/><xsd:enumeration value="270"/><xsd:enumeration value="271"/><xsd:enumeration value="272"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_entity_shell"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:entity_shell[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="entity_shell"><xsd:all><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="shell_id" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_insertion_order"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:insertion_order[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="linked_entities_info"><xsd:all><xsd:element name="buyer_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="buyer_name" type="xsd:string" minOccurs="0"/><xsd:element name="seller_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="seller_name" type="xsd:string" minOccurs="0"/><xsd:element name="seller_integration_code" type="xsd:string" minOccurs="0"/><xsd:element name="buyer_integration_code" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_entity_position"><xsd:restriction base="xsd:string"><xsd:enumeration value="All"/><xsd:enumeration value="Buyer"/><xsd:enumeration value="Seller"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_line_item"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:line_item[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="array_of_link_data"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:link_data[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="link_data"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="entity" type="types:entity" minOccurs="0"/><xsd:element name="linking_profile" type="types:linking_profile" minOccurs="0"/><xsd:element name="ratings" type="types:linking_rating" minOccurs="0"/><xsd:element name="user_ratings" type="types:linking_rating" minOccurs="0"/><xsd:element name="sections" type="types:array_of_string" minOccurs="0"/><xsd:element name="contract_history" type="types:array_of_contract_history_item" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="linking_profile"><xsd:all><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="company_name" type="xsd:string" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/><xsd:element name="iso_adv" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="iso_pub" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="logo_url" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="avg_rating" type="xsd:float" minOccurs="0"/><xsd:element name="status" type="xsd:boolean" minOccurs="0"/><xsd:element name="adv_contact_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="pub_contact_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="date_created" type="xsd:dateTime" minOccurs="0"/><xsd:element name="revenue_share" type="xsd:float" minOccurs="0"/><xsd:element name="minimum_payout" type="xsd:float" minOccurs="0"/><xsd:element name="company_website" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="pub_contact_email_address" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="payment_terms" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="payment_methods" type="types:array_of_payment_method" nillable="true" minOccurs="0"/><xsd:element name="rmxd_pub_contact_email" type="xsd:string" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_payment_method"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:payment_method[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="payment_method"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="linking_rating"><xsd:all><xsd:element name="overall" type="xsd:float" minOccurs="0"/><xsd:element name="trust" type="xsd:float" minOccurs="0"/><xsd:element name="cpm" type="xsd:float" minOccurs="0"/><xsd:element name="timely_payout" type="xsd:float" minOccurs="0"/><xsd:element name="support" type="xsd:float" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_contract_history_item"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:contract_history_item[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="contract_history_item"><xsd:all><xsd:element name="insertion_order" type="types:insertion_order" minOccurs="0"/><xsd:element name="line_items" type="types:array_of_line_item" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="rating_options"><xsd:all><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="overall" type="xsd:long" minOccurs="0"/><xsd:element name="trust" type="xsd:long" minOccurs="0"/><xsd:element name="cpm" type="xsd:long" minOccurs="0"/><xsd:element name="timely_payout" type="xsd:long" minOccurs="0"/><xsd:element name="support" type="xsd:long" minOccurs="0"/><xsd:element name="comment" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="piggyback_pixel"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="entity_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="pixel_redirect_url" type="xsd:string" minOccurs="0"/><xsd:element name="pixel_type" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_piggyback_pixel"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:piggyback_pixel[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="pixel_tag_params"><xsd:all><xsd:element name="advertiser_id" type="xsd:long" minOccurs="0"/><xsd:element name="conversion_ids" type="types:array_of_int" minOccurs="0"/><xsd:element name="conversion_tag_type" type="types:enum_conversion_tag_type" minOccurs="0"/><xsd:element name="secure_pixel" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_conversion_tag_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="img"/><xsd:enumeration value="script"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_placement"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:placement[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="placement"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="price" type="xsd:float" minOccurs="0"/><xsd:element name="size_id" type="xsd:long" minOccurs="0"/><xsd:element name="tag" type="xsd:string" minOccurs="0"/><xsd:element name="geo_target" type="types:target_geography" minOccurs="0"/><xsd:element name="section_target" type="types:target_section" minOccurs="0"/><xsd:element name="frequency_target" type="types:target_frequency" minOccurs="0"/><xsd:element name="enabled" type="xsd:boolean" minOccurs="0"/><xsd:element name="line_item" type="types:line_item" minOccurs="0"/><xsd:element name="creative" type="types:creative" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_geography"><xsd:all><xsd:element name="use_regions" type="xsd:boolean" minOccurs="0"/><xsd:element name="country_ids" type="types:array_of_int" minOccurs="0"/><xsd:element name="region_ids" type="types:array_of_int" minOccurs="0"/><xsd:element name="dma_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_section"><xsd:all><xsd:element name="section_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="section_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_frequency"><xsd:all><xsd:element name="frequency" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="period" type="xsd:long" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="placement_creative"><xsd:all><xsd:element name="tag" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="media_type" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="pop_types" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="menubar" type="xsd:long" minOccurs="0"/><xsd:element name="resizable" type="xsd:long" minOccurs="0"/><xsd:element name="scrollbars" type="xsd:long" minOccurs="0"/><xsd:element name="status" type="xsd:long" minOccurs="0"/><xsd:element name="toolbar" type="xsd:long" minOccurs="0"/><xsd:element name="addressbar" type="xsd:long" minOccurs="0"/><xsd:element name="pop_expand_to_full_window" type="xsd:long" minOccurs="0"/><xsd:element name="pop_height" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="pop_width" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="pop_window_title" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="is_third_party" type="xsd:long" minOccurs="0"/><xsd:element name="creative_type" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="clickthrough_url" type="xsd:string" minOccurs="0"/><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="code" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="advertiser_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_audited" type="xsd:boolean" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/><xsd:element name="adapt_media_hex" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="adapt_click_hex" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="size_id" type="xsd:long" minOccurs="0"/><xsd:element name="is_pending" type="xsd:boolean" minOccurs="0"/><xsd:element name="created_on" type="xsd:dateTime" minOccurs="0"/><xsd:element name="height" type="xsd:long" minOccurs="0"/><xsd:element name="width" type="xsd:long" minOccurs="0"/><xsd:element name="beacon_conversion_id" type="xsd:long" minOccurs="0"/><xsd:element name="original_tag" type="xsd:string" minOccurs="0"/><xsd:element name="can_track_clicks" type="xsd:boolean" minOccurs="0"/><xsd:element name="flash_loop" type="xsd:boolean" minOccurs="0"/><xsd:element name="flash_bgcolor" type="xsd:string" minOccurs="0"/><xsd:element name="flash_clicktag" type="xsd:string" minOccurs="0"/><xsd:element name="third_party_type" type="types:enum_creative_third_party_types" nillable="true" minOccurs="0"/><xsd:element name="is_ssl" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_distracting" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_suggestive" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_violent" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_textlink" type="xsd:boolean" minOccurs="0"/><xsd:element name="has_active_x" type="xsd:boolean" minOccurs="0"/><xsd:element name="has_exit_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="banner_opens_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="flash_has_embedded_url" type="xsd:boolean" minOccurs="0"/><xsd:element name="offer_type_id" type="xsd:long" minOccurs="0"/><xsd:element name="click_url" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="has_video_or_rich_media" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_deceptive" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_political" type="xsd:boolean" minOccurs="0"/><xsd:element name="audio_type" type="xsd:string" minOccurs="0"/><xsd:element name="target_profile_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="delivery_rules_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="initiates_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_web_site_pop" type="xsd:boolean" minOccurs="0"/><xsd:element name="no_iframes" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_pre_audited" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="first_human_audit" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="first_audited_by_contact_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="last_audited_by_contact_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="last_human_audit" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="human_audit_started_on" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="last_automated_audit" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="use_campaign_click_url" type="xsd:long" minOccurs="0"/><xsd:element name="priority" type="types:enum_priority" minOccurs="0"/><xsd:element name="contents" type="types:array_of_creative_content" minOccurs="0"/><xsd:element name="imp_budget" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="imp_delivery_type" type="xsd:string" minOccurs="0"/><xsd:element name="imp_delivery_cap" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="is_bcm_upload" type="xsd:long" minOccurs="0"/><xsd:element name="view_tracker" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="first_ran_date" type="xsd:dateTime" minOccurs="0"/><xsd:element name="last_ran_date" type="xsd:dateTime" minOccurs="0"/><xsd:element name="needs_arbitration" type="xsd:boolean" minOccurs="0"/><xsd:element name="ad_size_in_bytes" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="language_id" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_publisher"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:publisher[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="publisher"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="entity_type" type="xsd:string" minOccurs="0"/><xsd:element name="secondary_entity_type" type="xsd:string" minOccurs="0"/><xsd:element name="managing_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="comment" type="xsd:string" minOccurs="0"/><xsd:element name="currency_id" type="xsd:long" minOccurs="0"/><xsd:element name="exchange_rate" type="xsd:float" minOccurs="0"/><xsd:element name="created_on" type="xsd:dateTime" minOccurs="0"/><xsd:element name="created_by_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="referral_source_id" type="xsd:long" minOccurs="0"/><xsd:element name="notes" type="xsd:string" minOccurs="0"/><xsd:element name="no_imps_month" type="xsd:long" minOccurs="0"/><xsd:element name="applied_on" type="xsd:dateTime" minOccurs="0"/><xsd:element name="default_site_id" type="xsd:long" minOccurs="0"/><xsd:element name="uses_site_codes" type="xsd:boolean" minOccurs="0"/><xsd:element name="account_manager_id" type="xsd:long" minOccurs="0"/><xsd:element name="trafficker_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="sales_region_id" type="xsd:long" minOccurs="0"/><xsd:element name="serving_domain" type="xsd:string" minOccurs="0"/><xsd:element name="simple_trafficking" type="xsd:long" minOccurs="0"/><xsd:element name="uses_managed_entity_codes" type="xsd:boolean" minOccurs="0"/><xsd:element name="default_managed_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="managed_entity_code" type="xsd:string" minOccurs="0"/><xsd:element name="time_zone" type="xsd:string" minOccurs="0"/><xsd:element name="sections_share_channels" type="xsd:long" minOccurs="0"/><xsd:element name="pub_learn_percentage" type="xsd:long" minOccurs="0"/><xsd:element name="serving_name" type="xsd:string" minOccurs="0"/><xsd:element name="default_publisher_billing_code" type="xsd:string" minOccurs="0"/><xsd:element name="adserver_profile_id" type="xsd:long" minOccurs="0"/><xsd:element name="is_linkable" type="xsd:long" minOccurs="0"/><xsd:element name="language_id" type="xsd:long" minOccurs="0"/><xsd:element name="target_profile_id" type="xsd:long" minOccurs="0"/><xsd:element name="content_domain" type="xsd:string" minOccurs="0"/><xsd:element name="log_predict_stats" type="xsd:long" minOccurs="0"/><xsd:element name="network_only_linking" type="xsd:boolean" minOccurs="0"/><xsd:element name="can_create_managed_pubs" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_rmxd" type="xsd:boolean" minOccurs="0"/><xsd:element name="business_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="operations_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="technical_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="allow_cpm_floor" type="xsd:boolean" minOccurs="0"/><xsd:element name="lastupd" type="xsd:dateTime" minOccurs="0"/><xsd:element name="address1" type="xsd:string" minOccurs="0"/><xsd:element name="address2" type="xsd:string" minOccurs="0"/><xsd:element name="city" type="xsd:string" minOccurs="0"/><xsd:element name="region_id" type="xsd:long" minOccurs="0"/><xsd:element name="zip" type="xsd:string" minOccurs="0"/><xsd:element name="country_id" type="xsd:long" minOccurs="0"/><xsd:element name="finance_office_currency_id" type="xsd:long" minOccurs="0"/><xsd:element name="finance_office_tax_id" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="finance_office_billing_name" type="xsd:string" minOccurs="0"/><xsd:element name="finance_contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="entity_metadata_notes" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="integration_code" type="xsd:string" minOccurs="0"/><xsd:element name="use_all_delivery_priorities" type="xsd:long" minOccurs="0"/><xsd:element name="allow_insert_objects_per_day" type="xsd:long" minOccurs="0"/><xsd:element name="creative_tag_language_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="shell_id" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="accepts_links" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="publisher_data"><xsd:all><xsd:element name="publisher" type="types:publisher" minOccurs="0"/><xsd:element name="entity" type="types:entity" minOccurs="0"/><xsd:element name="contact" type="types:contact" minOccurs="0"/><xsd:element name="create_site_section" type="xsd:boolean" minOccurs="0"/><xsd:element name="site" type="types:site" minOccurs="0"/><xsd:element name="section" type="types:section" minOccurs="0"/><xsd:element name="create_io_li" type="xsd:boolean" minOccurs="0"/><xsd:element name="insertion_order" type="types:insertion_order" minOccurs="0"/><xsd:element name="line_item" type="types:line_item" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_quicksearch_object_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="all"/><xsd:enumeration value="entity"/><xsd:enumeration value="contact"/><xsd:enumeration value="insertion_order"/><xsd:enumeration value="line_item"/><xsd:enumeration value="creative"/><xsd:enumeration value="pixel"/><xsd:enumeration value="site"/><xsd:enumeration value="section"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_quicksearch_result"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:quicksearch_result[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="quicksearch_result"><xsd:all><xsd:element name="owner_entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="owner_entity_name" type="xsd:string" minOccurs="0"/><xsd:element name="owner_entity_type" type="xsd:string" minOccurs="0"/><xsd:element name="object_type" type="xsd:string" minOccurs="0"/><xsd:element name="object_id" type="xsd:long" minOccurs="0"/><xsd:element name="object_name" type="xsd:string" minOccurs="0"/><xsd:element name="owner_additional_type" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_search_object_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="entity"/><xsd:enumeration value="contact"/><xsd:enumeration value="insertion_order"/><xsd:enumeration value="line_item"/><xsd:enumeration value="creative"/><xsd:enumeration value="campaign"/><xsd:enumeration value="pixel"/><xsd:enumeration value="site"/><xsd:enumeration value="section"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_search_data"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:search_data[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="search_data"><xsd:all><xsd:element name="field_name" type="xsd:string" minOccurs="0"/><xsd:element name="field_value" type="xsd:string" minOccurs="0"/><xsd:element name="exact_match" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_section"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:section[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="array_of_site"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:site[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="gender_target"><xsd:all><xsd:element name="include_male_gender" type="xsd:boolean" minOccurs="0"/><xsd:element name="include_female_gender" type="xsd:boolean" minOccurs="0"/><xsd:element name="include_unknown_gender" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_daypart"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:daypart[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="daypart"><xsd:all><xsd:element name="day_id" type="xsd:long" minOccurs="0"/><xsd:element name="start_time" type="xsd:long" minOccurs="0"/><xsd:element name="end_time" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_target_pixel"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:target_pixel[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="target_pixel"><xsd:all><xsd:element name="conversion_id" type="xsd:long" minOccurs="0"/><xsd:element name="required" type="xsd:boolean" minOccurs="0"/><xsd:element name="negated" type="xsd:boolean" minOccurs="0"/><xsd:element name="seconds_since_conversion" type="xsd:long" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_query_string_option"><xsd:restriction base="xsd:string"><xsd:enumeration value="require_all"/><xsd:enumeration value="require_any"/><xsd:enumeration value="exclude_if_all"/><xsd:enumeration value="exclude_if_any"/></xsd:restriction></xsd:simpleType><xsd:complexType name="vurl_options"><xsd:all><xsd:element name="vurl_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="vurl_category_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="require_audited_vurl" type="xsd:boolean" minOccurs="0"/><xsd:element name="rmx_100_only" type="xsd:boolean" minOccurs="0"/><xsd:element name="rmx_250_only" type="xsd:boolean" minOccurs="0"/><xsd:element name="no_adware" type="xsd:boolean" minOccurs="0"/><xsd:element name="no_click_fraud" type="xsd:boolean" minOccurs="0"/><xsd:element name="no_foreign_language" type="xsd:boolean" minOccurs="0"/><xsd:element name="no_banned" type="xsd:boolean" minOccurs="0"/><xsd:element name="no_inactive" type="xsd:boolean" minOccurs="0"/><xsd:element name="banned_vurl_categories" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="vurl_search_options"><xsd:all><xsd:element name="ids" type="types:array_of_int" nillable="true" minOccurs="0"/><xsd:element name="pattern" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="description" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="parent" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="category_ids" type="types:array_of_int" nillable="true" minOccurs="0"/><xsd:element name="rmx_100_only" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="rmx_250_only" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="is_adware" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="is_click_fraud" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="is_audited" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="is_foreign_language" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="is_banned" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="is_active" type="xsd:boolean" nillable="true" minOccurs="0"/><xsd:element name="minimum_brandsafe_levels" type="types:array_of_enum_minimum_brandsafe_level" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_enum_minimum_brandsafe_level"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:enum_minimum_brandsafe_level[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:simpleType name="enum_minimum_brandsafe_level"><xsd:restriction base="xsd:string"><xsd:enumeration value="0"/><xsd:enumeration value="1"/><xsd:enumeration value="2"/><xsd:enumeration value="3"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_vurl"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:vurl[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="vurl"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="url" type="xsd:string" minOccurs="0"/><xsd:element name="vurl_category_id" type="xsd:long" minOccurs="0"/><xsd:element name="is_rmx_100" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_rmx_250" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_adware" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_click_fraud" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_audited" type="xsd:boolean" minOccurs="0"/><xsd:element name="description" type="xsd:string" minOccurs="0"/><xsd:element name="vurl_parent_id" type="xsd:long" minOccurs="0"/><xsd:element name="foreign_lang" type="xsd:boolean" minOccurs="0"/><xsd:element name="minimum_brandsafe_level" type="types:enum_minimum_brandsafe_level" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_vurl_category"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:vurl_category[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="vurl_category"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="deal_properties"><xsd:all><xsd:element name="allow_cpa" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_cpc" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_cpm" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_discretionary" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_roi_target" type="xsd:boolean" minOccurs="0"/><xsd:element name="allow_third_party_numbers" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_target_profile_owner_type_ext"><xsd:restriction base="xsd:string"><xsd:enumeration value="entity"/><xsd:enumeration value="creative"/><xsd:enumeration value="campaign"/><xsd:enumeration value="line_item"/><xsd:enumeration value="secondary_target_profile"/><xsd:enumeration value="target_profile"/></xsd:restriction></xsd:simpleType><xsd:simpleType name="enum_target_profile_owner_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="entity"/><xsd:enumeration value="creative"/><xsd:enumeration value="campaign"/><xsd:enumeration value="line_item"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_default_target_profile"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:default_target_profile[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="default_target_profile"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="default_profile_name" type="xsd:string" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_profile"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="default_profile_name" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_default" type="xsd:long" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_profile_full"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="time_relative_to" type="xsd:string" minOccurs="0"/><xsd:element name="relative_time_region_id" type="xsd:long" minOccurs="0"/><xsd:element name="time_include" type="xsd:boolean" minOccurs="0"/><xsd:element name="country_include" type="xsd:boolean" minOccurs="0"/><xsd:element name="section_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="gmt_offset" type="xsd:long" minOccurs="0"/><xsd:element name="target_msa" type="xsd:boolean" minOccurs="0"/><xsd:element name="show_to_unknown" type="xsd:boolean" minOccurs="0"/><xsd:element name="age_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="netspeed_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="seller_entity_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="browser_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="size_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="created_on" type="xsd:dateTime" nillable="true" minOccurs="0"/><xsd:element name="language_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="channel_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="inventory_type_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="offer_type_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="max_mpaa_rating" type="xsd:string" minOccurs="0"/><xsd:element name="creative_specs_id" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="buyer_entity_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="creative_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="frequency_period" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="frequency_exposures" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="isp_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="url_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="line_item_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="buyer_line_item_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="seller_line_item_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="site_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="querystring_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="require_all_querystrings" type="xsd:boolean" minOccurs="0"/><xsd:element name="querystring_logic_expression" type="xsd:string" minOccurs="0"/><xsd:element name="require_all_conversions" type="xsd:boolean" minOccurs="0"/><xsd:element name="pixel_logic_expression" type="xsd:string" minOccurs="0"/><xsd:element name="vurl_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="vurl_category_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="require_audited_vurl" type="xsd:boolean" minOccurs="0"/><xsd:element name="no_adware" type="xsd:boolean" minOccurs="0"/><xsd:element name="no_click_fraud" type="xsd:boolean" minOccurs="0"/><xsd:element name="rmx_100_only" type="xsd:boolean" minOccurs="0"/><xsd:element name="rmx_250_only" type="xsd:boolean" minOccurs="0"/><xsd:element name="advertiser_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="include_male_gender" type="xsd:boolean" minOccurs="0"/><xsd:element name="include_female_gender" type="xsd:boolean" minOccurs="0"/><xsd:element name="include_unknown_gender" type="xsd:boolean" minOccurs="0"/><xsd:element name="no_foreign_language_vurls" type="xsd:boolean" minOccurs="0"/><xsd:element name="approved_vurls_only" type="xsd:boolean" minOccurs="0"/><xsd:element name="active_vurls_only" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_default" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="default_profile_name" type="xsd:string" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="targetings"><xsd:all><xsd:element name="Sizes" type="types:target_size" nillable="true" minOccurs="0"/><xsd:element name="Sections" type="types:target_section" nillable="true" minOccurs="0"/><xsd:element name="Languages" type="types:target_language" nillable="true" minOccurs="0"/><xsd:element name="Netspeeds" type="types:target_netspeed" nillable="true" minOccurs="0"/><xsd:element name="InventoryTypes" type="types:target_inventory_type" nillable="true" minOccurs="0"/><xsd:element name="Publishers" type="types:target_publisher_entity" nillable="true" minOccurs="0"/><xsd:element name="Urls" type="types:target_url" nillable="true" minOccurs="0"/><xsd:element name="Browsers" type="types:target_browser" nillable="true" minOccurs="0"/><xsd:element name="Isps" type="types:target_isp" nillable="true" minOccurs="0"/><xsd:element name="Channels" type="types:target_channel" nillable="true" minOccurs="0"/><xsd:element name="Rating" type="types:target_rating" minOccurs="0"/><xsd:element name="Frequency" type="types:target_frequency" minOccurs="0"/><xsd:element name="Geography" type="types:target_geography" nillable="true" minOccurs="0"/><xsd:element name="Gender" type="types:target_gender" nillable="true" minOccurs="0"/><xsd:element name="Dayparts" type="types:target_daypart" nillable="true" minOccurs="0"/><xsd:element name="Pixels" type="types:target_pixels" nillable="true" minOccurs="0"/><xsd:element name="QueryString" type="types:target_querystring" nillable="true" minOccurs="0"/><xsd:element name="VurlTags" type="types:target_vurl_tag" nillable="true" minOccurs="0"/><xsd:element name="ValidatedUrls" type="types:target_vurl" nillable="true" minOccurs="0"/><xsd:element name="Advertisers" type="types:target_advertiser_entity" nillable="true" minOccurs="0"/><xsd:element name="DealProperties" type="types:deal_properties" nillable="true" minOccurs="0"/><xsd:element name="Ages" type="types:target_age" nillable="true" minOccurs="0"/><xsd:element name="CreativeTags" type="types:target_creative_tag" nillable="true" minOccurs="0"/><xsd:element name="CreativeSpecs" type="types:creative_specs" nillable="true" minOccurs="0"/><xsd:element name="Creatives" type="types:target_creative" nillable="true" minOccurs="0"/><xsd:element name="BuyerLineItems" type="types:target_buyer_line_item" nillable="true" minOccurs="0"/><xsd:element name="SellerLineItems" type="types:target_seller_line_item" nillable="true" minOccurs="0"/><xsd:element name="OfferTypes" type="types:target_offer_type" nillable="true" minOccurs="0"/><xsd:element name="Buyers" type="types:target_buyer_entity" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_size"><xsd:all><xsd:element name="size_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="size_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_language"><xsd:all><xsd:element name="language_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="language_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_netspeed"><xsd:all><xsd:element name="netspeed_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="netspeed_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_inventory_type"><xsd:all><xsd:element name="inventory_type_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="inventory_type_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_publisher_entity"><xsd:all><xsd:element name="seller_entity_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="publisher_entity_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_url"><xsd:all><xsd:element name="url_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="urls" type="types:array_of_string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_browser"><xsd:all><xsd:element name="browser_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="browser_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_isp"><xsd:all><xsd:element name="isp_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="isp_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_channel"><xsd:all><xsd:element name="channel_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="include_channel_ids" type="types:array_of_int" minOccurs="0"/><xsd:element name="exclude_channel_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_rating"><xsd:all><xsd:element name="max_mpaa_rating" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_gender"><xsd:all><xsd:element name="include_male_gender" type="xsd:boolean" minOccurs="0"/><xsd:element name="include_female_gender" type="xsd:boolean" minOccurs="0"/><xsd:element name="include_unknown_gender" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_daypart"><xsd:all><xsd:element name="relative_time_region_id" type="xsd:long" minOccurs="0"/><xsd:element name="dayparts" type="types:array_of_daypart" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_pixels"><xsd:all><xsd:element name="require_all" type="xsd:boolean" minOccurs="0"/><xsd:element name="target_pixels" type="types:array_of_target_pixel" minOccurs="0"/><xsd:element name="logical_expression" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_querystring"><xsd:all><xsd:element name="query_string_option" type="types:enum_query_string_option" minOccurs="0"/><xsd:element name="query_strings" type="types:array_of_string" minOccurs="0"/><xsd:element name="query_string_logical_expression" type="xsd:string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_vurl_tag"><xsd:all><xsd:element name="vurl_tag_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_vurl"><xsd:all><xsd:element name="options" type="types:vurl_options" minOccurs="0"/><xsd:element name="vurl_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_advertiser_entity"><xsd:all><xsd:element name="advertiser_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="advertiser_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_age"><xsd:all><xsd:element name="age_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="target_age" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_creative_tag"><xsd:all><xsd:element name="creative_tag_id" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_creative"><xsd:all><xsd:element name="creative_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="creative_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_buyer_line_item"><xsd:all><xsd:element name="buyer_line_item_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="line_items" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_seller_line_item"><xsd:all><xsd:element name="seller_line_item_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="line_items" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_offer_type"><xsd:all><xsd:element name="offer_type_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="offer_type_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="target_buyer_entity"><xsd:all><xsd:element name="buyer_entity_default" type="xsd:boolean" minOccurs="0"/><xsd:element name="buyer_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_target_object_name"><xsd:restriction base="xsd:string"><xsd:enumeration value="entity"/><xsd:enumeration value="creative"/><xsd:enumeration value="campaign"/><xsd:enumeration value="line_item"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_target_profile_full"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:target_profile_full[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="ct_report_result"><xsd:all><xsd:element name="url" type="xsd:string" minOccurs="0"/><xsd:element name="result" type="xsd:boolean" minOccurs="0"/><xsd:element name="exception_detail" type="types:exception_detail" minOccurs="0"/><xsd:element name="exception_text" type="xsd:string" minOccurs="0"/><xsd:element name="item_id" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_notification_message_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="warning"/><xsd:enumeration value="notification"/><xsd:enumeration value="AdwareNotification"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_adware_section_params"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:adware_section_params[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="adware_section_params"><xsd:all><xsd:element name="section_id" type="xsd:long" minOccurs="0"/><xsd:element name="section_code" type="xsd:string" minOccurs="0"/><xsd:element name="site_id" type="xsd:long" minOccurs="0"/><xsd:element name="site_code" type="xsd:string" minOccurs="0"/><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="entity_code" type="xsd:string" minOccurs="0"/><xsd:element name="network_entity_id" type="xsd:long" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="traf_monitor_alert"><xsd:all><xsd:element name="id" type="xsd:long" minOccurs="0"/><xsd:element name="name" type="xsd:string" minOccurs="0"/><xsd:element name="description" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="contact_id" type="xsd:long" minOccurs="0"/><xsd:element name="active" type="xsd:boolean" minOccurs="0"/><xsd:element name="domain" type="xsd:string" minOccurs="0"/><xsd:element name="use_all_objects" type="xsd:boolean" minOccurs="0"/><xsd:element name="use_all_objects_secondary" type="xsd:boolean" minOccurs="0"/><xsd:element name="min_imps" type="xsd:long" minOccurs="0"/><xsd:element name="max_imps" type="xsd:long" minOccurs="0"/><xsd:element name="min_volume" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="max_volume" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="pct_decrease" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="pct_increase" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="min_losses_pct" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="sigma_multiplier" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="metric_type" type="xsd:string" minOccurs="0"/><xsd:element name="is_daily" type="xsd:boolean" minOccurs="0"/><xsd:element name="is_hourly" type="xsd:boolean" minOccurs="0"/><xsd:element name="min_metric_value" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="max_metric_value" type="xsd:float" nillable="true" minOccurs="0"/><xsd:element name="version" type="xsd:long" minOccurs="0"/><xsd:element name="analysis_scheme" type="xsd:long" nillable="true" minOccurs="0"/><xsd:element name="selected_entity_ids" type="types:array_of_int" minOccurs="0"/><xsd:element name="selected_entity_ids_secondary" type="types:array_of_int" minOccurs="0"/><xsd:element name="emails" type="types:array_of_string" minOccurs="0"/><xsd:element name="tm_environment" type="xsd:string" minOccurs="0"/><xsd:element name="selected_line_item_ids" type="types:array_of_int" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_traf_monitor_alert"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:traf_monitor_alert[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:simpleType name="enum_tma_period_type"><xsd:restriction base="xsd:string"><xsd:enumeration value="all"/><xsd:enumeration value="is_daily"/><xsd:enumeration value="is_hourly"/><xsd:enumeration value="is_weekly"/></xsd:restriction></xsd:simpleType><xsd:simpleType name="enum_tma_tm_environment"><xsd:restriction base="xsd:string"><xsd:enumeration value="prod"/><xsd:enumeration value="test"/><xsd:enumeration value="qa"/></xsd:restriction></xsd:simpleType><xsd:complexType name="array_of_binary"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:base64Binary[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="array_of_tag_emails"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:tag_emails[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="tag_emails"><xsd:all><xsd:element name="tag_id" type="xsd:long" minOccurs="0"/><xsd:element name="emails" type="types:array_of_string" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="array_of_managing_entity_ids"><xsd:complexContent><xsd:restriction base="soapenc:Array"><xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="types:managing_entity_ids[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="managing_entity_ids"><xsd:all><xsd:element name="entity_id" type="xsd:long" minOccurs="0"/><xsd:element name="managing_entity_name" type="xsd:string" nillable="true" minOccurs="0"/><xsd:element name="managing_entity_id" type="xsd:long" nillable="true" minOccurs="0"/></xsd:all></xsd:complexType><xsd:complexType name="flash_info"><xsd:all><xsd:element name="is_high_risk" type="xsd:boolean" minOccurs="0"/><xsd:element name="click_tags" type="types:array_of_string" minOccurs="0"/><xsd:element name="click_urls" type="types:array_of_string" minOccurs="0"/><xsd:element name="file_size" type="xsd:long" minOccurs="0"/><xsd:element name="ad_height" type="xsd:long" minOccurs="0"/><xsd:element name="ad_width" type="xsd:long" minOccurs="0"/><xsd:element name="contains_audio" type="xsd:boolean" minOccurs="0"/></xsd:all></xsd:complexType><xsd:simpleType name="enum_report_request_status"><xsd:restriction base="xsd:string"><xsd:enumeration value="running"/><xsd:enumeration value="complete"/><xsd:enumeration value="error"/></xsd:restriction></xsd:simpleType></xsd:schema>