~openbias/bias-trunk/bias-public-trunk

« back to all changes in this revision

Viewing changes to bias_electronic_invoice_bf/demobuzonfiscal.wsdl

  • Committer: Jose Patricio
  • Date: 2011-10-19 03:16:40 UTC
  • Revision ID: josepato@bias.com.mx-20111019031640-05zd7r5lxwx084qu
el push inicial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.5-hudson-$BUILD_NUMBER-. --><wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bfcorp2xsd="http://www.buzonfiscal.com/ns/xsd/bf/bfcorp/2" xmlns:bfcorp2="http://www.buzonfiscal.com/bf/ws/bfcorp/2" name="BuzonFiscalCorporativo" targetNamespace="http://www.buzonfiscal.com/bf/ws/bfcorp/2">
 
2
        <wsdl:types>
 
3
                <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
4
                        <xsd:import namespace="http://www.buzonfiscal.com/ns/xsd/bf/bfcorp/2" schemaLocation="CorporativoWS2.0.xsd">
 
5
                        </xsd:import>
 
6
                </xsd:schema>
 
7
        </wsdl:types>
 
8
        <wsdl:message name="GeneraCFDRequest">
 
9
                <wsdl:part element="bfcorp2xsd:RequestGeneraCFD" name="RequestGeneraCFD" />
 
10
        </wsdl:message>
 
11
        <wsdl:message name="GeneraCFDResponse">
 
12
                <wsdl:part element="bfcorp2xsd:ResponseGeneraCFD" name="ResponseGeneraCFD" />
 
13
        </wsdl:message>
 
14
        <wsdl:message name="CancelaCFDRequest">
 
15
                <wsdl:part name="RequestCancelaCFD" element="bfcorp2xsd:RequestCancelaCFD" />
 
16
        </wsdl:message>
 
17
        <wsdl:message name="CancelaCFDResponse">
 
18
                <wsdl:part name="ResponseCancelaCFD" element="bfcorp2xsd:ResponseCancelaCFD" />
 
19
        </wsdl:message>
 
20
        <wsdl:message name="GeneraReporteMensualRequest">
 
21
                <wsdl:part name="RequestReporteMensual" element="bfcorp2xsd:RequestReporteMensual" />
 
22
        </wsdl:message>
 
23
        <wsdl:message name="GeneraReporteMensualResponse">
 
24
                <wsdl:part name="ResponseReporteMensual" element="bfcorp2xsd:ResponseReporteMensual" />
 
25
        </wsdl:message>
 
26
        <wsdl:portType name="BuzonFiscalCorporativoPort">
 
27
                <wsdl:operation name="GeneraCFD">
 
28
                        <wsdl:input message="bfcorp2:GeneraCFDRequest" name="GeneraCFDRequest" />
 
29
                        <wsdl:output message="bfcorp2:GeneraCFDResponse" name="GeneraCFDResponse" />
 
30
                </wsdl:operation>
 
31
                <wsdl:operation name="CancelaCFD">
 
32
                        <wsdl:input message="bfcorp2:CancelaCFDRequest" />
 
33
                        <wsdl:output message="bfcorp2:CancelaCFDResponse" />
 
34
                </wsdl:operation>
 
35
                <wsdl:operation name="GeneraReporteMensual">
 
36
                        <wsdl:input message="bfcorp2:GeneraReporteMensualRequest" />
 
37
                        <wsdl:output message="bfcorp2:GeneraReporteMensualResponse" />
 
38
                </wsdl:operation>
 
39
        </wsdl:portType>
 
40
        <wsdl:binding name="BuzonFiscalCorporativoBinding" type="bfcorp2:BuzonFiscalCorporativoPort">
 
41
 
 
42
 
 
43
                <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
 
44
                <wsdl:operation name="GeneraCFD">
 
45
 
 
46
 
 
47
                        <soap:operation soapAction="http://www.buzonfiscal.com/bf/ws/bfcorp/2/GeneraCFDv2" />
 
48
                        <wsdl:input name="GeneraCFDRequest">
 
49
                                <soap:body use="literal" />
 
50
                        </wsdl:input>
 
51
                        <wsdl:output name="GeneraCFDResponse">
 
52
 
 
53
                                <soap:body use="literal" />
 
54
                        </wsdl:output>
 
55
                </wsdl:operation>
 
56
                <wsdl:operation name="CancelaCFD">
 
57
 
 
58
                        <soap:operation soapAction="http://www.buzonfiscal.com/bf/ws/bfcorp/2/CancelaCFD" />
 
59
                        <wsdl:input>
 
60
 
 
61
                                <soap:body use="literal" />
 
62
                        </wsdl:input>
 
63
                        <wsdl:output>
 
64
 
 
65
                                <soap:body use="literal" />
 
66
                        </wsdl:output>
 
67
                </wsdl:operation>
 
68
                <wsdl:operation name="GeneraReporteMensual">
 
69
 
 
70
                        <soap:operation soapAction="http://www.buzonfiscal.com/bf/ws/bfcorp/2/GeneraReporteMensual" />
 
71
                        <wsdl:input>
 
72
 
 
73
                                <soap:body use="literal" />
 
74
                        </wsdl:input>
 
75
                        <wsdl:output>
 
76
 
 
77
                                <soap:body use="literal" />
 
78
                        </wsdl:output>
 
79
                </wsdl:operation>
 
80
        </wsdl:binding>
 
81
        <wsdl:service name="BuzonFiscalCorporativoWS">
 
82
                <wsdl:port binding="bfcorp2:BuzonFiscalCorporativoBinding" name="BuzonFiscalCorporativoPort">
 
83
                        <soap:address location="https://demonegocios.buzonfiscal.com/bfcorpws" />
 
84
                </wsdl:port>
 
85
        </wsdl:service>
 
86
</wsdl:definitions>
 
 
b'\\ No newline at end of file'