RE: [flexcoders] Flex WebService error, CF Okay

2006-05-28 Thread Franck de Bruijn
Behalf Of Tom Ortega Sent: Wednesday, May 24, 2006 7:58 PM To: flexcoders Subject: [flexcoders] Flex WebService error, CF Okay   I'm trying to use an internal Java Web Service. When I call from cf using cfinvoke, all is well. When I try to call from flex, however, I get this runtime

Re: [flexcoders] Flex WebService error, CF Okay

2006-05-24 Thread venugopal vasireddy
Hi,   Flex2.0 is strictly typed, it is giving "type coercion error" - where CF is loosely typed. Another reason could be axis version and wrappers in one product or other.   Thanks Venugopal Vasireddy       >   From JSP call your Java file where u will wirte ur Java logic to open PDF> 

[flexcoders] Flex WebService error, CF Okay

2006-05-24 Thread Tom Ortega
I'm trying to use an internal Java Web Service.When I call from cf using cfinvoke, all is well.When I try to call from flex, however, I get this runtime error (see below) on app startup.  No calls to the ws yet, just error on parsing the wsdl. I was under the impression they (CF and Flex) both u