right now you have to pass all of the params to the webservice, even ones not required.
try that and see if it works... mike chambers [EMAIL PROTECTED] > -----Original Message----- > From: Rich Wild [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 12:13 PM > To: CF-Talk > Subject: cfmx: webservices > > > ok, my day of cfmx discovery continues (having played with > the analyser and > other newfangled whizzo gadgets).. ;) > > with web services, has anyone interfaced with google's api yet? > > I'm trying the following using cfmx's <cfinvoke> tag and not > getting very > far: > > <cfinvoke > webservice ="http://api.google.com/GoogleSearch.wsdl" > method ="doGoogleSearch" > returnVariable = "results"> > <cfinvokeargument name="key" > value="LBbff1Jmz3emtD7TIA7FIns5UnJeUzsl"> > <cfinvokeargument name="q" value="bears"> > </cfinvoke> > > and it tells me that it can't find the method... although a > quick use of a > SOAP client such as http://www.soapclient.com/soaptest.html > informs me that > http://api.google.com/GoogleSearch.wsdl does exist and it exposes its > doGoogleSearch method. I'm confused..... > > ------------------------------------------------------- > Rich Wild > Senior Web Developer > > ------------------------------------------------------- > e-mango Tel: 01202 755 300 > Gild House Fax: 01202 755 301 > 74 Norwich Avenue West > Bournemouth Mailto:[EMAIL PROTECTED] > BH2 6AW, UK http://www.e-mango.com > ------------------------------------------------------- > This message may contain information which is legally > privileged and/or confidential. If you are not the > intended recipient, you are hereby notified that any > unauthorised disclosure, copying, distribution or use > of this information is strictly prohibited. Such > notification notwithstanding, any comments, opinions, > information or conclusions expressed in this message > are those of the originator, not of e-mango.com ltd, > unless otherwise explicitly and independently indicated > by an authorised representative of e-mango.com ltd. > ------------------------------------------------------- > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

