Re: Sending a float using Axis

2002-02-15 Thread cleve
Jon change your invoke line to: Float f = (Float)call.invoke( new Object[] { new Float(3f) } ); cleve - Original Message - From: "Jon Kurland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 8:00 PM Subject: Sending a float using Axis

Sending a float using Axis

2002-02-15 Thread Jon Kurland
I am trying to send a float parameter to a soap server and I keep getting the following error: org.xml.sax.SAXParseException: Character conversion error: "Unconvertible UTF-8 character beginning with 0x90" (line number may be too low). Does anyone know how I can go about fixing this. I believ