Skip to content

SOAP/JSON support

Pre-release
Pre-release
Compare
Choose a tag to compare
@TVolden TVolden released this 08 May 20:20
· 527 commits to master since this release

Use this release to setup a server or client running OCPP version 1.6 with JSON Websocket (OCPP-J) or SOAP Webservice (OCPP-S)

Requests included in core feature:

  • Authorize
  • BootNotification
  • ChangeAvailability
  • ChangeConfiguration
  • ClearCache
  • DataTransfer
  • GetConfiguration
  • Heartbeat
  • MeterValues
  • RemoteStartTransaction
  • RemoteStopTransaction
  • Reset
  • StartTransaction
  • StatusNotification
  • StopTransaction
  • UnlockConnector

Requests included in smart charging feature:

  • SetChargingProfile

Requests included in remote trigger feature:

  • TriggerMessage

Requests included in firmware management feature:

  • GetDiagnostics

Please see JSONClientSample.java / SOAPClientSample.java and JSONServerSample.java / SOAPServerSample.java for examples on how to set up a client and server.