Hi Narayanan and Steve,
[Steve Loughran] wrote in the 'Re: axis and caching';
| Axis does not specify caching on the results of a POSTed SOAP request,
|because POST requests are not cacheable or idempotent, according to the
|HTTP spec.
But I'd like to notify 'the HTTP spec.' is only mentioned 'HTTP/1.0'.
If an axis user are using 'HTTP/1.1' as the transport layer and he want
to configure the response as 'cacheable', the response message should be
cacheable.
Can you make a follow-up for this matter, Steve ? If you need, I can
help you to post it as a bug for POST-1.1.
Best Regards,
Toshi (Toshiyuki Kimura) <[EMAIL PROTECTED]>
R&D Headquarters
NTT DATA Corporation
-----Original Message-----
From: E.Narayanan [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 10:10 PM
To: [EMAIL PROTECTED]
Subject: Caching
Hi,
I've hosted a Axis 1.0 web service on JBoss.I've been trying to
figure out what caching stratergy Axis uses. For eg. .Net has a
parameter to enable results to be cached for a user defined interval
to deal with further similar requests. Is there something similar
in Axis or does it follow some other methodology.
Can someone please point me in the right direction for this ..
Thanks,
Narayanan