Uploaded image for project: 'Bug Archive'
  1. Bug Archive
  2. BUGARCHIVE-6619

One hour added to webservice parameter of type time.

    XMLWordPrintable

    Details

    • Type: Maintenance
    • Status: Won't be resolved (View Workflow)
    • Resolution: Unresolved
    • Labels:
      None
    • Old bug number:
      28325

      Description

      In Uniface 8.4.06 a webservice is called with a time parameter:

      variables
      time v_time
      endvariables
      v_time=$clock("112233")
      activate "s_ws_testservice".op_time(v_time)

      In the webservice we have:

      operation op_time
      params
      time p_time:in
      endparams
      putmess p_time
      end

      p_time now returns 0000000012223300

      This value should have been 0000000011223300. When running the webservice as
      remote or local service the problem does not occur.

        Attachments