RE: New to axis arrays

2002-02-19 Thread Jon Kurland
I hope someone can clarify the whole array usage with axis. Please excuse me, I am new to accepting arrays through soap. I have a soap server running a product called gsoap. I am sending an integer into the soap server and it sends back the correct complex type, as I can see in the server lo

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

New to axis arrays

2002-02-15 Thread Jon Kurland
Can someone help me with a problem I am having. I am trying to make a soap request using an axis client that sends a float and returns an array of floats. Any help and sample code will be would be greatly appreciated. Thanks in advance, JK