|
@@ -0,0 +1,31 @@
|
|
|
+<?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>
|