ShellRechargeSolutionsEU / ocpp-soap

OCPP over SOAP
GNU General Public License v3.0
2 stars 3 forks source link

Example server/client #1

Open eduhenke opened 5 years ago

eduhenke commented 5 years ago

It would be nice to have an example client and server just like the main ocpp package(https://github.com/NewMotion/ocpp)

gertjana commented 5 years ago

That would indeed be nice, you do have to realize that neither the open charge alliance nor we are developing for soap anymore and this library is here only for backwards compatibility. If its impossible to upgrade to ocpp-json which i would really recommend, we can see if we can find some time adding an example.

eduhenke commented 5 years ago

Hi @gertjana, thanks for answering. I'm working with some chargers which are in the 1.5 version of OCPP, and for now we can't work with other chargers. If possible, could you assist me in creating a functioning example of server/client? Should I use the other library as well(https://github.com/NewMotion/ocpp)?

reinierl commented 5 years ago

The other library is a dependency of this one, so if you use the ocpp-soap library you'll get ocpp-messages from the ocpp one dragged in as well. No need to depend on it explicitly.

Furthermore, yes, it would be nice to have an example of SOAP as well. We do happen to be working on refactoring the way we deal with OCPP over SOAP at NewMotion so we maybe we can distill an example from code that people are working on right now. I can ask around tomorrow when we're back to work here in Amsterdam.

eduhenke commented 5 years ago

@reinierl that would be awesome!

haukurk commented 5 years ago

+1

eduhenke commented 5 years ago

+1 again