Advertisement
Guest User

Untitled

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