localhost.HelloWorld myHW = new localhost.HelloWorld(); this.label5.Text = myHW.CallHelloWorld(this.textBox1.Text).ToString();
<? //include 'connect/connect.php'; require_once("lib/nusoap.php"); //Create a new soap server $server = new soap_server(); //Define our namespace $namespace = "http://localhost/nusoap/WebServiceServer.php"; $server->wsdl->schemaTargetNamespace = $namespace; //Configure our WSDL $server->configureWSDL("HelloWorld"); // Register our method and argument parameters $varname = array( 'strName' => "xsd:string" ); $server->register('HelloWorld',$varname, array('return' => 'xsd:string')); function HelloWorld($std_code) { //$select = mysql_query("select * from student_data_tb where studentcode = '$std_code' || citizenid = '$std_code'"); //$select_row = mysql_fetch_array($select); $show = "ทดสอบ"; //return $select_row['prefixname']; return $show; } // Get our posted data if the service is being consumed // otherwise leave this data blank. $POST_DATA = isset($GLOBALS['HTTP_RAW_POST_DATA']) ? $GLOBALS['HTTP_RAW_POST_DATA'] : ''; // pass our posted data (or nothing) to the soap service $server->service($POST_DATA); exit(); ?>
var input = "è"; var bytes = Encoding.GetEncoding("ISO8859-1").GetBytes(input); var realString = Encoding.UTF8.GetString(bytes);
byte[] bytes=Encoding.UTF8.GetBytes(yourString);
$server->soap_defencoding = 'UTF-8'; $server->decode_utf8 = false; $server->encode_utf8 = true;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง