55 lines
2.8 KiB
XML
55 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:intf="http://ws.consultancy.services.fxc.bf.it" xmlns:impl="http://ws.consultancy.services.fxc.bf.it" targetNamespace="http://ws.consultancy.services.fxc.bf.it" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://ws.consultancy.services.fxc.bf.it">
|
|
<xsd:element name="caricamentoCliente">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="Rete" type="xsd:string" />
|
|
<xsd:element name="codFis" type="xsd:string" />
|
|
<xsd:element name="PB" type="xsd:string" />
|
|
<xsd:element name="codiceApplicazione" type="xsd:string" />
|
|
<xsd:element name="idElaborazione" type="xsd:string" />
|
|
<xsd:element name="token" type="xsd:int" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="caricamentoClienteResponse">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="caricamentoClienteReturn" type="xsd:int" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="caricamentoClienteRequest">
|
|
<wsdl:part name="parameters" element="impl:caricamentoCliente" />
|
|
</wsdl:message>
|
|
<wsdl:message name="caricamentoClienteResponse">
|
|
<wsdl:part name="parameters" element="impl:caricamentoClienteResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="CaricamentoMassivo">
|
|
<wsdl:operation name="caricamentoCliente">
|
|
<wsdl:input name="caricamentoClienteRequest" message="impl:caricamentoClienteRequest" />
|
|
<wsdl:output name="caricamentoClienteResponse" message="impl:caricamentoClienteResponse" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="CaricamentoMassivoSoapBinding" type="impl:CaricamentoMassivo">
|
|
<wsdlsoap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="caricamentoCliente">
|
|
<wsdlsoap:operation soapAction="" />
|
|
<wsdl:input name="caricamentoClienteRequest">
|
|
<wsdlsoap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output name="caricamentoClienteResponse">
|
|
<wsdlsoap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="CaricamentoMassivoService">
|
|
<wsdl:port name="CaricamentoMassivo" binding="impl:CaricamentoMassivoSoapBinding">
|
|
<wsdlsoap:address location="http://localhost:8080/WebServiceProject/services/CaricamentoMassivo" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |