[PHP] PHP, Soap, and WDSL

2010-09-02 Thread SBS Computers
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 a

RE: [PHP] PHP, Soap, and WDSL

2010-09-02 Thread SBS Computers
; > 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 > To: php-gener

RE: [PHP] PHP, Soap, and WDSL

2010-09-03 Thread SBS Computers
Chris. > > > > On Fri, Sep 3, 2010 at 3:39 AM, Jangita wrote: > > > On 02/09/2010 10:51 p, SBS Computers wrote: > > > > It's as if the data is not getting to my php page? > >> > >> The view source shows the following data: > >> >

RE: [PHP] PHP, Soap, and WDSL

2010-09-06 Thread SBS Computers
ly simple solution you can echo it inside a textarea... > > echo " $response "; > > > Though you'll likely want to increase the size of the textarea! ;-) > > > > > Chris. > > > > On Fri, Sep 3, 2010 at 3:39 AM, Jangita wrote: &g