Skip to content

Instantly share code, notes, and snippets.

@alejandrolechuga
Created May 9, 2012 23:27
Show Gist options
  • Save alejandrolechuga/2649708 to your computer and use it in GitHub Desktop.
Save alejandrolechuga/2649708 to your computer and use it in GitHub Desktop.
esquema
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<wsdl:definitions xmlns:esbns1="http://www.caliente.com.mx/ApuestaRemota" xmlns:esbns2="http://www.caliente.com.mx/ApuestaRemota" xmlns:esbns3="http://www.caliente.com.mx/ApuestaRemota" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://soa.jboss.org/Deportes" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://soa.jboss.org/Deportes">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.caliente.com.mx/ApuestaRemota" version="1.0">
<xs:include schemaLocation="http://gestor.caliente.com.mx:8080/ApuestaRemotaESB/ebws/Deportes/ListaDeportes?wsdl&resource=tipos/req-lista-deportes-type.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.caliente.com.mx/ApuestaRemota" version="1.0">
<xs:include schemaLocation="http://gestor.caliente.com.mx:8080/ApuestaRemotaESB/ebws/Deportes/ListaDeportes?wsdl&resource=tipos/resp-lista-deportes-type.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.caliente.com.mx/ApuestaRemota" version="1.0">
<xs:include schemaLocation="http://gestor.caliente.com.mx:8080/ApuestaRemotaESB/ebws/Deportes/ListaDeportes?wsdl&resource=fault.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="ListaDeportesFault1">
<wsdl:part element="esbns3:aprFalla" name="fault1"/>
</wsdl:message>
<wsdl:message name="ListaDeportesReq">
<wsdl:part element="esbns3:listaDeportes" name="in"/>
</wsdl:message>
<wsdl:message name="ListaDeportesRes">
<wsdl:part element="esbns3:respListaDeportes" name="out"/>
</wsdl:message>
<wsdl:portType name="ListaDeportesPortType">
<wsdl:operation name="ListaDeportesOp">
<wsdl:input message="tns:ListaDeportesReq" name="ListaDeportesReq"/>
<wsdl:output message="tns:ListaDeportesRes" name="ListaDeportesRes"/>
<wsdl:fault message="tns:ListaDeportesFault1" name="fault1"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ListaDeportesBinding" type="tns:ListaDeportesPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ListaDeportesOp">
<soap:operation soapAction="http://soa.jboss.org/Deportes/ListaDeportesOpResp"/>
<wsdl:input name="ListaDeportesReq">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="ListaDeportesRes">
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault name="fault1" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ListaDeportesService">
<wsdl:port binding="tns:ListaDeportesBinding" name="ListaDeportesPortType">
<soap:address location="http://gestor.caliente.com.mx:8080/ApuestaRemotaESB/ebws/Deportes/ListaDeportes"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment