Try using cfinvokeargument as opposed to passing multiple in the cfinvoke tag itself.
Should work. -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 11:57 AM To: CF-Talk Subject: cfmx and web services does anyone know if cfinvoke will be able to handle multiple output parameters from a webservice? I can easily get the response I want, when consuming a web service that returns only 1 output parameter, however, when I try to hit one, that is supps to return multiple output parameters, I get an error... here is the error. Error Occurred While Processing Request Web service operation "AssetLocation" with parameters {STRIP={141039070},} could not be found. The Error Occurred in C:\Inetpub\wwwroot\cf~simpleSoap.cfm: line 29 27 : method="AssetLocation" 28 : strIp="141039070"> 29 : </cfinvoke> 30 : 31 : <cfoutput>#soapTest#</cfoutput> ______________________________________________________________________ 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

