The character "+" in a date disappears in an HTTP receiver.

The character "+" in a date disappears in an HTTP receiver.

book

Article ID: KB0093925

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:

An HTTP request sent with a date field in the format: 2016-02-05T12:35:00.008+01:00.  The HTTP receiver gets the same date with the format: 2016-02-05T12:35:00.008 01:00. The "+" character is lost at the receiver side.

Resolution

If you pass the date in a QueryString field in a Send HTTP Request activity, the "+" character is lost. The resolution is to pass the date in a PostData field. 

Issue/Introduction

The character "+" in a date disappears in an HTTP receiver.

Additional Information

Attached is a demo project (Filename: demo.zip).

Attachments

The character "+" in a date disappears in an HTTP receiver. get_app