Is it possible, and if so can anyone point me in the right direction, for
creating a soap response serialized into a byte array.  By this i mean using
the soap stack to create a response message that conforms to a wsdl but not
in response to a SOAP request.

We have an application where the response changes relatively infrequently
w.r.t the number of requests. At the moment we serialize the response to
SOAP for each request even though it is probably identical to the previous
request.  SOAP serialization is accounting for approx 30% of the load on our
servers.  Instead I would like to serve a pre serialized message.  When the
data does change I would then create a new response, and when it is ready,
begin serving that.

Any ideas would be greatly appreciated.
-- 
View this message in context: 
http://www.nabble.com/create-a-soap-response-serialized-to-a-byte-array-tp17236179p17236179.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to