[ http://issues.apache.org/jira/browse/AXIS2-1208?page=comments#action_12436546 ] Davanum Srinivas commented on AXIS2-1208: -----------------------------------------
indika, WSDL/XSD please. -- dims > ADB databinding - > org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: > java.lang.ArrayStoreException exception throw when convert the string > representation of calender object to java.util.Calender object . > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: AXIS2-1208 > URL: http://issues.apache.org/jira/browse/AXIS2-1208 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: databinding > Reporter: indika priyantha kumara > > ADB databinding - > org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: > java.lang.ArrayStoreException exception throw when convert the string > representation of calender object to java.util.Calender object . > Request - adb stub client > <?xml version='1.0' encoding='UTF-8'?> > <soapenv:Envelope > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> > <soapenv:Header /> > <soapenv:Body> > <ns5:RetArrayDateTime1D xmlns:ns5="http://tempuri.org/"> > <ns5:inArrayDateTime1D> > <ns1:dateTime > xmlns:ns1="http://schemas.datacontract.org/2004/07/System">2005-04-03T12:59:59.000Z</ns1:dateTime> > </ns5:inArrayDateTime1D> > </ns5:RetArrayDateTime1D> > </soapenv:Body> > </soapenv:Envelope> > Response - adb skeleton sever vice - Axis Fault with error > .apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: > java.lang.ArrayStoreException > Response - xmlbeans skeleton service > <?xml version='1.0' encoding='UTF-8'?> > <soapenv:Envelope > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> > <soapenv:Header /> > <soapenv:Body> > <RetArrayDateTime1DResponse xmlns="http://tempuri.org/"> > <RetArrayDateTime1DResult xmlns:ns5="http://tempuri.org/"> > <ns1:dateTime > xmlns:ns1="http://schemas.datacontract.org/2004/07/System">2005-04-03T12:59:59.000Z</ns1:dateTime> > </RetArrayDateTime1DResult> > </RetArrayDateTime1DResponse> > </soapenv:Body> > </soapenv:Envelope> > and adb client throw above same exception even when correct response are > received as above > But xmlbeans client work properly -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
