|
Hi Folks, I have tested all XSD data types with
the xerces-c_2_6.dll and found there is memory leak when in XSD_base64Binary
and XSD_hexBinary. Due to
this memory problem server is crashing so in test frame work XSD types are not
getting correct out put. When create a separate test list without
those 2 tests and run other XSD data type test are fine. I’m looking in to those two test
cases what is the exact problem. Seems to me xerces-c_2_6 is working
fine. But when have some memory leaks test frame work can hang some time. Thanks Chinthana From: Chinthana C.
Dinapala [mailto:[EMAIL PROTECTED] 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_boolean.test.apache.org"> <nonNillableElement>true</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_short,XSD_string,XSD_time,XSD_token XSD_unsignedByte,XSD_unsignedInt,XSD_unsignedLong,XSD_unsignedShort,XSD_long, Thanks Chinthana |
