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:

Operations

    Port type CSPlugPortSource code

    1. 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#cancelar
      Input:
      cancelarIn (soap:body, use = literal)Source code
      parameters type cancelar
      • password type string
      • uuid type string
      • rfcEmisor type string
      Output:
      cancelarOut (soap:body, use = literal)Source code
      parameters type cancelarResponse
      • cancelarResult type CancelacionResponse
        • codigo - nillable; type string
        • mensaje - nillable; type string
        • acuse type string
    2. timbrarTxt
      Description:
      Timbra una remision en formato txt
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://csplug.test/soap/service#timbrarTxt
      Input:
      timbrarTxtIn (soap:body, use = literal)Source code
      parameters type timbrarTxt
      • password type string
      • txt type string
      Output:
      timbrarTxtOut (soap:body, use = literal)Source code
      parameters 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
    3. 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#timbrarXml
      Input:
      timbrarXmlIn (soap:body, use = literal)Source code
      parameters type timbrarXml
      • password type string
      • xml type string
      Output:
      timbrarXmlOut (soap:body, use = literal)Source code
      parameters 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

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"> </xsd:schema>
</types>
<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="cancelar">
<documentation>Realiza una solicitud de cancelación de la factura con el uuid dado.</documentation>
</operation>
</portType>
</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