Hi,
I have currently developed a service that is handled by the default soap processor. The issue is at the end of the service when it is returning a response with a large document (16MB) it fails. With smaller documents (2MB and smaller) the service always works correctly. With the large file one of two things happens, the webMethods instance locks up or it throws a NullPointerException.
By placing debug invocations I can see that it has successfully see that it has left my service and is obviously in the process of adding the document to the soap envelope for returning the response.
A temporary solution I have created is to compress and base 64 encode the document before sending it back in the response. This will work for the time being but if the document grows (which it will) then eventually the solution will not be feasable.
Is there a maximum size limit to a document that can be passed using SOAP-MSG?
Or is there suggested alternative? eg. custom processors? (though I assume it will probably have the same issue)
Any help would be appreciated! 
#webMethods#soa#API-Management