Hi all, MTOM caching stuff is finished in both send and receiving sides.It is available here [1]. But due to this [2] problem, it cannot be integrated to Axis2/C trunk.
In order to solve that problem we need to keep a reference of mime_parser instance in the soap_builder similarly stax_builder. So when parsing the soap part the xml_reader will not just read from the stream, but also need to read from the buffer which will be available after parsing mime_headrs. So we need to create a parser instance which will first read from the buffer and when that buffer is not containing any more data, it will read from the stream. So we may need to add a new function say, xml_reader_create_for_memory_and_io and change some of the logic in parser. Your suggestions are highly appreciated. [1]https://svn.apache.org/repos/asf/webservices/axis2/branches/c/post_1_4_mtom/c [2]http://marc.info/?l=axis-c-dev&m=121320959601769&w=2 Thanks, -Manjula. -- Manjula Peiris: http://manjula-peiris.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]