soap-client

PHP: Array acting strangely in foreach

Hi, I have a class that is query data via a SOAP client. the results of the query are returned as an array of objects. Something strange is happening. I'm not sure if it only occurs when there is one element in the array. Here is the code: function getNotes($ticketid){ $ticketid = $this->ms_escape_string($ticketid); $conn ...

need some help using php and SOAP for integration with a web service.

I'm using jbilling that requires PEAR and SOAP in order to integrate with PHP. jBilling didn't come with any SOAP files, so I found some on the internet and downloaded them thinking I would be able to just include them in the php pages, but I'm not sure if this is the right way to do this. Inside all the SOAP .php files they have somet...