Jump to content

soon

Active Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

soon's Achievements

Newbie

Newbie (1/14)

  1. hey guy i try to do a web service in my local computer windows platform. i create a module in pineapple for call the web service but this come out the error i dunno know where this wrong. private function getWebService() { require_once ('lib/nusoap.php'); //Give it value at parameter $param = array( 'your_name' => 'Roy'); //Create object that referer a web services $client = new soapclient('http://192.168.1.100/WebServiceSOAP/server.php'); //Call a function at server and send parameters too $response = $client->call('get_message',$param); //Process result if($client->fault) { echo "FAULT: <p>Code: (".$client->faultcode."</p>"; echo "String: ".$client->faultstring; } else { echo $response; } }
  2. Ok.now i use php to create a web service in my local iis. how to call the ws by wifi pineapple ??
  3. hi, currently i using java to create a web service and i want to pass data from pineapple to the web service(java) but an error come out (500 internal server error). I'm using pineapple tetra and apche tomcat v8.0 (java server) ..what is wrong?? or got any suggestion to take data from pineapple
  4. ok,so i need to use php to create web service right? and then put to a new module?
  5. hey how to create a web service in the TETRA modules?? is it only support PHP language ?other like java ,vb cant be supporting ?
×
×
  • Create New...