Re: PHP webservice returns a Null pointer error (SOLVED)

2006-09-13 Thread Ryan Mitchell
yeah, i opted for another php SOAP library (nuSOAP), and with a bit of tweaking i've got it working. thanks for all the help > I just run this example this morning and I received and array [empty] > result. > > http://www.ryanmitchell.co. > uk/rtCMS.php?wsdl")> > > > > uk\\www\\")> > > >

RE: PHP webservice returns a Null pointer error

2006-09-13 Thread Ian Skinner
I just run this example this morning and I received and array [empty] result. http://www.ryanmitchell.co.uk/rtCMS.php?wsdl";)> -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - "C cod

Re: PHP webservice returns a Null pointer error

2006-09-13 Thread Ryan Mitchell
w.ryanmitchell.co.uk/rtCMS.php?wsdl";)> > > >I'm taking a look at the service itself now... > >!k > >-Original Message- >From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 12, 2006 3:42 PM >To: CF-Talk >Subject: Re: P

Re: PHP webservice returns a Null pointer error

2006-09-13 Thread Ryan Mitchell
w.ryanmitchell.co.uk/rtCMS.php?wsdl";)> > > >I'm taking a look at the service itself now... > >!k > >-Original Message- >From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 12, 2006 3:42 PM >To: CF-Talk >Subject: Re: P

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
n Aebig [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 4:01 PM To: CF-Talk Subject: RE: PHP webservice returns a Null pointer error I'm getting the object dump easily with this: http://www.ryanmitchell.co.uk/rtCMS.php?wsdl";)> I'm taking a look at the service

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
gt; >!k > >-Original Message- >From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 12, 2006 3:07 PM >To: CF-Talk >Subject: Re: PHP webservice returns a Null pointer error > >yeah, the webservice works completely fine and well. >basically in p

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
gt;From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 12, 2006 3:07 PM >To: CF-Talk >Subject: Re: PHP webservice returns a Null pointer error > >yeah, the webservice works completely fine and well. >basically in php im returning back an array (i've set the

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
. Give this try: http://path/file.php?wsdl";); #cfcatch.message# Caught an exception, type = #CFCATCH.TYPE# !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 2:19 PM To: CF-Talk Subject: Re: PHP webservice returns a Nul

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
k or an error? > >~Brad > >-Original Message- >From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 12, 2006 3:19 PM >To: CF-Talk >Subject: Re: PHP webservice returns a Null pointer error > >not sure what you mean. >i literally am just inv

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
t; >~Brad > >-Original Message- >From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 12, 2006 3:19 PM >To: CF-Talk >Subject: Re: PHP webservice returns a Null pointer error > >not sure what you mean. >i literally am just invoking a method

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Brad Wood
Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 3:19 PM To: CF-Talk Subject: Re: PHP webservice returns a Null pointer error not sure what you mean. i literally am just invoking a method on the webservice >Do you have exception handling in place? &g

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
Subject: Re: PHP webservice returns a Null pointer error > >yeah, the problem is i dont even get a variable - just an immediate null >pointer error as soon as i make the call to the remote method. > >>I recall having some difficulties with CF reading a .NET recordset and had >>

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
Do you have exception handling in place? !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 1:50 PM To: CF-Talk Subject: Re: PHP webservice returns a Null pointer error yeah, the problem is i dont even get a variable - just an

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
y, September 12, 2006 1:13 PM >To: CF-Talk >Subject: Re: PHP webservice returns a Null pointer error > >looks pretty much the same as an equivalent coldfusion one >as i said, the webservice works for everything but php arrays... ~~

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
nto a different datatype? !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 1:13 PM To: CF-Talk Subject: Re: PHP webservice returns a Null pointer error looks pretty much the same as an equivalent coldfusion one as i said, the webse

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
looks pretty much the same as an equivalent coldfusion one as i said, the webservice works for everything but php arrays... >Use a browser and access the wsdl directly. I.E. go to >http://path/file.php?wsdl and it should display the xml for you > >Ryan Mitchell wrote: >> ~~~

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Jake Churchill
doing. >> >> !k >> >> -Original Message- >> From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, September 12, 2006 8:53 AM >> To: CF-Talk >> Subject: Re: PHP webservice returns a Null pointer error >> >> nope, im using

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
returned xml structure. It might not be right, or CF >might be choking on something that it's doing. > >!k > >-Original Message- >From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 12, 2006 8:53 AM >To: CF-Talk >Subject: Re: PHP webs

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
Null pointer error nope, im using PEAR's SOAP libraries >Are you using AMFPHP? > >!k > >-Original Message- >From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 12, 2006 3:49 AM >To: CF-Talk >Subject: PHP webservice returns a Null poi

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
nope, im using PEAR's SOAP libraries >Are you using AMFPHP? > >!k > >-Original Message- >From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 12, 2006 3:49 AM >To: CF-Talk >Subject: PHP webservice returns a Null pointer error > &g

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
Are you using AMFPHP? !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 3:49 AM To: CF-Talk Subject: PHP webservice returns a Null pointer error Hello I am trying to connect to a basic php webservice through coldfusion. All the

PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
Hello I am trying to connect to a basic php webservice through coldfusion. All the basics work, however whenever I try to return a php array i get a null pointer exception. Could not perform web service invocation "methodName". Here is the fault returned when invoking the web service operation