Re: [PHP-WIN] Question on accessing C# Web Service

2005-03-30 Thread Adam
oap_proxy = $client->getProxy(); $result = $soap_proxy->HelloWorld(); This is how I do it. Charles -Original Message- From: Adam [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 1:28 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Question on accessing C# Web Service

RE: [PHP-WIN] Question on accessing C# Web Service

2005-03-30 Thread Charles P. Killmer
Sent: Wednesday, March 30, 2005 1:28 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Question on accessing C# Web Service Hello I am new to PHP soap and I have a simple question. here is my simple hello world server class namespace TestService { public class Se

[PHP-WIN] Question on accessing C# Web Service

2005-03-30 Thread Adam
Hello I am new to PHP soap and I have a simple question. here is my simple hello world server class namespace TestService { public class Service1 : System.Web.Services.WebService { public Service1() { InitializeComponent(); } [WebMethod] public string HelloWorld() { return "H