You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as far as I managed to understand, the provided ExampleServerTestApp waits for incoming requests from a charge point (e.g.: a BootNotificationReq) and responds with a suitable response (a BootNotificationRes). These are all requests generated by the CS, while responses are generated by the CP.
What is missing, though, is the ability to handle responses from a charge point, e.g.: the central system sends a UnlockConnectorReq and it should accept and parse the received UnlockConnectorRes.
I've been trying to add this functionality, but I had no success. The fact that Scala is completely new to me is not helping.
Can someone be so kind to provide a hint on how to manage CP repsonses?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello,
as far as I managed to understand, the provided ExampleServerTestApp waits for incoming requests from a charge point (e.g.: a BootNotificationReq) and responds with a suitable response (a BootNotificationRes). These are all requests generated by the CS, while responses are generated by the CP.
What is missing, though, is the ability to handle responses from a charge point, e.g.: the central system sends a UnlockConnectorReq and it should accept and parse the received UnlockConnectorRes.
I've been trying to add this functionality, but I had no success. The fact that Scala is completely new to me is not helping.
Can someone be so kind to provide a hint on how to manage CP repsonses?
Thank you in advance.
The text was updated successfully, but these errors were encountered: