Link to home
Start Free TrialLog in
Avatar of jjacksn
jjacksn

asked on

Web Services and Streams

I have implemented a webservice using JAX-RPC and the corresponding remote objects.  I am returning very large byte[] arrays and I would much rather return streams.  Is this possible using JAX-RPC?  according to the J2EE 1.4 guide, I do'nt see streams listed as valid types to use:

http://java.sun.com/j2ee/1.4/docs/tutorial/doc/ (chapter 8)
ASKER CERTIFIED SOLUTION
Avatar of bloodredsun
bloodredsun
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial