kumaran,

I am also having an issue with this, ok, I realize that I cant get
multiple value output,
however, it wont let me get an xml string as the output either?

any thoughts?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 

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


<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