Consultor Eletrônico



Kbase P159205: The Web Services Adapter returns an error when receiving a ProDataSet that contains a datetime-tz fi
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/10/2010
Status: Unverified

SYMPTOM(s):

The Web Services Adapter returns an error when receiving a ProDataSet that contains a datetime-tz field with a Z timezone

The WSA does not accept datetime-tz values with a Z timezone in ProDataSet

The following error is shown the WSA log file:

Error in SOAP request execution: ERROR condition: An incomplete client request. (8020) (7211) (10926)

The AppServer log file shows the following errors:

Expected +/-HH:MM timezone in datetime-tz value (11258)

Unable to convert XML to native data type for field 'IncidentDatetime' in table 'ttIncident'. (13052)

An incomplete client request. (8020)

FACT(s) (Environment):

This works fine when receiving a Temp-Table that contains a datetime-tz field with a Z timezone
OpenEdge 10.1x
OpenEdge 10.2x
All Supported Operating Systems

CAUSE:

Bug# OE00194999

FIX:

As a workaround use datetime-tz values like '2001-12-15T14:14:14+00:00' instead of '2001-12-15T14:14:14Z'.