Hello Gino,

          Just put at the end the following:

          echo $response;

          That will echo it into the browser.
-- 
With best regards from Ukraine,
Andre
Skype: Francophile
Twitter: http://twitter.com/m_elensule
Facebook: http://facebook.com/menelion

----- Original message -----
From: SBS Computers <sbs_comput...@hotmail.com>
To: php-general@lists.php.net <php-general@lists.php.net>
Date: Thursday, September 2, 2010, 10:16:26 PM
Subject: [PHP] PHP, Soap, and WDSL


Hi everyone,

I am trying to write a simple php page using an sdk. The SDK api contains all 
wsdl files which do all the work.

There's a soap.php which has all the functions and stores the output in 
$response.

My
 php page includes soap.php and a function. The function is handled by 
soap.php and it will get the date from the appropriate wdsl file and 
store it in $response. It is stored in xml format using utf-16.

If
 I run my php page frmo console, I get the output fine. If I run it from
 a browser, the page is empty but if I "view source", the date is there.

What do I need to do in my php page to get $response actually displayed in a 
browser.

Thanks

Gino                                      


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

Reply via email to