Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1.  
  2. <?xml version="1.0" encoding="ISO-8859-1"?>
  3. <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:Validacion-Coordenadas" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:Validacion-Coordenadas">
  4. <types>
  5. <xsd:schema targetNamespace="urn:Validacion-Coordenadas"
  6. >
  7. <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
  8. <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
  9. <xsd:complexType name="Validacion_punto">
  10. <xsd:complexContent>
  11. <xsd:restriction base="SOAP-ENC:Array"/>
  12. <xsd:element name="sVersion" type="xsd:string"/>
  13. <xsd:element name="sFecha" type="xsd:string"/>
  14. <xsd:element name="sHora" type="xsd:string"/>
  15. <xsd:element name="nCodValidacion" type="xsd:int"/>
  16. <xsd:element name="sDescValidacion" type="xsd:string"/>
  17. <xsd:element name="sValidacionComuna" type="xsd:string"/>
  18. <xsd:element name="sValidacionROL" type="xsd:string"/>
  19. <xsd:element name="sValidacionPrivado" type="xsd:string"/>
  20. </xsd:restriction>
  21. </xsd:complexContent>
  22. </xsd:complexType>
  23. </xsd:schema>
  24. </types>
  25. <message name="Geovalidacion..coordenada_comunaRequest">
  26. <part name="nId_app" type="xsd:int" />
  27. <part name="nPuntoX" type="xsd:long" />
  28. <part name="nPuntoY" type="xsd:long" />
  29. <part name="sProyeccion" type="xsd:string" />
  30. <part name="nHuso" type="xsd:int" />
  31. <part name="sDatum" type="xsd:string" />
  32. <part name="nCod_comuna" type="xsd:string" />
  33. <part name="nRol_1" type="xsd:int" />
  34. <part name="nRol_2" type="xsd:int" />
  35. <part name="nOp_privada" type="xsd:int" /></message>
  36. <message name="Geovalidacion..coordenada_comunaResponse">
  37. <part name="return" type="tns:Validacion_punto" /></message>
  38. <portType name="Validacion-CoordenadasPortType">
  39. <operation name="Geovalidacion..coordenada_comuna">
  40. <documentation>Provee la validacion de un coordenada en una comuna de Chile, a traves del codigo comunal, un rol de propiedad o establecer si una zona es marcada como privada.</documentation>
  41. <input message="tns:Geovalidacion..coordenada_comunaRequest"/>
  42. <output message="tns:Geovalidacion..coordenada_comunaResponse"/>
  43. </operation>
  44. </portType>
  45. <binding name="Validacion-CoordenadasBinding" type="tns:Validacion-CoordenadasPortType">
  46. <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  47. <operation name="Geovalidacion..coordenada_comuna">
  48. <soap:operation soapAction="urn:Validacion-Coordenadas#coordenada_comuna" style="rpc"/>
  49. <input><soap:body use="encoded" namespace="urn:Validacion-Coordenadas" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
  50. <output><soap:body use="encoded" namespace="urn:Validacion-Coordenadas" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  51. </operation>
  52. </binding>
  53. <service name="Validacion-Coordenadas">
  54. <port name="Validacion-CoordenadasPort" binding="tns:Validacion-CoordenadasBinding">
  55. <soap:address location="http://ide.minagri.gob.cl/ws/geovalidacion/index/wsdl"/>
  56. </port>
  57. </service>
  58. </definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement