|
From: Patrick Y. <kc...@ce...> - 2003-06-09 07:05:47
|
Folks, Now, whenever serialization of an EbxmlMessage is needed, we call on EbxmlMessage.writeTo(), which relies on JAXM implementation of SOAPMessage.writeTo(). The JAXM implementation of SOAPMessage.writeTo() is a bit silly for it will load all attachments to memory (into byte[]). Therefore, the maximum size of message that Hermes can handle is unreasonbly small. We will in the next step re-implement EbxmlMessage.writeTo() to make it smarter. Stay tuned. Regards, -Patrick |