Re: Question on accessing C# Web Service

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Adam wrote:
here is my simple hello world server class

namespace TestService
{
 public class Service1 : System.Web.Services.WebService
 {
  public Service1()
  {
   InitializeComponent();

*yuck* Visual Studio .NET Code.

[...]


The result I got is

Hello World
result:Array

Can anyone pls help me with this ??

what does var_dump($result) say?

Christian

--
http://www.hauser-wenz.de/
http://www.hauser-wenz.de/blog/

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux