<cfinvokeargument> is for passing in multiple arguments. 

I believe Tony is asking about capturing multiple return values which, is not a 
feature that is currently supported.

Tony, could you post or email me directly the web service consumption code that is 
throwing this error. The error message seems to be wrong.

Thanks
Kumaran




-----Original Message-----
From: Stacy Young [mailto:[EMAIL PROTECTED]] 
Sent: Monday, August 12, 2002 12:30 PM
To: CF-Talk
Subject: RE: cfmx and web services

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

Reply via email to