Php calls javawebservice online, etc. please help me,

Source: Internet
Author: User
Php calls javawebservice online, etc. please help me,
 
   
      
   
    
     
      
       
       
      
     
    
    
    
     
      
       
       
       
       
       
       
       
      
     
    
    
    
     
      
       
       
       
      
     
    
    
     
    
      
       
     
    
      
       
     
    
      
       
     
    
      
       
     
    
      
       
     
    
      
       
     
    
      
         
        
          
        
        
       
         
        
          
        
        
       
         
        
          
        
        
     
    
      
       
         
          
            
           
          
            
           
        
       
         
          
            
           
          
            
           
        
       
         
          
            
           
          
            
           
        
     
    
      
         
        
     
  
 


========================================================== ============
$result = $c->setTerminalsActivation(date('yyyy-MM-dd hh:ii:ss',time()),'fdb6680c8cad4b21b8d7e5b6e4bc6b87','13330968452','1');

This is how I call it. the interface always returns a 90001 key that does not exist.
The interface is defined in this way.
String setTerminalsActivation (String timeStamp, String key, String
Terminals, String value)
========================================


Reply to discussion (solution)

Is there a way to list all keys?

Is case sensitive?

String setTerminalsActivation (setTerminalsActivationRequest $ setTerminalsActivationRequest)

The setTerminalsActivation method needs to pass a setTerminalsActivationRequest structure.

The setTerminalsActivationRequest structure is
Struct setTerminalsActivationRequest {
String timeStamp;
String key;
String terminals;
String value;
String type;
String effectiveLocTime;
String smsContent;
}

Php should be called
$ C-> setTerminalsActivation (array (
'Timestamp' => '',
'Key' => '',
'Terminal' => '',
'Value' => '',
'Type' => '',
'Effectiveloctime' => '',
'Smscontent' => '',
));
Enter the value of the array element.

Thanks, buddy on the second floor. I thought about it. The problem has been solved.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.