<?xml version="1.0" encoding="UTF-8" ?> <wsdl:definitions name="modelo" targetNamespace="http://processo.integrador.sage.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://processo.integrador.sage.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" > <wsdl:types> <xs:schema version="1.0" targetNamespace="http://processo.integrador.sage.com/types" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="integracaoResponse"> <xs:sequence> <xs:element name="chave" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:complexType name="integracaoRequest"> <xs:sequence> <xs:element name="ano" type="xs:int"/> <xs:element name="grupo" type="xs:string" minOccurs="0"/> <xs:element name="inidicador" type="xs:int"/> <xs:element name="mesFinal" type="xs:int"/> <xs:element name="mesInicial" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:schema> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://processo.integrador.sage.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://processo.integrador.sage.com" xmlns:ns1="http://processo.integrador.sage.com/types"> <import namespace="http://processo.integrador.sage.com/types"/> <xsd:complexType name="integrar"> <xsd:sequence> <xsd:element name="arg0" type="ns1:integracaoRequest"/> </xsd:sequence> </xsd:complexType> <xsd:element name="integrar" type="tns:integrar"/> <xsd:complexType name="integrarResponse"> <xsd:sequence> <xsd:element name="integrarResponse" type="ns1:integracaoResponse"/> </xsd:sequence> </xsd:complexType> <xsd:element name="integrarResponse" type="tns:integrarResponse"/> </schema> </wsdl:types> <wsdl:message name="integrarInput"> <wsdl:part name="parameters" element="tns:integrar"/> </wsdl:message> <wsdl:message name="integrarOutput"> <wsdl:part name="parameters" element="tns:integrarResponse"/> </wsdl:message> <wsdl:portType name="Integracao"> <wsdl:operation name="integrar"> <wsdl:input message="tns:integrarInput" xmlns:ns1="http://www.w3.org/2006/05/addressing/wsdl" ns1:Action=""/> <wsdl:output message="tns:integrarOutput" xmlns:ns1="http://www.w3.org/2006/05/addressing/wsdl" ns1:Action=""/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="IntegracaoSoapHttp" type="tns:Integracao"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="integrar"> <soap:operation soapAction=""/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="modelo"> <wsdl:port name="IntegracaoPort" binding="tns:IntegracaoSoapHttp"> <soap:address location="http://localhost:7101/GIntegracao/modelo"/> </wsdl:port> </wsdl:service> </wsdl:definitions>