Niraj, I assume you are using POJOs to expose as Web service? If so, there is a JIRA that I hope to complete by end of week that should resolve this problem:
http://issues.apache.org/jira/browse/AXIS2-3651 Unfortunately, it will not make the 1.4 release..... Nadir Amra "Nath, Niraj" <[EMAIL PROTECTED]> wrote on 04/29/2008 09:10:08 AM: > Hi All, > I?m trying to move from Axis2 1.0 to Axis2 1.3 version. I?m > using the war distribution. > Now I see a new attribute for the complex data types (as highlighted > below ) in the response below. Can someone please explain why it > comes & how to suppress that (if possible) ? > > > > > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> > <soapenv:Body> > <ns:getRAByDateMRResponse xmlns:ns="http://claims.webservices.ecams.com > "> > <ns:return type="com.ecams.webservices.claims.RAInfoReturn" > xmlns:ax294="http://claims.webservices.ecams.com/xsd" xmlns:ax295=" > http://iterfaces.webservices.ecams.com/xsd"> > <ax294:wsStatus type="com.ecams.webservices.iterfaces.WsStatus"> > <ax295:statusCode>2</ax295:statusCode> > <ax295:statusDescription>No Records are present for > your criteria.</ax295:statusDescription> > <ax295:statusType>BUSINESSMESSAGE</ax295:statusType> > </ax294:wsStatus> > </ns:return> > </ns:getRAByDateMRResponse> > </soapenv:Body> > </soapenv:Envelope> > > Regards > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
