Hi,
While using a simple client to test SOAP performance, I noticed an
exponential increase in the unmarshalling process time for my RPC return
values. I remember hearing that creating Document objects can be a very
slow operation, related to the String size being processed. The
return object
At 05:40 PM 6/6/2001 -0400, Lee J. Willwerth wrote:
>Hello all,
>I have a soap based application that returns the contents of a server
>side file upon request. It is deployed using apache soap 2.0 on tomcat
>3.2.1. The contents of the file are returned as a String from the
>method I am calling.
Hello all,
I have a soap based application that returns the contents of a server
side file upon request. It is deployed using apache soap 2.0 on tomcat
3.2.1. The contents of the file are returned as a String from the
method I am calling. My problem is this. This scheme seems to work well
as lo