* > 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:[EMAIL PROTECTED]]
Sent:
Monday, July 30, 2001 12:45 PM
To: [EMAIL PROTECTED]
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:[EMAIL PROTECTED]]
Sent:
Monday, July 30, 2001 12:37 PM
To: [EMAIL PROTECTED]
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"
<[EMAIL PROTECTED]> on 30/07/2001 02:26:40 PM
Please respond
to [EMAIL PROTECTED]
To:
[EMAIL PROTECTED]
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???