Hello, Yes, there is a method for building XML-responses in programmatical way. Recently, I develope a XML-based protocol for creating messages in it. But it's very timeconsuming. Because the memory allocation that was taken through AXIS2C doent work correctly in some cases. I spend a lot of time just to find out the reasons for memory leakages. It's very important thing. Because if your application runs in loop it comes sooner or later to heap overrun and your application stopps with an errormessage.
Best regard. Eugen On 3/4/09, Sihem <[email protected]> wrote: > > Hello! > I would like to know if there is a method to build programmatically a big > XML response quite easily or if I have to add an instruction for each node > like: > axiom_text_create(env, main_node, "tag_value", &node1); > > Thanks ! > Sihem > > >
