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/PublisherService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/PublisherService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher" type="types:publisher"/><wsdl:part name="contact" type="types:contact"/></wsdl:message><wsdl:message name="addExInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_data" type="types:publisher_data"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher" type="types:publisher"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="setIntegrationCodeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/><wsdl:part name="code" type="xsd:string"/></wsdl:message><wsdl:message name="lookupInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_codes" type="types:array_of_string"/></wsdl:message><wsdl:message name="setDefaultChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/><wsdl:part name="channel_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getDefaultChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="setDefaultInventoryTypeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/><wsdl:part name="inventory_type" type="xsd:long"/></wsdl:message><wsdl:message name="getDefaultInventoryTypeInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="addTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="publisher_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="publishers" type="types:array_of_publisher"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="addExOutput"><wsdl:part name="ex_entity_id" type="types:ex_entity_ids"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="publisher" type="types:publisher"/></wsdl:message><wsdl:message name="setIntegrationCodeOutput"/><wsdl:message name="lookupOutput"><wsdl:part name="publishers" type="types:array_of_array_of_int"/></wsdl:message><wsdl:message name="setDefaultChannelsOutput"/><wsdl:message name="getDefaultChannelsOutput"><wsdl:part name="channel_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="setDefaultInventoryTypeOutput"/><wsdl:message name="getDefaultInventoryTypeOutput"><wsdl:part name="inventory_type" type="xsd:long"/></wsdl:message><wsdl:message name="addTargetProfileOutput"><wsdl:part name="target_profile_id" type="xsd:long"/></wsdl:message><wsdl:message name="delTargetProfileOutput"/><wsdl:message name="listAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addExFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setIntegrationCodeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setDefaultChannelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getDefaultChannelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setDefaultInventoryTypeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getDefaultInventoryTypeFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="delTargetProfileFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="PublisherServicePortType"><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="addEx"><wsdl:input name="addExInput" message="api:addExInput"/><wsdl:output name="addExOutput" message="api:addExOutput"/><wsdl:fault name="addExFault" message="api:addExFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="setIntegrationCode"><wsdl:input name="setIntegrationCodeInput" message="api:setIntegrationCodeInput"/><wsdl:output name="setIntegrationCodeOutput" message="api:setIntegrationCodeOutput"/><wsdl:fault name="setIntegrationCodeFault" message="api:setIntegrationCodeFault"/></wsdl:operation><wsdl:operation name="lookup"><wsdl:input name="lookupInput" message="api:lookupInput"/><wsdl:output name="lookupOutput" message="api:lookupOutput"/><wsdl:fault name="lookupFault" message="api:lookupFault"/></wsdl:operation><wsdl:operation name="setDefaultChannels"><wsdl:input name="setDefaultChannelsInput" message="api:setDefaultChannelsInput"/><wsdl:output name="setDefaultChannelsOutput" message="api:setDefaultChannelsOutput"/><wsdl:fault name="setDefaultChannelsFault" message="api:setDefaultChannelsFault"/></wsdl:operation><wsdl:operation name="getDefaultChannels"><wsdl:input name="getDefaultChannelsInput" message="api:getDefaultChannelsInput"/><wsdl:output name="getDefaultChannelsOutput" message="api:getDefaultChannelsOutput"/><wsdl:fault name="getDefaultChannelsFault" message="api:getDefaultChannelsFault"/></wsdl:operation><wsdl:operation name="setDefaultInventoryType"><wsdl:input name="setDefaultInventoryTypeInput" message="api:setDefaultInventoryTypeInput"/><wsdl:output name="setDefaultInventoryTypeOutput" message="api:setDefaultInventoryTypeOutput"/><wsdl:fault name="setDefaultInventoryTypeFault" message="api:setDefaultInventoryTypeFault"/></wsdl:operation><wsdl:operation name="getDefaultInventoryType"><wsdl:input name="getDefaultInventoryTypeInput" message="api:getDefaultInventoryTypeInput"/><wsdl:output name="getDefaultInventoryTypeOutput" message="api:getDefaultInventoryTypeOutput"/><wsdl:fault name="getDefaultInventoryTypeFault" message="api:getDefaultInventoryTypeFault"/></wsdl:operation><wsdl:operation name="addTargetProfile"><wsdl:input name="addTargetProfileInput" message="api:addTargetProfileInput"/><wsdl:output name="addTargetProfileOutput" message="api:addTargetProfileOutput"/><wsdl:fault name="addTargetProfileFault" message="api:addTargetProfileFault"/></wsdl:operation><wsdl:operation name="delTargetProfile"><wsdl:input name="delTargetProfileInput" message="api:delTargetProfileInput"/><wsdl:output name="delTargetProfileOutput" message="api:delTargetProfileOutput"/><wsdl:fault name="delTargetProfileFault" message="api:delTargetProfileFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="PublisherServiceBinding" type="api:PublisherServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listAll"><soap:operation soapAction="urn:PublisherService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:PublisherService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:PublisherService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addEx"><soap:operation soapAction="urn:PublisherService#addEx" style="rpc"/><wsdl:input name="addExInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addExOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addExFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addExFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:PublisherService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:PublisherService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setIntegrationCode"><soap:operation soapAction="urn:PublisherService#setIntegrationCode" style="rpc"/><wsdl:input name="setIntegrationCodeInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setIntegrationCodeOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setIntegrationCodeFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setIntegrationCodeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:PublisherService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setDefaultChannels"><soap:operation soapAction="urn:PublisherService#setDefaultChannels" style="rpc"/><wsdl:input name="setDefaultChannelsInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setDefaultChannelsOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setDefaultChannelsFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setDefaultChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getDefaultChannels"><soap:operation soapAction="urn:PublisherService#getDefaultChannels" style="rpc"/><wsdl:input name="getDefaultChannelsInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getDefaultChannelsOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getDefaultChannelsFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getDefaultChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setDefaultInventoryType"><soap:operation soapAction="urn:PublisherService#setDefaultInventoryType" style="rpc"/><wsdl:input name="setDefaultInventoryTypeInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setDefaultInventoryTypeOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setDefaultInventoryTypeFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setDefaultInventoryTypeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getDefaultInventoryType"><soap:operation soapAction="urn:PublisherService#getDefaultInventoryType" style="rpc"/><wsdl:input name="getDefaultInventoryTypeInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getDefaultInventoryTypeOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getDefaultInventoryTypeFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getDefaultInventoryTypeFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="addTargetProfile"><soap:operation soapAction="urn:PublisherService#addTargetProfile" style="rpc"/><wsdl:input name="addTargetProfileInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addTargetProfileOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addTargetProfileFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addTargetProfileFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="delTargetProfile"><soap:operation soapAction="urn:PublisherService#delTargetProfile" style="rpc"/><wsdl:input name="delTargetProfileInput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="delTargetProfileOutput"><soap:body use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="delTargetProfileFault"><soap:fault use="encoded" namespace="urn:PublisherService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="delTargetProfileFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="PublisherService"><wsdl:port name="PublisherServicePort" binding="api:PublisherServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/publisher.php"/></wsdl:port></wsdl:service></wsdl:definitions>
@@ -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/ReportService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/ReportService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="requestViaXMLInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="xml" type="xsd:string"/></wsdl:message><wsdl:message name="requestSavedReportInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="report_id" type="xsd:long"/></wsdl:message><wsdl:message name="statusInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="report_token" type="xsd:string"/></wsdl:message><wsdl:message name="isMonthCertifiedInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="date" type="xsd:string"/></wsdl:message><wsdl:message name="requestViaXMLOutput"><wsdl:part name="report_token" type="xsd:string"/></wsdl:message><wsdl:message name="requestSavedReportOutput"><wsdl:part name="report_token" type="xsd:string"/></wsdl:message><wsdl:message name="statusOutput"><wsdl:part name="url_report" type="xsd:string"/></wsdl:message><wsdl:message name="isMonthCertifiedOutput"><wsdl:part name="is_certified" type="xsd:boolean"/></wsdl:message><wsdl:message name="requestViaXMLFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="requestSavedReportFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="statusFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="isMonthCertifiedFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="ReportServicePortType"><wsdl:operation name="requestViaXML"><wsdl:input name="requestViaXMLInput" message="api:requestViaXMLInput"/><wsdl:output name="requestViaXMLOutput" message="api:requestViaXMLOutput"/><wsdl:fault name="requestViaXMLFault" message="api:requestViaXMLFault"/></wsdl:operation><wsdl:operation name="requestSavedReport"><wsdl:input name="requestSavedReportInput" message="api:requestSavedReportInput"/><wsdl:output name="requestSavedReportOutput" message="api:requestSavedReportOutput"/><wsdl:fault name="requestSavedReportFault" message="api:requestSavedReportFault"/></wsdl:operation><wsdl:operation name="status"><wsdl:input name="statusInput" message="api:statusInput"/><wsdl:output name="statusOutput" message="api:statusOutput"/><wsdl:fault name="statusFault" message="api:statusFault"/></wsdl:operation><wsdl:operation name="isMonthCertified"><wsdl:input name="isMonthCertifiedInput" message="api:isMonthCertifiedInput"/><wsdl:output name="isMonthCertifiedOutput" message="api:isMonthCertifiedOutput"/><wsdl:fault name="isMonthCertifiedFault" message="api:isMonthCertifiedFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="ReportServiceBinding" type="api:ReportServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="requestViaXML"><soap:operation soapAction="urn:ReportService#requestViaXML" style="rpc"/><wsdl:input name="requestViaXMLInput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="requestViaXMLOutput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="requestViaXMLFault"><soap:fault use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="requestViaXMLFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="requestSavedReport"><soap:operation soapAction="urn:ReportService#requestSavedReport" style="rpc"/><wsdl:input name="requestSavedReportInput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="requestSavedReportOutput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="requestSavedReportFault"><soap:fault use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="requestSavedReportFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="status"><soap:operation soapAction="urn:ReportService#status" style="rpc"/><wsdl:input name="statusInput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="statusOutput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="statusFault"><soap:fault use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="statusFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="isMonthCertified"><soap:operation soapAction="urn:ReportService#isMonthCertified" style="rpc"/><wsdl:input name="isMonthCertifiedInput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="isMonthCertifiedOutput"><soap:body use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="isMonthCertifiedFault"><soap:fault use="encoded" namespace="urn:ReportService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="isMonthCertifiedFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="ReportService"><wsdl:port name="ReportServicePort" binding="api:ReportServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/report.php"/></wsdl:port></wsdl:service></wsdl:definitions>
@@ -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/SearchService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/SearchService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="quickSearchInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="search_clause" type="xsd:string"/><wsdl:part name="object_type" type="types:enum_quicksearch_object_type"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="searchInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="object_type" type="types:enum_search_object_type"/><wsdl:part name="search_data_array" type="types:array_of_search_data"/></wsdl:message><wsdl:message name="quickSearchOutput"><wsdl:part name="result" type="types:array_of_quicksearch_result"/><wsdl:part name="total_objects_found" type="xsd:long"/></wsdl:message><wsdl:message name="searchOutput"><wsdl:part name="result" type="types:array_of_int"/></wsdl:message><wsdl:message name="quickSearchFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="searchFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:portType name="SearchServicePortType"><wsdl:operation name="quickSearch"><wsdl:input name="quickSearchInput" message="api:quickSearchInput"/><wsdl:output name="quickSearchOutput" message="api:quickSearchOutput"/><wsdl:fault name="quickSearchFault" message="api:quickSearchFault"/></wsdl:operation><wsdl:operation name="search"><wsdl:input name="searchInput" message="api:searchInput"/><wsdl:output name="searchOutput" message="api:searchOutput"/><wsdl:fault name="searchFault" message="api:searchFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="SearchServiceBinding" type="api:SearchServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="quickSearch"><soap:operation soapAction="urn:SearchService#quickSearch" style="rpc"/><wsdl:input name="quickSearchInput"><soap:body use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="quickSearchOutput"><soap:body use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="quickSearchFault"><soap:fault use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="quickSearchFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="search"><soap:operation soapAction="urn:SearchService#search" style="rpc"/><wsdl:input name="searchInput"><soap:body use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="searchOutput"><soap:body use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="searchFault"><soap:fault use="encoded" namespace="urn:SearchService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="searchFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="SearchService"><wsdl:port name="SearchServicePort" binding="api:SearchServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/search.php"/></wsdl:port></wsdl:service></wsdl:definitions>
@@ -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/SectionService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/SectionService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="lookupInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="codes" type="types:array_of_string"/></wsdl:message><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByEntityInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByEntityInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listBySiteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="site_id" type="xsd:long"/></wsdl:message><wsdl:message name="getBySiteInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="site_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="section" type="types:section"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="section" type="types:section"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="setChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="section_id" type="xsd:long"/><wsdl:part name="channel_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getChannelsInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="section_id" type="xsd:long"/></wsdl:message><wsdl:message name="listBeaconPixelsInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="listAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="lookupOutput"><wsdl:part name="section_ids" type="types:array_of_array_of_int"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="section_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="sections" type="types:array_of_section"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByEntityOutput"><wsdl:part name="section_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByEntityOutput"><wsdl:part name="sections" type="types:array_of_section"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listBySiteOutput"><wsdl:part name="section_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getBySiteOutput"><wsdl:part name="sections" type="types:array_of_section"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="section_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="section" type="types:section"/></wsdl:message><wsdl:message name="setChannelsOutput"/><wsdl:message name="getChannelsOutput"><wsdl:part name="channel_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="listBeaconPixelsOutput"><wsdl:part name="pixel_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="sections" type="types:array_of_section"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listByEntityFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByEntityFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listBySiteFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getBySiteFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="setChannelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getChannelsFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listBeaconPixelsFault"><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="SectionServicePortType"><wsdl:operation name="lookup"><wsdl:input name="lookupInput" message="api:lookupInput"/><wsdl:output name="lookupOutput" message="api:lookupOutput"/><wsdl:fault name="lookupFault" message="api:lookupFault"/></wsdl:operation><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="listByEntity"><wsdl:input name="listByEntityInput" message="api:listByEntityInput"/><wsdl:output name="listByEntityOutput" message="api:listByEntityOutput"/><wsdl:fault name="listByEntityFault" message="api:listByEntityFault"/></wsdl:operation><wsdl:operation name="getByEntity"><wsdl:input name="getByEntityInput" message="api:getByEntityInput"/><wsdl:output name="getByEntityOutput" message="api:getByEntityOutput"/><wsdl:fault name="getByEntityFault" message="api:getByEntityFault"/></wsdl:operation><wsdl:operation name="listBySite"><wsdl:input name="listBySiteInput" message="api:listBySiteInput"/><wsdl:output name="listBySiteOutput" message="api:listBySiteOutput"/><wsdl:fault name="listBySiteFault" message="api:listBySiteFault"/></wsdl:operation><wsdl:operation name="getBySite"><wsdl:input name="getBySiteInput" message="api:getBySiteInput"/><wsdl:output name="getBySiteOutput" message="api:getBySiteOutput"/><wsdl:fault name="getBySiteFault" message="api:getBySiteFault"/></wsdl:operation><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="setChannels"><wsdl:input name="setChannelsInput" message="api:setChannelsInput"/><wsdl:output name="setChannelsOutput" message="api:setChannelsOutput"/><wsdl:fault name="setChannelsFault" message="api:setChannelsFault"/></wsdl:operation><wsdl:operation name="getChannels"><wsdl:input name="getChannelsInput" message="api:getChannelsInput"/><wsdl:output name="getChannelsOutput" message="api:getChannelsOutput"/><wsdl:fault name="getChannelsFault" message="api:getChannelsFault"/></wsdl:operation><wsdl:operation name="listBeaconPixels"><wsdl:input name="listBeaconPixelsInput" message="api:listBeaconPixelsInput"/><wsdl:output name="listBeaconPixelsOutput" message="api:listBeaconPixelsOutput"/><wsdl:fault name="listBeaconPixelsFault" message="api:listBeaconPixelsFault"/></wsdl:operation><wsdl:operation name="listAllSince"><wsdl:input name="listAllSinceInput" message="api:listAllSinceInput"/><wsdl:output name="listAllSinceOutput" message="api:listAllSinceOutput"/><wsdl:fault name="listAllSinceFault" message="api:listAllSinceFault"/></wsdl:operation><wsdl:operation name="getAllSince"><wsdl:input name="getAllSinceInput" message="api:getAllSinceInput"/><wsdl:output name="getAllSinceOutput" message="api:getAllSinceOutput"/><wsdl:fault name="getAllSinceFault" message="api:getAllSinceFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="SectionServiceBinding" type="api:SectionServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="lookup"><soap:operation soapAction="urn:SectionService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:SectionService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:SectionService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByEntity"><soap:operation soapAction="urn:SectionService#listByEntity" style="rpc"/><wsdl:input name="listByEntityInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByEntityOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByEntityFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByEntity"><soap:operation soapAction="urn:SectionService#getByEntity" style="rpc"/><wsdl:input name="getByEntityInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByEntityOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByEntityFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listBySite"><soap:operation soapAction="urn:SectionService#listBySite" style="rpc"/><wsdl:input name="listBySiteInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listBySiteOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listBySiteFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listBySiteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getBySite"><soap:operation soapAction="urn:SectionService#getBySite" style="rpc"/><wsdl:input name="getBySiteInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getBySiteOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getBySiteFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getBySiteFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:SectionService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:SectionService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:SectionService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="setChannels"><soap:operation soapAction="urn:SectionService#setChannels" style="rpc"/><wsdl:input name="setChannelsInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="setChannelsOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="setChannelsFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="setChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getChannels"><soap:operation soapAction="urn:SectionService#getChannels" style="rpc"/><wsdl:input name="getChannelsInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getChannelsOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getChannelsFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getChannelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listBeaconPixels"><soap:operation soapAction="urn:SectionService#listBeaconPixels" style="rpc"/><wsdl:input name="listBeaconPixelsInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listBeaconPixelsOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listBeaconPixelsFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listBeaconPixelsFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:SectionService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:SectionService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:SectionService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="SectionService"><wsdl:port name="SectionServicePort" binding="api:SectionServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/section.php"/></wsdl:port></wsdl:service></wsdl:definitions>
@@ -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/SiteService" xmlns:types="http://api.yieldmanager.com/types" targetNamespace="http://api.yieldmanager.com/SiteService"><wsdl:import namespace="http://api.yieldmanager.com/types" location="xsd_gen.php"/><wsdl:message name="listByPublisherInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByPublisherInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="publisher_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="addInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="site" type="types:site"/></wsdl:message><wsdl:message name="updateInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="site" type="types:site"/></wsdl:message><wsdl:message name="getInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="id" type="xsd:long"/></wsdl:message><wsdl:message name="lookupInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="codes" type="types:array_of_string"/></wsdl:message><wsdl:message name="listAllInput"><wsdl:part name="token" type="xsd:string"/></wsdl:message><wsdl:message name="getAllInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByEntityInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/></wsdl:message><wsdl:message name="getByEntityInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="entity_id" type="xsd:long"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/></wsdl:message><wsdl:message name="getAllSinceInput"><wsdl:part name="token" type="xsd:string"/><wsdl:part name="start_date" type="xsd:dateTime"/><wsdl:part name="end_date" type="xsd:dateTime"/><wsdl:part name="entries_on_page" type="xsd:long"/><wsdl:part name="page_num" type="xsd:long"/></wsdl:message><wsdl:message name="listByPublisherOutput"><wsdl:part name="site_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByPublisherOutput"><wsdl:part name="sites" type="types:array_of_site"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="addOutput"><wsdl:part name="site_id" type="xsd:long"/></wsdl:message><wsdl:message name="updateOutput"/><wsdl:message name="getOutput"><wsdl:part name="site" type="types:site"/></wsdl:message><wsdl:message name="lookupOutput"><wsdl:part name="site_ids" type="types:array_of_array_of_int"/></wsdl:message><wsdl:message name="listAllOutput"><wsdl:part name="site_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllOutput"><wsdl:part name="sites" type="types:array_of_site"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByEntityOutput"><wsdl:part name="site_ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getByEntityOutput"><wsdl:part name="sites" type="types:array_of_site"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listAllSinceOutput"><wsdl:part name="ids" type="types:array_of_int"/></wsdl:message><wsdl:message name="getAllSinceOutput"><wsdl:part name="sites" type="types:array_of_site"/><wsdl:part name="total_count" type="xsd:long"/></wsdl:message><wsdl:message name="listByPublisherFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByPublisherFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="addFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="updateFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="lookupFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getAllFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="listByEntityFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="getByEntityFault"><wsdl:part name="detail" type="types:exception_detail"/></wsdl:message><wsdl:message name="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="SiteServicePortType"><wsdl:operation name="listByPublisher"><wsdl:input name="listByPublisherInput" message="api:listByPublisherInput"/><wsdl:output name="listByPublisherOutput" message="api:listByPublisherOutput"/><wsdl:fault name="listByPublisherFault" message="api:listByPublisherFault"/></wsdl:operation><wsdl:operation name="getByPublisher"><wsdl:input name="getByPublisherInput" message="api:getByPublisherInput"/><wsdl:output name="getByPublisherOutput" message="api:getByPublisherOutput"/><wsdl:fault name="getByPublisherFault" message="api:getByPublisherFault"/></wsdl:operation><wsdl:operation name="add"><wsdl:input name="addInput" message="api:addInput"/><wsdl:output name="addOutput" message="api:addOutput"/><wsdl:fault name="addFault" message="api:addFault"/></wsdl:operation><wsdl:operation name="update"><wsdl:input name="updateInput" message="api:updateInput"/><wsdl:output name="updateOutput" message="api:updateOutput"/><wsdl:fault name="updateFault" message="api:updateFault"/></wsdl:operation><wsdl:operation name="get"><wsdl:input name="getInput" message="api:getInput"/><wsdl:output name="getOutput" message="api:getOutput"/><wsdl:fault name="getFault" message="api:getFault"/></wsdl:operation><wsdl:operation name="lookup"><wsdl:input name="lookupInput" message="api:lookupInput"/><wsdl:output name="lookupOutput" message="api:lookupOutput"/><wsdl:fault name="lookupFault" message="api:lookupFault"/></wsdl:operation><wsdl:operation name="listAll"><wsdl:input name="listAllInput" message="api:listAllInput"/><wsdl:output name="listAllOutput" message="api:listAllOutput"/><wsdl:fault name="listAllFault" message="api:listAllFault"/></wsdl:operation><wsdl:operation name="getAll"><wsdl:input name="getAllInput" message="api:getAllInput"/><wsdl:output name="getAllOutput" message="api:getAllOutput"/><wsdl:fault name="getAllFault" message="api:getAllFault"/></wsdl:operation><wsdl:operation name="listByEntity"><wsdl:input name="listByEntityInput" message="api:listByEntityInput"/><wsdl:output name="listByEntityOutput" message="api:listByEntityOutput"/><wsdl:fault name="listByEntityFault" message="api:listByEntityFault"/></wsdl:operation><wsdl:operation name="getByEntity"><wsdl:input name="getByEntityInput" message="api:getByEntityInput"/><wsdl:output name="getByEntityOutput" message="api:getByEntityOutput"/><wsdl:fault name="getByEntityFault" message="api:getByEntityFault"/></wsdl:operation><wsdl:operation name="listAllSince"><wsdl:input name="listAllSinceInput" message="api:listAllSinceInput"/><wsdl:output name="listAllSinceOutput" message="api:listAllSinceOutput"/><wsdl:fault name="listAllSinceFault" message="api:listAllSinceFault"/></wsdl:operation><wsdl:operation name="getAllSince"><wsdl:input name="getAllSinceInput" message="api:getAllSinceInput"/><wsdl:output name="getAllSinceOutput" message="api:getAllSinceOutput"/><wsdl:fault name="getAllSinceFault" message="api:getAllSinceFault"/></wsdl:operation></wsdl:portType><wsdl:binding name="SiteServiceBinding" type="api:SiteServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="listByPublisher"><soap:operation soapAction="urn:SiteService#listByPublisher" style="rpc"/><wsdl:input name="listByPublisherInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByPublisherOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByPublisherFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByPublisherFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByPublisher"><soap:operation soapAction="urn:SiteService#getByPublisher" style="rpc"/><wsdl:input name="getByPublisherInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByPublisherOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByPublisherFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByPublisherFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="add"><soap:operation soapAction="urn:SiteService#add" style="rpc"/><wsdl:input name="addInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="addOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="addFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="addFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="update"><soap:operation soapAction="urn:SiteService#update" style="rpc"/><wsdl:input name="updateInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="updateOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="updateFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="updateFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="get"><soap:operation soapAction="urn:SiteService#get" style="rpc"/><wsdl:input name="getInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="lookup"><soap:operation soapAction="urn:SiteService#lookup" style="rpc"/><wsdl:input name="lookupInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="lookupOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="lookupFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="lookupFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAll"><soap:operation soapAction="urn:SiteService#listAll" style="rpc"/><wsdl:input name="listAllInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAll"><soap:operation soapAction="urn:SiteService#getAll" style="rpc"/><wsdl:input name="getAllInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listByEntity"><soap:operation soapAction="urn:SiteService#listByEntity" style="rpc"/><wsdl:input name="listByEntityInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listByEntityOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listByEntityFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getByEntity"><soap:operation soapAction="urn:SiteService#getByEntity" style="rpc"/><wsdl:input name="getByEntityInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getByEntityOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getByEntityFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getByEntityFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="listAllSince"><soap:operation soapAction="urn:SiteService#listAllSince" style="rpc"/><wsdl:input name="listAllSinceInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="listAllSinceOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="listAllSinceFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="listAllSinceFault"/></wsdl:fault></wsdl:operation><wsdl:operation name="getAllSince"><soap:operation soapAction="urn:SiteService#getAllSince" style="rpc"/><wsdl:input name="getAllSinceInput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output name="getAllSinceOutput"><soap:body use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output><wsdl:fault name="getAllSinceFault"><soap:fault use="encoded" namespace="urn:SiteService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="getAllSinceFault"/></wsdl:fault></wsdl:operation></wsdl:binding><wsdl:service name="SiteService"><wsdl:port name="SiteServicePort" binding="api:SiteServiceBinding"><soap:address location="https://api-test.yieldmanager.com/api-1.30/site.php"/></wsdl:port></wsdl:service></wsdl:definitions>