Building large MTOM/XOP messages with JAX-WS
Hi, I have a question about using MTOM/XOP with JAX-WS. I'm writing a web service which sends large amounts of binary data. The client requests a number of files and the server returns the files in the response. I'm able to get it to build the response correctly so that it correctly implements XOP, but I run into memory-related issues...