In IncidentManagement.wsdl, there is an attribute schemaRevisionDate. On SC 6.2.4, the attribute returns a value of "00:00:00" as a SOAP response, which causes Axis 1.4 throws a NumberFormatException: Invalid Date. From sc.log the schemaRevisionDate value is from SOA revision time as shown in the following log entries
23242(5949967) 02/27/2009 21:06:51 RTE D Operation will be carried out on file probsummary
23242(5949967) 02/27/2009 21:06:51 RTE D doQuery using query string number="4000002179"
23242(5949967) 02/27/2009 21:06:51 RTE D doGet query returned 1
23242(5949967) 02/27/2009 21:06:51 RTE D SOA revision time is 00:00:00
23242(5949967) 02/27/2009 21:06:51 RTE D SOA revision level is 2
23242(5949967) 02/27/2009 21:06:51 JRTE D buildSoapResp(): cAttachments size = 0
23242(5949967) 02/27/2009 21:06:51 JRTE D sendResponse() Retrieve completed
23242(5949967) 02/27/2009 21:06:51 JRTE I doShutdown -- iTermination Signal: 0
SOA revision time should return a date string such as 2009-02-10 but it returns 00:00:00. Apparently the log entries were generated from run time environment. Does this mean I need to fix this in C code or a RAD application? The information on where to look into to fix this is needed.
Thanks.


Reply With Quote

Bookmarks