Re: Question on accessing C# Web Service

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

 



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??

Thanks

Adam

"Christian Wenz" <christian@wenz.org> wrote in message 
424B945C.5040708@wenz.org">news:424B945C.5040708@wenz.org...
> 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