????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.15.22.62 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/home/b8009/php-5.6.22/ext/soap/tests/bugs/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.example.org/reporter/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="reporter" targetNamespace="http://www.example.org/reporter/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <wsdl:types><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/reporter/"> <xsd:complexType name="host"> <xsd:sequence> <xsd:element name="uuid" type="xsd:string"></xsd:element> </xsd:sequence> </xsd:complexType> <xsd:complexType name="software_list"> <xsd:sequence> <xsd:element name="software" type="tns:software" maxOccurs="unbounded" minOccurs="1"> </xsd:element> </xsd:sequence> </xsd:complexType> <xsd:complexType name="software"> <xsd:sequence> <xsd:element name="name" type="xsd:string" maxOccurs="1" minOccurs="1"></xsd:element> <xsd:element name="version" type="xsd:string" maxOccurs="1" minOccurs="1"></xsd:element> <xsd:element name="state" type="xsd:string" maxOccurs="1" minOccurs="1"></xsd:element> </xsd:sequence> </xsd:complexType> <xsd:complexType name="updates"> <xsd:sequence> <xsd:element name="update" type="tns:update" maxOccurs="unbounded" minOccurs="0"> </xsd:element> </xsd:sequence> </xsd:complexType> <xsd:complexType name="update"> <xsd:sequence> <xsd:element name="software" type="xsd:string"></xsd:element> <xsd:element name="old_version" type="xsd:string"></xsd:element> <xsd:element name="new_version" type="xsd:string"></xsd:element> </xsd:sequence> </xsd:complexType> </xsd:schema></wsdl:types> <wsdl:message name="reportSoftwareStatusRequest"> <wsdl:part name="host" type="tns:host"/> <wsdl:part name="software_list" type="tns:software_list"></wsdl:part> <wsdl:part name="updates" type="tns:updates"></wsdl:part> </wsdl:message> <wsdl:message name="reportSoftwareStatusResponse"> <wsdl:part name="report_id" type="xsd:int"/> </wsdl:message> <wsdl:portType name="reporter"> <wsdl:operation name="reportSoftwareStatus"> <wsdl:input message="tns:reportSoftwareStatusRequest"/> <wsdl:output message="tns:reportSoftwareStatusResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="reporterHTTP" type="tns:reporter"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="reportSoftwareStatus"> <soap:operation soapAction="http://www.example.org/reporter/reportSoftwareStatus" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="reporter"> <wsdl:port binding="tns:reporterHTTP" name="reporterHTTP"> <http:address location="test://"/> </wsdl:port> </wsdl:service> </wsdl:definitions>