You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by "Liaw, Wan-Bih" <Wa...@Galileo.com> on 2001/07/30 20:51:27 UTC

RE: SOAP 2.2. doesn't return the float and double values correctl y

* >  Well, I displayed the returned value of computation in a soap request,
and

'request' was typo for 'response'. Thanks.

-----Original Message-----
From: Liaw, Wan-Bih [ mailto:Wan-Bih.Liaw@galileo.com
<ma...@galileo.com> ]
Sent: Monday, July 30, 2001 12:45 PM
To: soap-user@xml.apache.org
Subject: RE: SOAP 2.2. doesn't return the float and double values
correctl y


Well, I displayed the returned value of computation in a soap request, and
it was always 0.0, no matter what.
The same program works correctly in a Java application. Please let me know
how you think it working?
Thanks!

-----Original Message-----
From: Steeve Gilbert [ mailto:Steeve_Gilbert@canammanac.com
<ma...@canammanac.com> ]
Sent: Monday, July 30, 2001 12:37 PM
To: soap-user@xml.apache.org
Subject: Re: SOAP 2.2. doesn't return the float and double values
correctly



Hello!

It's ain't supposed to work that way and this ain't a bug.  I've already
made a dump method that add 2 double value and return a double.

If you post more info we'll maybe be able to help you. ;-)

Steeve...




"Liaw, Wan-Bih" <Wa...@Galileo.com> on 30/07/2001 02:26:40 PM

Please respond to soap-user@xml.apache.org

To:   soap-user@xml.apache.org
cc:    (bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC)

Subject:  SOAP 2.2. doesn't return the  float and double values correctly



It's  always 0.0 in the response of a computation that involves float or
double  types.
Is  that the way SOAP 2.2 supposed to work? Or is it a  bug???