<?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://www.moneytrackin.com/api" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.moneytrackin.com/api">
<types><xsd:schema targetNamespace="http://www.moneytrackin.com/api">
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="listTransactionsRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /><part name="project" type="xsd:string" /><part name="startDate" type="xsd:string" /><part name="endDate" type="xsd:string" /></message>
<message name="listTransactionsResponse"><part name="return" type="xsd:string" /></message>
<message name="listTagTransactionsRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /><part name="project" type="xsd:string" /><part name="tag" type="xsd:string" /><part name="startDate" type="xsd:string" /><part name="endDate" type="xsd:string" /></message>
<message name="listTagTransactionsResponse"><part name="return" type="xsd:string" /></message>
<message name="listProjectsRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /></message>
<message name="listProjectsResponse"><part name="return" type="xsd:string" /></message>
<message name="listWriteProjectsRequest"><part name="loginw" type="xsd:string" /><part name="passwordw" type="xsd:string" /></message>
<message name="listWriteProjectsResponse"><part name="return" type="xsd:string" /></message>
<message name="getBalanceRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /><part name="project" type="xsd:string" /></message>
<message name="getBalanceResponse"><part name="return" type="xsd:string" /></message>
<message name="getTagsRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /><part name="project" type="xsd:string" /></message>
<message name="getTagsResponse"><part name="return" type="xsd:string" /></message>
<message name="newProjectRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /><part name="projectName" type="xsd:string" /><part name="currency" type="xsd:string" /></message>
<message name="newProjectResponse"><part name="return" type="xsd:string" /></message>
<message name="deleteProjectRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /><part name="projectID" type="xsd:string" /></message>
<message name="deleteProjectResponse"><part name="return" type="xsd:string" /></message>
<message name="insertTransactionRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /><part name="projectid" type="xsd:string" /><part name="description" type="xsd:string" /><part name="amount" type="xsd:string" /><part name="date" type="xsd:string" /><part name="tags" type="xsd:string" /><part name="idperiodic" type="xsd:string" /></message>
<message name="insertTransactionResponse"><part name="return" type="xsd:string" /></message>
<message name="editTransactionRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /><part name="projectid" type="xsd:string" /><part name="description" type="xsd:string" /><part name="amount" type="xsd:string" /><part name="date" type="xsd:string" /><part name="tags" type="xsd:string" /><part name="idperiodic" type="xsd:string" /></message>
<message name="editTransactionResponse"><part name="return" type="xsd:string" /></message>
<message name="deleteTransactionRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /><part name="transactionID" type="xsd:string" /><part name="projectID" type="xsd:string" /></message>
<message name="deleteTransactionResponse"><part name="return" type="xsd:string" /></message>
<message name="listCurrenciesRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /></message>
<message name="listCurrenciesResponse"><part name="return" type="xsd:string" /></message>
<message name="userDataRequest"><part name="login" type="xsd:string" /><part name="password" type="xsd:string" /></message>
<message name="userDataResponse"><part name="return" type="xsd:string" /></message>
<portType name="moneytrackin_APIPortType"><operation name="listTransactions"><input message="tns:listTransactionsRequest"/><output message="tns:listTransactionsResponse"/></operation><operation name="listTagTransactions"><input message="tns:listTagTransactionsRequest"/><output message="tns:listTagTransactionsResponse"/></operation><operation name="listProjects"><input message="tns:listProjectsRequest"/><output message="tns:listProjectsResponse"/></operation><operation name="listWriteProjects"><input message="tns:listWriteProjectsRequest"/><output message="tns:listWriteProjectsResponse"/></operation><operation name="getBalance"><input message="tns:getBalanceRequest"/><output message="tns:getBalanceResponse"/></operation><operation name="getTags"><input message="tns:getTagsRequest"/><output message="tns:getTagsResponse"/></operation><operation name="newProject"><input message="tns:newProjectRequest"/><output message="tns:newProjectResponse"/></operation><operation name="deleteProject"><input message="tns:deleteProjectRequest"/><output message="tns:deleteProjectResponse"/></operation><operation name="insertTransaction"><input message="tns:insertTransactionRequest"/><output message="tns:insertTransactionResponse"/></operation><operation name="editTransaction"><input message="tns:editTransactionRequest"/><output message="tns:editTransactionResponse"/></operation><operation name="deleteTransaction"><input message="tns:deleteTransactionRequest"/><output message="tns:deleteTransactionResponse"/></operation><operation name="listCurrencies"><input message="tns:listCurrenciesRequest"/><output message="tns:listCurrenciesResponse"/></operation><operation name="userData"><input message="tns:userDataRequest"/><output message="tns:userDataResponse"/></operation></portType>
<binding name="moneytrackin_APIBinding" type="tns:moneytrackin_APIPortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="listTransactions"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/listTransactions" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="listTagTransactions"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/listTagTransactions" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="listProjects"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/listProjects" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="listWriteProjects"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/listWriteProjects" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="getBalance"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/getBalance" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="getTags"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/getTags" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="newProject"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/newProject" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="deleteProject"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/deleteProject" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="insertTransaction"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/insertTransaction" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="editTransaction"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/editTransaction" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="deleteTransaction"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/deleteTransaction" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="listCurrencies"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/listCurrencies" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="userData"><soap:operation soapAction="http://www.moneytrackin.com/api/webservices.php/userData" style="rpc"/><input><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://www.moneytrackin.com/api" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding>
<service name="moneytrackin_API"><port name="moneytrackin_APIPort" binding="tns:moneytrackin_APIBinding"><soap:address location="http://www.moneytrackin.com/api/webservices.php"/></port></service>
</definitions>

