Re: [phpsoa] can't use wsdl file get service??

2009-11-24 Thread Silvano Girardi Jr
What happens? You should be doing something with the return from $service-getPrice(array('symbol'='IBM')); Try var_dump($service-getPrice(array('symbol'='IBM'))); Silvano 2009/11/21 heshuai64 heshua...@gmail.com include 'SCA/SCA.php'; $service = SCA::getService(StockQuoteService?wsdl);

[phpsoa] Re: Consuming SSL secured web services

2008-11-24 Thread Silvano Girardi Jr
On Mon, Nov 24, 2008 at 1:32 PM, Caroline Maynard [EMAIL PROTECTED] wrote: Matthew Peters wrote: OK so that's useful information and makes sense. How would you go about connecting to an https URL from PHP? I have never tried it. Is there a way to give the userid and password to the file

[phpsoa] Re: Consuming SSL secured web services

2008-11-24 Thread Silvano Girardi Jr
types into classes. I'd love to be able to use SCA_SDO with cases like these, so count on me to try to get this thing working with SCA. I wonder if there is any way to specify the certificate to PHP somewhere else, so it would work with fopen() as well. Silvano On 20 Nov, 20:44, Silvano Girardi Jr

[phpsoa] Re: Problem when using type DOUBLE in SOAP

2008-06-24 Thread Silvano Girardi Jr
), since that is what we use to generate the XML for the soap response ... unless we do some horrid fix up of the generated xml afterwards. Can you work out what the Tuscany change needs to be? Matthew On Jun 19, 2:33 am, Silvano Girardi Jr [EMAIL PROTECTED] wrote: On Wed, Jun 18, 2008

[phpsoa] Problem when using type DOUBLE in SOAP

2008-06-16 Thread Silvano Girardi Jr
), it works fine: returns the same double value. I appreciate if someone could take a look on this asap. Thanks, Silvano Girardi Jr. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups phpsoa group. To post to this group, send

[phpsoa] Re: Methods Documentation in WSDL

2008-06-02 Thread Silvano Girardi Jr
be willing and able to do? I can give you more information in needed. Regards, Graham. On 30 May, 17:05, Silvano Girardi Jr [EMAIL PROTECTED] wrote: Since I got no comments, I made it only for methods and not optional. I've put the patch in the case. Silvano On Fri, Apr 25, 2008 at 1

[phpsoa] Re: Methods Documentation in WSDL

2008-04-25 Thread Silvano Girardi Jr
On Fri, Apr 25, 2008 at 5:38 AM, Caroline Maynard [EMAIL PROTECTED] wrote: Silvano Girardi Jr wrote: is there any special reason for the SCA to do not generate the documentation/documentation in the WSDL based on the method's description in the doc block? Probably nobody thought to do

[phpsoa] SDO_Model_ReflectionDataObject

2008-01-09 Thread Silvano Girardi Jr
Hi guys, I am experiencing problems with the SDO_Model_ReflectionDataObject. What I am trying to do is to get the instance properties. When I call the method getInstanceProperties() it returns null, although the method ::export() shows me the SDO. code $obj_customer =