刘桂岩 пре 2 година
родитељ
комит
e9b182e310
1 измењених фајлова са 0 додато и 31 уклоњено
  1. 0 31
      public/handleReport.wsdl

+ 0 - 31
public/handleReport.wsdl

@@ -1,31 +0,0 @@
-<?xml version="1.0" ?>
-<definitions name="handleReport" targetNamespace="urn:handleReport" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:handleReport" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/">
-<types xmlns="http://schemas.xmlsoap.org/wsdl/" />
-<portType name="handleReportPort"><operation name="getDiAnData">
-<input message="tns:getDiAnDataRequest" />
-<output message="tns:getDiAnDataResponse" />
-</operation>
-</portType>
-<binding name="handleReportBinding" type="tns:handleReportPort">
-<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
-<operation name="getDiAnData">
-<soap:operation soapAction="urn:handleReport#handleReport#getDiAnData" />
-<input><soap:body use="encoded" namespace="urn:handleReport" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
-</input>
-<output>
-<soap:body use="encoded" namespace="urn:handleReport" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
-</output>
-</operation>
-</binding>
-<service name="handleReport">
-<documentation />
-<port name="handleReportPort" binding="tns:handleReportBinding"><soap:address location="http://localhost:8085/server.php" />
-</port>
-</service>
-<message name="getDiAnDataRequest">
-<part name="data" type="xsd:string" />
-</message>
-<message name="getDiAnDataResponse">
-<part name="getDiAnData" type="xsd:string" />
-</message>
-</definitions>