Shamil Salakhetdinov
shamil-users at mns.ru
Fri Jan 9 13:14:02 CST 2004
Hi All, Well, I made it working! If anybody wanted to test it to approve I'm not dreaming - here is a simple VB.NET test code: Imports ws = winApp.ru.spb.smsconsulting .... Dim wsrv As ws.wshello wsrv = New ws.wshello() Me.txtTest.Text = wsrv.hello(System.Environment.UserName) ... This code calls a PHP web service presented in (1. BASIC SERVER EXAMPLE) of original message and sets the value of me.txtTest textbox to the value returned by this Web service. The wsdl file of this sample Web service is here: http://smsconsulting.spb.ru/phptest/soap/services/wshello.wsdl One have to set a Web reference to this wsdl file from VS.NET to use this web service. HTH, Shamil :) ----- Original Message ----- From: "Shamil Salakhetdinov" <shamil-users at mns.ru> To: "dba - Tech" <dba-tech at databaseadvisors.com> Sent: Friday, January 09, 2004 9:34 PM Subject: [dba-Tech] Creating WebServices using PHP (preferred) or PERL <<<skipped for brevity>>> > -- > e-mail: shamil at smsconsulting.spb.ru > Web: http://smsconsulting.spb.ru/shamil_s > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com