Hi, I want to save the web service request to the database. For that I use something like following.
omElement = xxxxrequest.getOMElement(); String requestXml = omElement.toString(); This is working fine so far. The problem: The request massage can have a big attachment (5mb). When calling the omElement.toString(), can my tomcat server go out of memory? Is it possible? Please advise me. Thanks.
