Re: [PHP] PEAR::SOAP on Windows not working

2006-03-20 Thread T.Lensselink
Peter Lauri said: > Hi, > > I have been searching for directions of how to get PEAR::SOAP to work on > my > Windows Machine, but without success. I have downloaded the package and > unzipped it to a subfolder to my main web folder. > > This is my error message: > > -- > Warning:

[PHP] PEAR::SOAP on Windows not working

2006-03-20 Thread Peter Lauri
Hi, I have been searching for directions of how to get PEAR::SOAP to work on my Windows Machine, but without success. I have downloaded the package and unzipped it to a subfolder to my main web folder. This is my error message: -- Warning: main(HTTP/Request.php): failed to op

[PHP] PEAR::SOAP, nusoap, PHP 4.2.2

2005-04-08 Thread Russell P Jones
Im running PHP 4.2.2 on RedHat 9.0 Just using one of the many free Google API search scripts using nusoap or pear::soap, I get no response. When I run the same script on a different server (identical, just a later version of PHP) it works like a charm. Is there a syntax difference in 4.2.2 and >

Re: [PHP] PEAR::SOAP returns objects instead of associative arrays

2005-02-03 Thread Jochem Maas
William Lovaton wrote: Hi, ... I need the nested objects to be arrays and your suggestion won't do the trick and I don't want to be iterating over the array to convert the objects. well its either iterate the array and typecast or set the option, you best bet for finding out how/where/what regardin

Re: [PHP] PEAR::SOAP returns objects instead of associative arrays

2005-02-03 Thread William Lovaton
Hi, It works but in some cases. It works with this: stdClass Object ( [cod_tipo_identi] => 4 [des_identificacion] => REGISTRO CIVIL [abr_identificacion] => RC ) It convert it to an Array, but it doesn't work with this: Array ( [0] => stdClass Object ( [cod_tip

Re: [PHP] PEAR::SOAP returns objects instead of associative arrays

2005-02-03 Thread Jochem Maas
William Lovaton wrote: Hello, I just found out that since version 0.7, PEAR::SOAP returns stdClass objects instead of associative arrays. http://pear.php.net/package-changelog.php?pacid=87&release=0.7.3 What is the reason for this? I _need_ to get associative arrays, how do I revert to the old beha

[PHP] PEAR::SOAP returns objects instead of associative arrays

2005-02-02 Thread William Lovaton
Hello, I just found out that since version 0.7, PEAR::SOAP returns stdClass objects instead of associative arrays. http://pear.php.net/package-changelog.php?pacid=87&release=0.7.3 What is the reason for this? I _need_ to get associative arrays, how do I revert to the old behavior? -William --

[PHP] PEAR::SOAP returns objects instead of associative arrays

2005-02-02 Thread William Lovaton
Hello, I just found out that since version 0.7, PEAR::SOAP returns stdClass objects instead of associative arrays. http://pear.php.net/package-changelog.php?pacid=87&release=0.7.3 What is the reason for this? I _need_ to get associative arrays, how do I revert to the old behavior? -William --

[PHP] PEAR::SOAP tag trouble in migration to PEAR::SOAP from NuSOAP

2004-11-18 Thread Jeff Rodriguez
I'm trying to migrate to PEAR::SOAP from NuSOAP, but I'm confused as to why the result sent back from a function is wrapped in a tag. The return part of my code is simple enough: return array('lastStatus' => 'ok'); But this gets wrapped in a tag: ok Here is the SOAP response: http://schemas

[PHP] PEAR::SOAP

2004-03-30 Thread Robby Russell
I am trying to debug some xml issues with a SOAP/Client-based script. $sc = new SOAP_Client(...); is there a way to display the XML it attempts to send the server when I perform a $sc->call(...) *back to his google searches* -- Robby Russell, | Sr. Administrator / Lead Programmer Command

[PHP] PEAR::SOAP using PHP...please help!

2003-12-19 Thread Sam Masiello
I have posted this question to both the PHP SOAP and the PEAR General lists and have not received a reply on either list (not a very responsive group, I guess :) ) so I thought I would try to reach a larger audience in hopes that perhaps one of you out there might be able to help. Any assistance