Reputation: 915
During the load testing of invoking the SAOP Endpoint We were using Spring related: WebServiceTemplate
JAXBElement<GetXYZCostMatrixResponse> resp = (JAXBElement<GetXYZCostMatrixResponse>) webServiceTemplate.marshalSendAndReceive(request);
On commenting this line I was not getting Out of Memory issue
Around 16 MB per each request getting retained
Can any body tell is it because or Jaxb2Marshaller (default implementation) ?
Upvotes: 0
Views: 804