Re: Web Service - this gets error . can anyone see why?

2004-02-04 Thread Stephen Moretti
Mike, Did you try the enumerated type work around that Tom Jordahl posted? cfscript ws = CreateObject(webservice,http://www.webservicex.net/CurrencyConvertor.asmx?wsdl); enum = CreateObject(java, NET.webserviceX.www.Currency); argFrom = enum.fromString(GBP); argTo = enum.fromString(USD); result

RE: Web Service - this gets error . can anyone see why?

2004-02-02 Thread Michael Traher
Hi Mike, I'm a bit of a novice at this stuff but I have found that just putting the webservice URL into my browser and then taking a look at the XML displayed is a useful way to solve these kind of issues if there is no better documentation. >From a quick look I would say that rather then two

Re: Web Service - this gets error . can anyone see why?

2004-02-02 Thread Stephen Moretti
Mike, The issue you have is that Currency, which is the data type for fromCurrency and toCurrency is an enumerated data type. There is a issue with CF/Axis and enumerated types.I believe that Macromedia is aware of it, but have no idea what the status is or if there is a decent work around.

RE: Web Service - this gets error . can anyone see why?

2004-02-02 Thread Tom Jordahl
Server Development -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 6:58 AM To: CF-Talk Subject: Re: Web Service - this gets error . can anyone see why? Mike, The issue you have is that Currency, which is the data type for fromCurrency

RE: Web Service - this gets error . can anyone see why?

2004-02-02 Thread JT
, February 02, 2004 9:45 AM To: CF-Talk Subject: RE: Web Service - this gets error . can anyone see why? Mike, Yes, enumeration is the problem here. I have fixed this, and I am working to try and get this fix available to customers. I apologize for this bug.No test for a situation means it doesn't