Web Service: CSPlugService
Target Namespace:
http://csplug.test/soap/service
Port CSPlugPort Port typeSource code
Location:
http://csplug.test/soap/service
Protocol:
SOAP
Default style:
document
Transport protocol:
SOAP over HTTP
Operations:
- cancelarDetailSource code
- timbrarTxtDetailSource code
- timbrarXmlDetailSource code
Operations
- cancelar
Description:Realiza una solicitud de cancelación de la factura con el uuid dado.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://csplug.test/soap/service#cancelarInput:cancelarIn (soap:body, use = literal)Source codeparameters type cancelar
- password type string
- uuid type string
- rfcEmisor type string
Output:cancelarOut (soap:body, use = literal)Source codeparameters type cancelarResponse- cancelarResult type CancelacionResponse
- codigo - nillable; type string
- mensaje - nillable; type string
- acuse type string
- timbrarTxt
Description:Timbra una remision en formato txtOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://csplug.test/soap/service#timbrarTxtInput:timbrarTxtIn (soap:body, use = literal)Source codeparameters type timbrarTxt
- password type string
- txt type string
Output:timbrarTxtOut (soap:body, use = literal)Source codeparameters type timbrarTxtResponse- timbrarTxtResult type TimbradoResponse
- xml type string
- pdf type string
- mensaje - nillable; type string
- codigo - nillable; type string
- codigoPac type string
- qr type string
- resumen - nillable; type string
- uuid - nillable; type string
- exito type boolean
- timbrarXml
Description:Timbra una remision en formato xml. El xml debe seguir la especificacion XSD publicada por el SAT.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:http://csplug.test/soap/service#timbrarXmlInput:timbrarXmlIn (soap:body, use = literal)Source codeparameters type timbrarXml
- password type string
- xml type string
Output:timbrarXmlOut (soap:body, use = literal)Source codeparameters type timbrarXmlResponse- timbrarXmlResult type TimbradoResponse
- xml type string
- pdf type string
- mensaje - nillable; type string
- codigo - nillable; type string
- codigoPac type string
- qr type string
- resumen - nillable; type string
- uuid - nillable; type string
- exito type boolean
Port type CSPlugPortSource code
WSDL source code
<?xml version="1.0"?>
<definitions name="CSPlug" targetNamespace="http://csplug.test/soap/service"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://csplug.test/soap/service"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
>
<types>
<xsd:schema targetNamespace="http://csplug.test/soap/service">
</types>
<xsd:element name="timbrarXml">
<xsd:complexType>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="TimbradoResponse">
<xsd:all>
</xsd:all>
</xsd:complexType>
<xsd:element name="timbrarXmlResponse">
<xsd:complexType>
</xsd:complexType>
</xsd:element>
<xsd:element name="timbrarTxt">
<xsd:complexType>
</xsd:complexType>
</xsd:element>
<xsd:element name="timbrarTxtResponse">
<xsd:complexType>
</xsd:complexType>
</xsd:element>
<xsd:element name="cancelar">
</xsd:element>
<xsd:complexType name="CancelacionResponse">
</xsd:complexType>
<xsd:element name="cancelarResponse">
</xsd:schema>
<xsd:complexType>
</xsd:complexType>
</xsd:element>
<portType name="CSPlugPort">
<operation name="timbrarXml">
<documentation>Timbra una remision en formato xml. El xml debe seguir la especificacion XSD publicada por el SAT.</documentation>
</operation>
<operation name="timbrarTxt">
<documentation>Timbra una remision en formato txt</documentation>
</operation>
<operation name="cancelar">
</portType>
<documentation>Realiza una solicitud de cancelación de la factura con el uuid dado.</documentation>
</operation>
<binding name="CSPlugBinding" type="tns:CSPlugPort">
</binding>
<service name="CSPlugService">
</service>
<message name="timbrarXmlOut">
</message>
<message name="timbrarTxtOut">
</message>
</definitions>
About wsdl-viewer.xsl
This document was generated by SAXON 9.1.0.8 from
Saxonica XSLT engine.
The engine processed the WSDL in XSLT 2.0 compliant mode.
This page has been generated bywsdl-viewer.xsl, version
3.1.02
Author: tomi vanek
Download athttp://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT
Author: tomi vanek
Download athttp://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT