<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://soapinterop.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://soapinterop.org/">
<types><xsd:schema targetNamespace="http://soapinterop.org/"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="creativeTypesRequest"><part name="client" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="password" type="xsd:string" /></message>
<message name="creativeTypesResponse"><part name="return" type="xsd:string" /></message>
<message name="campaignInfoRequest"><part name="client" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="password" type="xsd:string" /><part name="program_id" type="xsd:int" /><part name="ignore_campaign_images" type="xsd:string" /><part name="category" type="xsd:string" /></message>
<message name="campaignInfoResponse"><part name="return" type="xsd:string" /></message>
<message name="creativeInfoRequest"><part name="client" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="password" type="xsd:string" /><part name="program_id" type="xsd:int" /><part name="opt_info" type="xsd:string" /><part name="creativeTypeId" type="xsd:int" /><part name="search_criteria" type="xsd:string" /><part name="agreed_to_terms" type="xsd:int" /></message>
<message name="creativeInfoResponse"><part name="return" type="xsd:string" /></message>
<message name="optionalInfoRequest"><part name="client" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="password" type="xsd:string" /><part name="start_date" type="xsd:string" /><part name="end_date" type="xsd:string" /><part name="program_id" type="xsd:int" /><part name="opt_info" type="xsd:string" /></message>
<message name="optionalInfoResponse"><part name="return" type="xsd:string" /></message>
<message name="monthlyStatsInfoRequest"><part name="client" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="password" type="xsd:string" /><part name="start_date" type="xsd:string" /><part name="end_date" type="xsd:string" /><part name="program_id" type="xsd:int" /></message>
<message name="monthlyStatsInfoResponse"><part name="return" type="xsd:string" /></message>
<message name="dailyStatsInfoRequest"><part name="client" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="password" type="xsd:string" /><part name="start_date" type="xsd:string" /><part name="end_date" type="xsd:string" /><part name="program_id" type="xsd:int" /></message>
<message name="dailyStatsInfoResponse"><part name="return" type="xsd:string" /></message>
<message name="getCCampaignsRequest"><part name="client" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="password" type="xsd:string" /><part name="pool_id" type="xsd:string" /><part name="info" type="xsd:string" /></message>
<message name="getCCampaignsResponse"><part name="return" type="xsd:string" /></message>
<message name="recordHostedLeadRequest"><part name="client" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="password" type="xsd:string" /><part name="lead" type="xsd:string" /></message>
<message name="recordHostedLeadResponse"><part name="return" type="xsd:int" /></message>
<message name="getAffiliateAggregateStatisticsRequest"><part name="client" type="xsd:string" /><part name="password" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="start_date" type="xsd:date" /><part name="end_date" type="xsd:date" /><part name="campaign_id" type="xsd:int" /></message>
<message name="getAffiliateAggregateStatisticsResponse"><part name="return" type="xsd:string" /></message>
<message name="getAffiliateDeployStatisticsRequest"><part name="client" type="xsd:string" /><part name="password" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="start_date" type="xsd:date" /><part name="end_date" type="xsd:date" /><part name="campaign_id" type="xsd:int" /></message>
<message name="getAffiliateDeployStatisticsResponse"><part name="return" type="xsd:string" /></message>
<message name="getSubIDStatsRequest"><part name="client" type="xsd:string" /><part name="add_code" type="xsd:string" /><part name="password" type="xsd:string" /><part name="primary" type="xsd:string" /><part name="secondary" type="xsd:string" /><part name="tertiary" type="xsd:string" /><part name="quaternary" type="xsd:string" /><part name="keyword" type="xsd:string" /><part name="program_id" type="xsd:int" /><part name="start_date" type="xsd:date" /><part name="end_date" type="xsd:date" /></message>
<message name="getSubIDStatsResponse"><part name="return" type="xsd:string" /></message>
<portType name="DirectTrackWebServicesPortType"><operation name="creativeTypes"><documentation>Creative Types - Retrieve the available and applicable creative types &lt;br&gt;Required - client, add_code, password.</documentation><input message="tns:creativeTypesRequest"/><output message="tns:creativeTypesResponse"/></operation><operation name="campaignInfo"><documentation>Campaign Information -  You can retrieve campaign information with the required credentials&lt;br&gt;Required Fields - client, add_code, password &lt;br&gt;Optional Fields - program_id, ignore_campaign_images</documentation><input message="tns:campaignInfoRequest"/><output message="tns:campaignInfoResponse"/></operation><operation name="creativeInfo"><documentation>Creative Information - Retrieve all creative information specified for the selected campaign&lt;br&gt; Required fields - client, add_code, password, program_id &lt;br&gt;Optional - opt_info, creative type, search criteria &lt;br&gt;If you have not agreed to terms, you will not receive the creative information for the campaign</documentation><input message="tns:creativeInfoRequest"/><output message="tns:creativeInfoResponse"/></operation><operation name="optionalInfo"><documentation>Optional Information - Retrieve the leads and sales information for your sub-affiliates&lt;br&gt;
Required fields - client, add_code, password&lt;br&gt;
Optional fields - start_date, end_date, program_id, opt_info</documentation><input message="tns:optionalInfoRequest"/><output message="tns:optionalInfoResponse"/></operation><operation name="monthlyStatsInfo"><documentation>Monthy Cumulative Statistics &lt;br&gt;Required fields - client, add_code, password &lt;br&gt;Optional - start_date, end_date, program_id</documentation><input message="tns:monthlyStatsInfoRequest"/><output message="tns:monthlyStatsInfoResponse"/></operation><operation name="dailyStatsInfo"><documentation>Daily Statistics - Retrieve daily statistics&lt;br&gt;Required fields - client, add_code, password&lt;br&gt;Optional - start_date, end_date, program_id</documentation><input message="tns:dailyStatsInfoRequest"/><output message="tns:dailyStatsInfoResponse"/></operation><operation name="getCCampaigns"><documentation>Get Coregistration/Hosted Form Campaign Information&lt;br&gt;Required fields - Client, Affiliate Code, Password, Pool ID.</documentation><input message="tns:getCCampaignsRequest"/><output message="tns:getCCampaignsResponse"/></operation><operation name="recordHostedLead"><documentation>Record Hosted Form Lead&lt;br&gt;Required fields - Client, Password, Lead. The Lead string format is available on the affiliate interface</documentation><input message="tns:recordHostedLeadRequest"/><output message="tns:recordHostedLeadResponse"/></operation><operation name="getAffiliateAggregateStatistics"><documentation>getAffiliateAggregateStatistics&lt;br /&gt;Required fields:&lt;br /&gt;client&lt;br /&gt;password&lt;br /&gt;start_date&lt;br /&gt;end_date&lt;br /&gt;add_code - affiliate code&lt;br /&gt;&lt;br /&gt;Optional Fields:&lt;br /&gt;campaign_id - valid program id or empty for all&lt;br /&gt;</documentation><input message="tns:getAffiliateAggregateStatisticsRequest"/><output message="tns:getAffiliateAggregateStatisticsResponse"/></operation><operation name="getAffiliateDeployStatistics"><documentation>getAffiliateDeployStatistics&lt;br /&gt;Required fields:&lt;br /&gt;client&lt;br /&gt;password&lt;br /&gt;start_date&lt;br /&gt;end_date&lt;br /&gt;add_code - affiliate code&lt;br /&gt;&lt;br /&gt;Optional Fields:&lt;br /&gt;campaign_id - valid program id or empty for all&lt;br /&gt;</documentation><input message="tns:getAffiliateDeployStatisticsRequest"/><output message="tns:getAffiliateDeployStatisticsResponse"/></operation><operation name="getSubIDStats"><documentation>getSubIDStats&lt;br /&gt;Required fields: client, add_code, password, primary &lt;br /&gt;&lt;br /&gt;Accepted values for primary, secondary, tertiary, and quaternary are: subid1, subid2, subid3, subid4, subid5&lt;br /&gt;</documentation><input message="tns:getSubIDStatsRequest"/><output message="tns:getSubIDStatsResponse"/></operation></portType>
<binding name="DirectTrackWebServicesBinding" type="tns:DirectTrackWebServicesPortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="creativeTypes"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/creativeTypes" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="campaignInfo"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/campaignInfo" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="creativeInfo"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/creativeInfo" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="optionalInfo"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/optionalInfo" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="monthlyStatsInfo"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/monthlyStatsInfo" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="dailyStatsInfo"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/dailyStatsInfo" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="getCCampaigns"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/getCCampaigns" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="recordHostedLead"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/recordHostedLead" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="getAffiliateAggregateStatistics"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/getAffiliateAggregateStatistics" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="getAffiliateDeployStatistics"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/getAffiliateDeployStatistics" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="getSubIDStats"><soap:operation soapAction="http://aff.onenetworkdirect.com/api/soap_affiliate.php/getSubIDStats" style="rpc"/><input><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding>
<service name="DirectTrackWebServices"><port name="DirectTrackWebServicesPort" binding="tns:DirectTrackWebServicesBinding"><soap:address location="http://aff.onenetworkdirect.com/api/soap_affiliate.php"/></port></service>
</definitions>