<wsdl:definitions targetNamespace="http://receive.ws.subtel.cl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:documentation>
PostOffice
</wsdl:documentation>
<wsdl:types>
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://receive.ws.subtel.cl" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
<xs:complexType name="Exception">
<xs:sequence>
<xs:element minOccurs="0" name="Exception" nillable="true" type="xs:anyType" />
</xs:sequence>
</xs:complexType>
 
<xs:element name="XMLPostOffice">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="Sender" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="FileType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="XMLFile" nillable="true" type="xs:base64Binary" />
</xs:sequence>
</xs:complexType>
</xs:element>
 
<xs:element name="XMLPostOfficeResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="return" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</wsdl:types>
 
<wsdl:message name="XMLPostOfficeRequest">
<wsdl:part name="parameters" element="ns0:XMLPostOffice" />
</wsdl:message>
 
<wsdl:message name="XMLPostOfficeResponse">
<wsdl:part name="parameters" element="ns0:XMLPostOfficeResponse" />
</wsdl:message>
 
<wsdl:portType name="PostOfficePortType">
 
<wsdl:operation name="XMLPostOffice">
<wsdl:input message="ns0:XMLPostOfficeRequest" wsaw:Action="urn:XMLPostOffice" />
<wsdl:output message="ns0:XMLPostOfficeResponse" wsaw:Action="urn:XMLPostOfficeResponse" />
</wsdl:operation>
</wsdl:portType>
 
<wsdl:binding name="PostOfficeSOAP11Binding" type="ns0:PostOfficePortType">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
<wsdl:operation name="XMLPostOffice">
<soap:operation soapAction="urn:XMLPostOffice" style="document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
<wsdl:input>
<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
 
<wsdl:binding name="PostOfficeSOAP12Binding" type="ns0:PostOfficePortType">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
<wsdl:operation name="XMLPostOffice">
<soap12:operation soapAction="urn:XMLPostOffice" style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
<wsdl:input>
<soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
 
<wsdl:binding name="PostOfficeHttpBinding" type="ns0:PostOfficePortType">
<http:binding verb="POST" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" />
<wsdl:operation name="XMLPostOffice">
<http:operation location="PostOffice/XMLPostOffice" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" />
<wsdl:input>
<mime:content type="text/xml" part="XMLPostOffice" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" />
</wsdl:input>
<wsdl:output>
<mime:content type="text/xml" part="XMLPostOffice" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
 
<wsdl:service name="PostOffice">
<wsdl:port name="PostOfficeSOAP11port_http" binding="ns0:PostOfficeSOAP11Binding">
<soap:address location="http://ws.subtel.cl:8762/services/PostOffice" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
</wsdl:port>
<wsdl:port name="PostOfficeSOAP12port_http" binding="ns0:PostOfficeSOAP12Binding">
<soap12:address location="http://ws.subtel.cl:8762/services/PostOffice" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
</wsdl:port>
<wsdl:port name="PostOfficeHttpport" binding="ns0:PostOfficeHttpBinding">
<http:address location="http://ws.subtel.cl:8762/services/PostOffice" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>


 
Exception
 
XMLPostOffice, XMLPostOfficeResponse
 
Exception of the Exception complexType, FileType of the XMLPostOffice element, return of the XMLPostOfficeResponse element, Sender of the XMLPostOffice element, XMLFile of the XMLPostOffice element
 
XMLPostOfficeRequest, XMLPostOfficeResponse
 
PostOfficePortType
 
XMLPostOffice
 
PostOfficeHttpBinding, PostOfficeSOAP11Binding, PostOfficeSOAP12Binding
 
PostOffice