<?xml version="1.0" encoding="UTF-8" ?> - <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://localhost/soap/HelloWorld" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://localhost/soap/HelloWorld"> - <types> - <xsd:schema targetNamespace="http://localhost/soap/HelloWorld"> <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" /> <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" /> </xsd:schema> </types> - <message name="HelloWorldRequest"> <part name="strName" type="xsd:string" /> <part name="strEmail" type="xsd:string" /> </message> - <message name="HelloWorldResponse"> <part name="return" type="xsd:string" /> </message> - <portType name="HelloWorldPortType"> - <operation name="HelloWorld"> <input message="tns:HelloWorldRequest" /> <output message="tns:HelloWorldResponse" /> </operation> </portType> - <binding name="HelloWorldBinding" type="tns:HelloWorldPortType"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> - <operation name="HelloWorld"> <soap:operation soapAction="http://localhost/test1/WebServiceServer.php/HelloWorld" style="rpc" /> - <input> <soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> </input> - <output> <soap:body use="encoded" namespace="" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" /> </output> </operation> </binding> - <service name="HelloWorld"> - <port name="HelloWorldPort" binding="tns:HelloWorldBinding"> <soap:address location="http://localhost/test1/WebServiceServer.php" /> </port> </service> </definitions>
Dim clnt As New SoapClient30 Dim strXML() Dim strCASE_ID As String Dim arr() clnt.ClientProperty("ServerHTTPRequest") = True clnt.MSSoapInit "http://localhost/test1/WebServiceServer.php?wsdl" '?WSDL input arr(0) = "uuu" strXML = clnt.HelloWorld(arr)
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง