Re: Question on accessing C# Web Service

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

 




Adam wrote:
The var_dump($result) is

array(1) { ["HelloWorldResult"]=> string(11) "Hello World" }

My next question is how can I get the php to print the hello world??

Try $result["HelloWorldResult"]. This is probably caused by the .NET generated WSDL that creates a <HelloWorldResult> element.


Regards
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