I am very new in using Apache C-API.
I want to call one module and then give internal call to another module(which returns a XML file ). How can I do that using C-API functions?
how to catch the response in internal calls? (How to get the xml file in first module).