<?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://localhost/SendEmail" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://localhost/SendEmail" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://localhost/SendEmail"> <s:element name="SendMailFromTo"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="from" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="TOs" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="subject" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="mess" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="attachs" type="tns:ArrayOfBase64Binary" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ArrayOfBase64Binary"> <s:sequence> <s:element minOccurs="0" maxOccurs="unbounded" name="base64Binary" nillable="true" type="s:base64Binary" /> </s:sequence> </s:complexType> <s:element name="SendMailFromToResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="SendMailFromToResult" type="s:boolean" /> </s:sequence> </s:complexType> </s:element> <s:element name="SendMailFromToCC"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="from" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="TOs" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="CCs" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="subject" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="mess" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="attachs" type="tns:ArrayOfBase64Binary" /> </s:sequence> </s:complexType> </s:element> <s:element name="SendMailFromToCCResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="SendMailFromToCCResult" type="s:boolean" /> </s:sequence> </s:complexType> </s:element> <s:element name="SendMailWithoutAttach"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="from" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="TOs" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="CCs" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="BCCs" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="subject" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="mess" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="SendMailWithoutAttachResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="SendMailWithoutAttachResult" type="s:boolean" /> </s:sequence> </s:complexType> </s:element> <s:element name="SendMail"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="from" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="TOs" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="CCs" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="BCCs" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="subject" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="mess" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="attachs" type="tns:ArrayOfBase64Binary" /> </s:sequence> </s:complexType> </s:element> <s:element name="SendMailResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="SendMailResult" type="s:boolean" /> </s:sequence> </s:complexType> </s:element> <s:element name="boolean" type="s:boolean" /> </s:schema> </wsdl:types> <wsdl:message name="SendMailFromToSoapIn"> <wsdl:part name="parameters" element="tns:SendMailFromTo" /> </wsdl:message> <wsdl:message name="SendMailFromToSoapOut"> <wsdl:part name="parameters" element="tns:SendMailFromToResponse" /> </wsdl:message> <wsdl:message name="SendMailFromToCCSoapIn"> <wsdl:part name="parameters" element="tns:SendMailFromToCC" /> </wsdl:message> <wsdl:message name="SendMailFromToCCSoapOut"> <wsdl:part name="parameters" element="tns:SendMailFromToCCResponse" /> </wsdl:message> <wsdl:message name="SendMailWithoutAttachSoapIn"> <wsdl:part name="parameters" element="tns:SendMailWithoutAttach" /> </wsdl:message> <wsdl:message name="SendMailWithoutAttachSoapOut"> <wsdl:part name="parameters" element="tns:SendMailWithoutAttachResponse" /> </wsdl:message> <wsdl:message name="SendMailSoapIn"> <wsdl:part name="parameters" element="tns:SendMail" /> </wsdl:message> <wsdl:message name="SendMailSoapOut"> <wsdl:part name="parameters" element="tns:SendMailResponse" /> </wsdl:message> <wsdl:message name="SendMailWithoutAttachHttpGetIn"> <wsdl:part name="from" type="s:string" /> <wsdl:part name="TOs" type="s:string" /> <wsdl:part name="CCs" type="s:string" /> <wsdl:part name="BCCs" type="s:string" /> <wsdl:part name="subject" type="s:string" /> <wsdl:part name="mess" type="s:string" /> </wsdl:message> <wsdl:message name="SendMailWithoutAttachHttpGetOut"> <wsdl:part name="Body" element="tns:boolean" /> </wsdl:message> <wsdl:message name="SendMailWithoutAttachHttpPostIn"> <wsdl:part name="from" type="s:string" /> <wsdl:part name="TOs" type="s:string" /> <wsdl:part name="CCs" type="s:string" /> <wsdl:part name="BCCs" type="s:string" /> <wsdl:part name="subject" type="s:string" /> <wsdl:part name="mess" type="s:string" /> </wsdl:message> <wsdl:message name="SendMailWithoutAttachHttpPostOut"> <wsdl:part name="Body" element="tns:boolean" /> </wsdl:message> <wsdl:portType name="SendEMailSoap"> <wsdl:operation name="SendMailFromTo"> <wsdl:input message="tns:SendMailFromToSoapIn" /> <wsdl:output message="tns:SendMailFromToSoapOut" /> </wsdl:operation> <wsdl:operation name="SendMailFromToCC"> <wsdl:input message="tns:SendMailFromToCCSoapIn" /> <wsdl:output message="tns:SendMailFromToCCSoapOut" /> </wsdl:operation> <wsdl:operation name="SendMailWithoutAttach"> <wsdl:input message="tns:SendMailWithoutAttachSoapIn" /> <wsdl:output message="tns:SendMailWithoutAttachSoapOut" /> </wsdl:operation> <wsdl:operation name="SendMail"> <wsdl:input message="tns:SendMailSoapIn" /> <wsdl:output message="tns:SendMailSoapOut" /> </wsdl:operation> </wsdl:portType> <wsdl:portType name="SendEMailHttpGet"> <wsdl:operation name="SendMailWithoutAttach"> <wsdl:input message="tns:SendMailWithoutAttachHttpGetIn" /> <wsdl:output message="tns:SendMailWithoutAttachHttpGetOut" /> </wsdl:operation> </wsdl:portType> <wsdl:portType name="SendEMailHttpPost"> <wsdl:operation name="SendMailWithoutAttach"> <wsdl:input message="tns:SendMailWithoutAttachHttpPostIn" /> <wsdl:output message="tns:SendMailWithoutAttachHttpPostOut" /> </wsdl:operation> </wsdl:portType> <wsdl:binding name="SendEMailSoap" type="tns:SendEMailSoap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="SendMailFromTo"> <soap:operation soapAction="http://localhost/SendEmail/SendMailFromTo" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="SendMailFromToCC"> <soap:operation soapAction="http://localhost/SendEmail/SendMailFromToCC" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="SendMailWithoutAttach"> <soap:operation soapAction="http://localhost/SendEmail/SendMailWithoutAttach" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="SendMail"> <soap:operation soapAction="http://localhost/SendEmail/SendMail" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:binding name="SendEMailSoap12" type="tns:SendEMailSoap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="SendMailFromTo"> <soap12:operation soapAction="http://localhost/SendEmail/SendMailFromTo" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="SendMailFromToCC"> <soap12:operation soapAction="http://localhost/SendEmail/SendMailFromToCC" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="SendMailWithoutAttach"> <soap12:operation soapAction="http://localhost/SendEmail/SendMailWithoutAttach" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="SendMail"> <soap12:operation soapAction="http://localhost/SendEmail/SendMail" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:binding name="SendEMailHttpGet" type="tns:SendEMailHttpGet"> <http:binding verb="GET" /> <wsdl:operation name="SendMailWithoutAttach"> <http:operation location="/SendMailWithoutAttach" /> <wsdl:input> <http:urlEncoded /> </wsdl:input> <wsdl:output> <mime:mimeXml part="Body" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:binding name="SendEMailHttpPost" type="tns:SendEMailHttpPost"> <http:binding verb="POST" /> <wsdl:operation name="SendMailWithoutAttach"> <http:operation location="/SendMailWithoutAttach" /> <wsdl:input> <mime:content type="application/x-www-form-urlencoded" /> </wsdl:input> <wsdl:output> <mime:mimeXml part="Body" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="SendEMail"> <wsdl:port name="SendEMailSoap" binding="tns:SendEMailSoap"> <soap:address location="http://134.44.28.221/SendEmail/SendEmail.asmx" /> </wsdl:port> <wsdl:port name="SendEMailSoap12" binding="tns:SendEMailSoap12"> <soap12:address location="http://134.44.28.221/SendEmail/SendEmail.asmx" /> </wsdl:port> <wsdl:port name="SendEMailHttpGet" binding="tns:SendEMailHttpGet"> <http:address location="http://134.44.28.221/SendEmail/SendEmail.asmx" /> </wsdl:port> <wsdl:port name="SendEMailHttpPost" binding="tns:SendEMailHttpPost"> <http:address location="http://134.44.28.221/SendEmail/SendEmail.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions>