Hi Folks, I'm trying to send a large SOAP Message (about 700kb) from the server to the client. The message's origin is an EJB that is wrapped by JBOSS.NET. In general, this is working fine.
My problem is, that it takes about 6 seconds from leaving the EJBs method to receiving the SOAP message at the client. The client runs on the same machine, so I think that it is mainly a problem of encoding the return value of the method. Are there any configuration options I can use? I have read about a streaming option in AXIS but I don't know how to enable it from JBOSS.NET. The application is running on an JBOSS 3.2.3 on a double processor machine with XEON 2.4 Ghz and 2GB RAM, so the computer should be fast enough. Currently there are no big processes running in the background. Any ideas? Cheers, Malte View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838937#3838937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838937 ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
