Those two XMLs are identical except for the namespace. SOAP *requires* the body element to be namespace qualified. So it would be breaking the SOAP spec to do what you are suggesting. So, sorry, no its not possible.
Paul On 9/26/07, Golam Chowdhury <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > Axis2 generates: > > > > <ax24:data type="com.fw.webservice.Data"> > > <ax24:lat>43.40391</ax24:lat> > > <ax24:lon>-80.04648</ax24:lon> > > <ax24:time>2006-07-28 00:40:02.0</ax24:time> > > </ax24:data> > > > > > > What I want is: > > > > <data> > > <lat>42.2323</lat> > > <lon>80.2323</lon> > > <time>2006-09-22</time> > > </data> > > > > > > Any help is greatly appreciated. > > > > Thanks > > Golam > > -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
