hi, On Tue, Apr 5, 2011 at 10:19 PM, Swetta Bhaskar <[email protected]> wrote: > How can I customize the tags which gets generated in the response as soap to > whatever I want to.
what do you want to do. In the common scenario, axis2 response is an SOAP message. The SOAP headers/tags are a standard. Within the body you get elements that complies to your interface definition. (WSDL) . But if you want to output a completely different type of message you can do that if you know your way around axis2 message formatters. You can engage a different type of message formatter during the outbound scenario for a give mime-type. hth, --Pradeep > > > > -- Pradeep Fernando. http://pradeepfernando.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
