forked from ncavalierm/sunat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
billService.wsdl
executable file
·34 lines (34 loc) · 2.53 KB
/
billService.wsdl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap11="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp200409="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsp200607="http://www.w3.org/2006/07/ws-policy" xmlns:ns0="http://service.gem.factura.comppago.registro.servicio.sunat.gob.pe/" xmlns:ns1="http://service.sunat.gob.pe" xmlns:ns2="http://www.datapower.com/extensions/http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://service.gem.factura.comppago.registro.servicio.sunat.gob.pe/">
<wsdl:import location="https://e-factura.sunat.gob.pe/ol-ti-itcpfegem/billService.ns1.wsdl" namespace="http://service.sunat.gob.pe"/>
<wsdl:binding name="BillServicePortBinding" type="ns1:billService">
<soap11:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<wsdl:operation name="getStatus">
<soap11:operation soapAction="urn:getStatus" style="document"/>
<wsdl:input name="getStatusRequest">
<soap11:body use="literal"/></wsdl:input>
<wsdl:output name="getStatusResponse">
<soap11:body use="literal"/></wsdl:output></wsdl:operation>
<wsdl:operation name="sendBill">
<soap11:operation soapAction="urn:sendBill" style="document"/>
<wsdl:input name="sendBillRequest">
<soap11:body use="literal"/></wsdl:input>
<wsdl:output name="sendBillResponse">
<soap11:body use="literal"/></wsdl:output></wsdl:operation>
<wsdl:operation name="sendPack">
<soap11:operation soapAction="urn:sendPack" style="document"/>
<wsdl:input name="sendPackRequest">
<soap11:body use="literal"/></wsdl:input>
<wsdl:output name="sendPackResponse">
<soap11:body use="literal"/></wsdl:output></wsdl:operation>
<wsdl:operation name="sendSummary">
<soap11:operation soapAction="urn:sendSummary" style="document"/>
<wsdl:input name="sendSummaryRequest">
<soap11:body use="literal"/></wsdl:input>
<wsdl:output name="sendSummaryResponse">
<soap11:body use="literal"/></wsdl:output></wsdl:operation></wsdl:binding>
<wsdl:service name="billService">
<wsdl:port name="BillServicePort" binding="ns0:BillServicePortBinding">
<soap11:address location="https://e-factura.sunat.gob.pe:443/ol-ti-itcpfegem/billService"/></wsdl:port>
<wsdl:port name="BillServicePort.0" binding="ns2:BillServicePortBinding">
<soap12:address location="https://e-factura.sunat.gob.pe:443/ol-ti-itcpfegem/billService"/></wsdl:port></wsdl:service></wsdl:definitions>