yieldmanager 0.0.2 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. data/README.rdoc +32 -5
  2. data/Rakefile +22 -0
  3. data/TODO +15 -0
  4. data/VERSION +1 -1
  5. data/lib/yieldmanager/builder.rb +73 -0
  6. data/lib/yieldmanager/client.rb +106 -0
  7. data/lib/yieldmanager.rb +11 -15
  8. data/spec/yieldmanager/builder_spec.rb +74 -0
  9. data/spec/yieldmanager/client_spec.rb +87 -0
  10. data/wsdls/1.30/prod/adjustment.wsdl +2 -0
  11. data/wsdls/1.30/prod/advertiser.wsdl +2 -0
  12. data/wsdls/1.30/prod/campaign.wsdl +2 -0
  13. data/wsdls/1.30/prod/contact.wsdl +2 -0
  14. data/wsdls/1.30/prod/creative.wsdl +2 -0
  15. data/wsdls/1.30/prod/dictionary.wsdl +2 -0
  16. data/wsdls/1.30/prod/entity.wsdl +2 -0
  17. data/wsdls/1.30/prod/insertion_order.wsdl +2 -0
  18. data/wsdls/1.30/prod/line_item.wsdl +2 -0
  19. data/wsdls/1.30/prod/linking.wsdl +2 -0
  20. data/wsdls/1.30/prod/pixel.wsdl +2 -0
  21. data/wsdls/1.30/prod/placement.wsdl +2 -0
  22. data/wsdls/1.30/prod/publisher.wsdl +2 -0
  23. data/wsdls/1.30/prod/report.wsdl +2 -0
  24. data/wsdls/1.30/prod/search.wsdl +2 -0
  25. data/wsdls/1.30/prod/section.wsdl +2 -0
  26. data/wsdls/1.30/prod/site.wsdl +2 -0
  27. data/wsdls/1.30/prod/target_profile.wsdl +2 -0
  28. data/wsdls/1.30/prod/xsd_gen.php +40 -0
  29. data/wsdls/1.30/test/adjustment.wsdl +2 -0
  30. data/wsdls/1.30/test/advertiser.wsdl +2 -0
  31. data/wsdls/1.30/test/campaign.wsdl +2 -0
  32. data/wsdls/1.30/test/contact.wsdl +2 -0
  33. data/wsdls/1.30/test/creative.wsdl +2 -0
  34. data/wsdls/1.30/test/dictionary.wsdl +2 -0
  35. data/wsdls/1.30/test/entity.wsdl +2 -0
  36. data/wsdls/1.30/test/insertion_order.wsdl +2 -0
  37. data/wsdls/1.30/test/line_item.wsdl +2 -0
  38. data/wsdls/1.30/test/linking.wsdl +2 -0
  39. data/wsdls/1.30/test/pixel.wsdl +2 -0
  40. data/wsdls/1.30/test/placement.wsdl +2 -0
  41. data/wsdls/1.30/test/publisher.wsdl +2 -0
  42. data/wsdls/1.30/test/report.wsdl +2 -0
  43. data/wsdls/1.30/test/search.wsdl +2 -0
  44. data/wsdls/1.30/test/section.wsdl +2 -0
  45. data/wsdls/1.30/test/site.wsdl +2 -0
  46. data/wsdls/1.30/test/target_profile.wsdl +2 -0
  47. data/wsdls/1.30/test/xsd_gen.php +40 -0
  48. data/yieldmanager.gemspec +47 -4
  49. metadata +47 -4
  50. data/spec/yieldmanager_spec.rb +0 -23
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0"?>
2
+ <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:api="http://api.yieldmanager.com/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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types:array_of_int"/><wsdl:part name="exclude_channels" type="types: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="types:array_of_int"/><wsdl:part name="region_ids" type="types:array_of_int"/><wsdl:part name="dma_ids" type="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types:array_of_int"/><wsdl:part name="exclude_channels" type="types: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="types:array_of_int"/><wsdl:part name="region_ids" type="types:array_of_int"/><wsdl:part name="dma_ids" type="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types:array_of_int"/><wsdl:part name="exclude_channel_ids" type="types: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="types:array_of_int"/><wsdl:part name="region_ids" type="types:array_of_int"/><wsdl:part name="dma_ids" type="types: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="types: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="types: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="types: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="types: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="types:array_of_int"/></wsdl:message><wsdl:message name="setTargetCreativeTagsOutput"/><wsdl:message name="getTargetCreativeTagsOutput"><wsdl:part name="creative_tags_id_list" type="types:array_of_int"/></wsdl:message><wsdl:message name="setTargetCreativeSpecsOutput"/><wsdl:message name="getTargetCreativeSpecsOutput"><wsdl:part name="creative_specs" type="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types: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="types:array_of_int"/><wsdl:part name="exclude_channel_ids" type="types: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="types:array_of_int"/><wsdl:part name="region_ids" type="types:array_of_int"/><wsdl:part name="dma_ids" type="types: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="types: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="types: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="types: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="types: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="types:array_of_int"/></wsdl:message><wsdl:message name="setTargetCreativeTags2Output"/><wsdl:message name="getTargetCreativeTags2Output"><wsdl:part name="creative_tags_id_list" type="types:array_of_int"/></wsdl:message><wsdl:message name="setTargetCreativeSpecs2Output"/><wsdl:message name="getTargetCreativeSpecs2Output"><wsdl:part name="creative_specs" type="types: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="types: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="types: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="types: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="types: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="types: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="types:array_of_string"/></wsdl:message><wsdl:message name="deleteDefaultTargetProfileOutput"/><wsdl:message name="listDefaultTargetProfilesOutput"><wsdl:part name="tp_ids" type="types: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="types: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="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetSizesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetSectionsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetSectionsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetLanguagesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetLanguagesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetNetspeedsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetNetspeedsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetInventoryTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetInventoryTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetPublishersFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetPublishersFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetUrlsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetUrlsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetBrowsersFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetBrowsersFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetIspsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetIspsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetChannelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetChannelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetRatingFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetRatingFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetGenderFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetGenderFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetFrequencyFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetFrequencyFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetGeographyFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetGeographyFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetDaypartsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetDaypartsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetPixelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetPixelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetQueryStringFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetQueryStringFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetVurlTagsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetVurlTagsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetValidatedUrlsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetValidatedUrlsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetAdvertisersFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetAdvertisersFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="searchVurlsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getVurlCategoriesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetDealPropertiesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetDealPropertiesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetAgesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetAgesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreativeTagsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreativeTagsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreativeSpecsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreativeSpecsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreativesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreativesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetBuyerLineItemsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetBuyerLineItemsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetSellerLineItemsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetSellerLineItemsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetOfferTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetOfferTypesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetSizes2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetSizes2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetSections2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetSections2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetLanguages2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetLanguages2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetNetspeeds2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetNetspeeds2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetInventoryTypes2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetInventoryTypes2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetPublishers2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetPublishers2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetUrls2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetUrls2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetBrowsers2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetBrowsers2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetIsps2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetIsps2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetChannels2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetChannels2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetRating2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetRating2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetGender2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetGender2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetFrequency2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetFrequency2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetGeography2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetGeography2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetDayparts2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetDayparts2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetPixels2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetPixels2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetQueryString2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetQueryString2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetVurlTags2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetVurlTags2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetValidatedUrls2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetValidatedUrls2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetAdvertisers2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetAdvertisers2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetDealProperties2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetDealProperties2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetAges2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetAges2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreativeTags2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreativeTags2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreativeSpecs2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreativeSpecs2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetCreatives2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetCreatives2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetBuyerLineItems2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetBuyerLineItems2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetSellerLineItems2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetSellerLineItems2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetBuyers2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetBuyers2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setTargetOfferTypes2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetOfferTypes2Fault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="resetTargetingFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="createDefaultTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAvailableTargetingsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deleteDefaultTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listDefaultTargetProfilesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getDefaultTargetProfilesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="applyDefaultTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="copyTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="overwriteDefaultTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="updateTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="flipCreativeDefaultFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addApprovedCreativesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addBannedCreativesFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addMUTPFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="deleteMUTPFault"><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="getByObjectFault"><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: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>