[ http://issues.apache.org/jira/browse/AXISCPP-812?page=all ] Fred Preston closed AXISCPP-812: --------------------------------
> Most of the XSD data type tests are failing when using xerces-c_2_6.dll > ----------------------------------------------------------------------- > > Key: AXISCPP-812 > URL: http://issues.apache.org/jira/browse/AXISCPP-812 > Project: Axis-C++ > Type: Bug > Components: Server - General, Test, XSD Types > Versions: current (nightly) > Environment: Windows/Linux > Reporter: Chinthana Danapala > Assignee: Chinthana Danapala > > Most of the XSD data type tests are failing when using xerces-c_2_6.dll > It just gives ?Unknown exception has occurred?. > I?m testing against C++ services. I?m getting following respond. > Request?????????????.. > <?xml version='1.0' encoding='utf-8' ?> > <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <SOAP-ENV:Body> > <ns1:AsNonNillableElementRequest xmlns:ns1="http://xsd_byte.test.apache.org"> > <nonNillableElement>127</nonNillableElement> > </ns1:AsNonNillableElementRequest> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> > Respond??????????????.. > <?xml version='1.0' encoding='utf-8' ?> > <SOAP-ENV:Envelope> > <SOAP-ENV:Body> > <SOAP-ENV:Fault> > <faultcode>SOAP-ENV:Server</faultcode> > <faultstring>Unknown exception</faultstring> > <faultactor>server name:listen port</faultactor> > <detail><appSpecific>Unknown Exception has occured</appSpecific> > </detail> > </SOAP-ENV:Fault> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> > Following tests are failing due to this problem. > XSD_base64Binary,XSD_boolean,XSD_byte,XSD_date,XSD_dateTime,XSD_decimal,XSD_double, > XSD_duration,XSD_float,XSD_gDay,XSD_gMonth,XSD_gMonthDay, > XSD_gYear,XSD_gYearMonth,XSD_hexBinary,XSD_int,XSD_integer,XSD_language,XSD_long > But some of these tests are passing some times and fail most of the time. -- 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
