at the company where I worked before, we used the following pattern to do this :
- client prepares large file and puts in on its filesystem in a place accessible by FTP
- client sends SOAP message informing the web service about the file, and about how to access it through FTP
- a server-side JAX-RPC handler acts on this messaeg and fetches the file and puts it on the server side filesystem
- service endpoint can now do whatever it wants to with the large file
rgs
Heikki Doeleman
On 6/22/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:
Dear All
We have tried so many way to configure how to send the large file
via the webservice. Unfortunately we still got the same error about broken
pipe and problem with outputstream. Eventhough we also configure the
axis2.xml file for SO_TIMEOUT and CONNECTION_TIMEOUT. But the result doesn't
change. So I am wonder if anyone has succeeded in sending large file. And If
you could please share some code so we can see how should be configure or
write our code.
The reply would be really appreciated.
Sincerely,
Sathita
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
