1 Reply Latest reply on Jan 12, 2009 11:37 AM by srinijb

    DOM parser performance issue

      Hi,
      We are running into OutOfMemory issues when testing the service that returns large results. Web service libraries are relying on DOM to serialize the DTO, it appears that DOM does this very inefficiently. I am wondering if there is a way to replace DOM with SAX/other parser to increase efficiency?

      Thanks.