????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.188.27.20 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"?> <wsdl:definitions name="OSCAdmin.wsdl" targetNamespace="http://www.example.com/" xmlns:tns="http://www.example.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <wsdl:types> <xsd:schema targetNamespace="http://www.example.com/" xmlns="http://www.w3.org/2000/10/XMLSchema"> <xsd:element name="productDetailsType"> <xsd:complexType> <xsd:all> <xsd:element name="id" type="xsd:integer"/> </xsd:all> </xsd:complexType> </xsd:element> </xsd:schema> <xsd:schema targetNamespace="http://www.example.com/" xmlns="http://www.w3.org/2000/10/XMLSchema"> <xsd:element name="GetProductsRequest"> <xsd:complexType> <xsd:all> <xsd:element name="time" type="xsd:string"/> </xsd:all> </xsd:complexType> </xsd:element> </xsd:schema> <xsd:schema targetNamespace="http://www.example.com/" xmlns="http://www.w3.org/2000/10/XMLSchema"> <xsd:element name="GetProductsResponse"> <xsd:complexType> <xsd:all> <xsd:element name="products" type="tns:productDetailsType"/> </xsd:all> </xsd:complexType> </xsd:element> </xsd:schema> </wsdl:types> <wsdl:message name="GetProductsRequest"> <wsdl:part name="in" element="tns:GetProductsRequest"/> </wsdl:message> <wsdl:message name="GetProductsResponse"> <wsdl:part name="out" element="tns:GetProductsResponse"/> </wsdl:message> <wsdl:portType name="OSCAdminPortType"> <wsdl:operation name="GetProducts"> <wsdl:input message="tns:GetProductsRequest"/> <wsdl:output message="tns:GetProductsResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="OSCAdminSoapBinding" type="tns:OSCAdminPortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="GetProducts"> <soap:operation soapAction=""/> <wsdl:input name="in"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="out"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="OSCAdminService"> <wsdl:port name="OSCAdminPort" binding="tns:OSCAdminSoapBinding"> <soap:address location="test://"/> </wsdl:port> </wsdl:service> </wsdl:definitions>