コード例 #1
0
 function testInterSS()
 {
     $simq = new SimpleInterSSMQ();
     $frame = new MessageFrame();
     $frame->body = "hello";
     $conf = array("implementation_options" => array("remoteServer" => "http://localhost/test_receiver"));
     $dummy = $simq->encode("test", $frame, $conf);
 }