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

 

Reply via email to