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/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.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.yieldmanager.com/api-1.30/site.php"/></wsdl:port></wsdl:service></wsdl:definitions>