<?xml version="1.0" encoding="utf-8"?> <definitions name="LeetService" targetNamespace="urn:com.bravenet.hosting.provisioner.ws/wsdl/LeetService" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/"> <types> <schema targetNamespace="urn:com.bravenet.hosting.provisioner.ws/types/LeetService" xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <complexType name="AccountValue"> <sequence> <element name="actionContext" type="string"/> <element name="bandwidthQuota" type="int"/> <element name="bundle" type="int"/> <element name="diskSpaceQuota" type="int"/> <element name="fileCountQuota" type="int"/> <element name="fileSizeQuota" type="int"/> <element name="masterVersionId" type="long"/> <element name="primaryKey" type="long"/> <element name="status" type="byte"/> <element name="storageRoot" type="string"/> <element name="timestamp" type="dateTime"/> <element name="unixGid" type="int"/> <element name="unixUid" type="int"/> <element name="usernum" type="long"/></sequence></complexType> <complexType name="ProvisionerException"> <sequence> <element name="message" type="string" nillable="true"/></sequence></complexType></schema></types> <message name="LeetService_findAccount"> <part name="long_1" type="xsd:long"/></message> <message name="LeetService_findAccountResponse"> <part name="result" type="ns2:AccountValue"/></message> <message name="ProvisionerException"> <part name="ProvisionerException" type="ns2:ProvisionerException"/></message> <message name="LeetService_leet"/> <message name="LeetService_leetResponse"> <part name="result" type="xsd:string"/></message> <portType name="LeetService"> <operation name="findAccount" parameterOrder="long_1"> <input message="tns:LeetService_findAccount"/> <output message="tns:LeetService_findAccountResponse"/> <fault name="ProvisionerException" message="tns:ProvisionerException"/></operation> <operation name="leet" parameterOrder=""> <input message="tns:LeetService_leet"/> <output message="tns:LeetService_leetResponse"/></operation></portType> <binding name="LeetServiceBinding" type="tns:LeetService"> <operation name="findAccount"> <input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:com.bravenet.hosting.provisioner.ws/wsdl/LeetService"/></input> <output> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:com.bravenet.hosting.provisioner.ws/wsdl/LeetService"/></output> <fault name="ProvisionerException"> <soap:fault name="ProvisionerException" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:com.bravenet.hosting.provisioner.ws/wsdl/LeetService"/></fault> <soap:operation soapAction=""/></operation> <operation name="leet"> <input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:com.bravenet.hosting.provisioner.ws/wsdl/LeetService"/></input> <output> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:com.bravenet.hosting.provisioner.ws/wsdl/LeetService"/></output> <soap:operation soapAction=""/></operation> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/></binding> <service name="LeetService"> <port name="LeetServicePort" binding="tns:LeetServiceBinding"> <soap:address location="http://jovanovski.vc.bravenet.com:8080/hosting/LeetService"/></port></service></definitions>