Hmm ... Okay I've got HTTP chunking enabled on the client side of my service.
The service side is having trouble and running out of heap receiving a large file. Do we need to enable something other than MTOM on the service side? Here is my Services.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://xfire.codehaus.org/config/1.0"> <service> <name>DocumentService</name> <serviceClass>opm.services.IDocumentService</serviceClass> <implementationClass> opm.services.DocumentServiceImpl </implementationClass> <style>wrapped</style> <use>literal</use> <scope>application</scope> <properties> <property key="mtom-enabled">true</property> </properties> </service></beans> --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
