Advertisement
Guest User

AemetProyect.xml

a guest
May 20th, 2015
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <wsdl:definitions targetNamespace="http://localhost:8080/axis/services/AemetProyect" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8080/axis/services/AemetProyect" xmlns:intf="http://localhost:8080/axis/services/AemetProyect" xmlns:tns1="http://aemetproyecto" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <!--WSDL created by Apache Axis version: 1.4
  4. Built on Apr 22, 2006 (06:55:48 PDT)-->
  5.  <wsdl:types>
  6.   <schema elementFormDefault="qualified" targetNamespace="http://aemetproyecto" xmlns="http://www.w3.org/2001/XMLSchema">
  7.    <element name="jsonXML" type="xsd:string"/>
  8.    <element name="idXML" type="xsd:string"/>
  9.    <element name="aemetXML" type="xsd:string"/>
  10.   </schema>
  11.   <schema elementFormDefault="qualified" targetNamespace="http://localhost:8080/axis/services/AemetProyect" xmlns="http://www.w3.org/2001/XMLSchema">
  12.    <element name="GenerarJSONReturn" type="xsd:string"/>
  13.    <element name="DescargarInfoTiempoReturn" type="xsd:string"/>
  14.    <element name="GenerarHTMLReturn" type="xsd:string"/>
  15.   </schema>
  16.  </wsdl:types>
  17.  
  18.    <wsdl:message name="GenerarHTMLResponse">
  19.  
  20.       <wsdl:part element="impl:GenerarHTMLReturn" name="GenerarHTMLReturn"/>
  21.  
  22.    </wsdl:message>
  23.  
  24.    <wsdl:message name="GenerarJSONResponse">
  25.  
  26.       <wsdl:part element="impl:GenerarJSONReturn" name="GenerarJSONReturn"/>
  27.  
  28.    </wsdl:message>
  29.  
  30.    <wsdl:message name="GenerarHTMLRequest">
  31.  
  32.       <wsdl:part element="tns1:aemetXML" name="aemetXML"/>
  33.  
  34.    </wsdl:message>
  35.  
  36.    <wsdl:message name="DescargarInfoTiempoResponse">
  37.  
  38.       <wsdl:part element="impl:DescargarInfoTiempoReturn" name="DescargarInfoTiempoReturn"/>
  39.  
  40.    </wsdl:message>
  41.  
  42.    <wsdl:message name="DescargarInfoTiempoRequest">
  43.  
  44.       <wsdl:part element="tns1:idXML" name="idXML"/>
  45.  
  46.    </wsdl:message>
  47.  
  48.    <wsdl:message name="GenerarJSONRequest">
  49.  
  50.       <wsdl:part element="tns1:jsonXML" name="jsonXML"/>
  51.  
  52.    </wsdl:message>
  53.  
  54.    <wsdl:portType name="Services">
  55.  
  56.       <wsdl:operation name="GenerarJSON" parameterOrder="jsonXML">
  57.  
  58.          <wsdl:input message="impl:GenerarJSONRequest" name="GenerarJSONRequest"/>
  59.  
  60.          <wsdl:output message="impl:GenerarJSONResponse" name="GenerarJSONResponse"/>
  61.  
  62.       </wsdl:operation>
  63.  
  64.       <wsdl:operation name="DescargarInfoTiempo" parameterOrder="idXML">
  65.  
  66.          <wsdl:input message="impl:DescargarInfoTiempoRequest" name="DescargarInfoTiempoRequest"/>
  67.  
  68.          <wsdl:output message="impl:DescargarInfoTiempoResponse" name="DescargarInfoTiempoResponse"/>
  69.  
  70.       </wsdl:operation>
  71.  
  72.       <wsdl:operation name="GenerarHTML" parameterOrder="aemetXML">
  73.  
  74.          <wsdl:input message="impl:GenerarHTMLRequest" name="GenerarHTMLRequest"/>
  75.  
  76.          <wsdl:output message="impl:GenerarHTMLResponse" name="GenerarHTMLResponse"/>
  77.  
  78.       </wsdl:operation>
  79.  
  80.    </wsdl:portType>
  81.  
  82.    <wsdl:binding name="AemetProyectSoapBinding" type="impl:Services">
  83.  
  84.       <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
  85.  
  86.       <wsdl:operation name="GenerarJSON">
  87.  
  88.          <wsdlsoap:operation soapAction=""/>
  89.  
  90.          <wsdl:input name="GenerarJSONRequest">
  91.  
  92.             <wsdlsoap:body use="literal"/>
  93.  
  94.          </wsdl:input>
  95.  
  96.          <wsdl:output name="GenerarJSONResponse">
  97.  
  98.             <wsdlsoap:body use="literal"/>
  99.  
  100.          </wsdl:output>
  101.  
  102.       </wsdl:operation>
  103.  
  104.       <wsdl:operation name="DescargarInfoTiempo">
  105.  
  106.          <wsdlsoap:operation soapAction=""/>
  107.  
  108.          <wsdl:input name="DescargarInfoTiempoRequest">
  109.  
  110.             <wsdlsoap:body use="literal"/>
  111.  
  112.          </wsdl:input>
  113.  
  114.          <wsdl:output name="DescargarInfoTiempoResponse">
  115.  
  116.             <wsdlsoap:body use="literal"/>
  117.  
  118.          </wsdl:output>
  119.  
  120.       </wsdl:operation>
  121.  
  122.       <wsdl:operation name="GenerarHTML">
  123.  
  124.          <wsdlsoap:operation soapAction=""/>
  125.  
  126.          <wsdl:input name="GenerarHTMLRequest">
  127.  
  128.             <wsdlsoap:body use="literal"/>
  129.  
  130.          </wsdl:input>
  131.  
  132.          <wsdl:output name="GenerarHTMLResponse">
  133.  
  134.             <wsdlsoap:body use="literal"/>
  135.  
  136.          </wsdl:output>
  137.  
  138.       </wsdl:operation>
  139.  
  140.    </wsdl:binding>
  141.  
  142.    <wsdl:service name="ServicesService">
  143.  
  144.       <wsdl:port binding="impl:AemetProyectSoapBinding" name="AemetProyect">
  145.  
  146.          <wsdlsoap:address location="http://localhost:8080/axis/services/AemetProyect"/>
  147.  
  148.       </wsdl:port>
  149.  
  150.    </wsdl:service>
  151.  
  152. </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement