readMe.txt 1.9 KB

123456789101112131415161718192021222324252627282930
  1. This Fdc server implementation was copied and modified at Dec, 2017, and based from EMEA\DotNet\Production\SHG EMSG OPT PRODUCTION\SSF\SSF.Dev\SSF.FC.Solution\
  2. it was refered as Old FC and have not aligned with latest Global FC, and the latest Global FC have very limited message schema changed, refer this email to know the changes(may have later email to have more details):
  3. From: Loewy, Bradford
  4. Sent: Thursday, October 26, 2017 5:57 PM
  5. To: Alonso, Gabriel <gabriel.alonso@doverfs.com>; Tirinzoni, Michele <michele.tirinzoni@doverfs.com>; Molina, Rodrigo <rodrigo.possemolina@doverfs.com>; Yin, Li <li.yin@doverfs.com>; He, Jackie <jackie.he@doverfs.com>; Holmqvist, Henrik <henrik.holmqvist@doverfs.com>; Von Lochow, Peter (Contractor) <peter.vonlochow@doverfs.com>
  6. Subject: RE: MsgRouter security with global FCC
  7. All,
  8. Please review the attached functional specification and updated schemas for this enhancement. Let me know if there are any comments/questions/concerns.
  9. As my local schema copies may not match exactly what is checked in on the mainline, here are the changes listed out.
  10. Schema Changes:
  11. FDC_Basic_Types.xsd
  12. • Added FPDeviceState complex type that extends DeviceState to add the Stopped optional attribute
  13. o Stopped attribute is of type “True”, which forces a value of “true” if present
  14. • RequestType – Added enumerated values “StopFuelPoint” and “StartFuelPoint”
  15. FDC_GetFPState_Respone.xsd
  16. • Changed DeviceState from DeviceState type to FPDeviceState type
  17. FDC_FPStateChange_Unsolicted.xsd
  18. • Changed DeviceState from DeviceState type to FPDeviceState type
  19. FDC_StopFuelPoint_Request and FDC_StopFuelPoint_Response – New
  20. FDC_StartFuelPoint_Request and FDC_StartFuelPoint_Response - New
  21. we may need to merge this new Fdc server in sometime, but not now since the Fdc client side (android POS) need align with it as well.