GenesisServiceService.wsdl 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <definitions name="GenesisServiceService" targetNamespace="http://webservices.genesis.servipag.cl/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://webservices.genesis.servipag.cl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
  3. <types>
  4. <xsd:schema>
  5. <xsd:import namespace="http://webservices.genesis.servipag.cl/" schemaLocation="GenesisServiceService_schema1.xsd"/>
  6. </xsd:schema>
  7. </types>
  8. <message name="genesisMethodResponse">
  9. <part name="parameters" element="tns:genesisMethodResponse">
  10. </part>
  11. </message>
  12. <message name="genesisMethod">
  13. <part name="parameters" element="tns:genesisMethod">
  14. </part>
  15. </message>
  16. <portType name="GenesisServiceDelegate">
  17. <operation name="genesisMethod">
  18. <input message="tns:genesisMethod">
  19. </input>
  20. <output message="tns:genesisMethodResponse">
  21. </output>
  22. </operation>
  23. </portType>
  24. <binding name="GenesisServicePortBinding" type="tns:GenesisServiceDelegate">
  25. <soap12:binding style="document" transport="http://www.w3.org/2003/05/soap/bindings/HTTP/"/>
  26. <operation name="genesisMethod">
  27. <soap12:operation soapAction=""/>
  28. <input>
  29. <soap12:body use="literal"/>
  30. </input>
  31. <output>
  32. <soap12:body use="literal"/>
  33. </output>
  34. </operation>
  35. </binding>
  36. <service name="GenesisServiceService">
  37. <port name="GenesisServicePort" binding="tns:GenesisServicePortBinding">
  38. <soap12:address location="http://10.254.254.11:9081/GenesisWS/GenesisServiceService"/>
  39. </port>
  40. </service>
  41. </definitions>