-
-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am looking for java file, where transactions can be done #1066
Comments
Hi, What do you mean by "operate related transaction"? What is the purpose? |
when an admin enter to steve from the address of http://127.0.0.1:8080/steve/manager/home, and all transactions can be selected and done, in the address of http://127.0.0.1:8080/steve/manager/operations/v1.5/{transactionName} (e.g ChangeAvailability). i want to operate these transactions without signing in as admin via api. i don't want to rewrite all transactions, i want to use prepared methods of steve. from where i must start? thanks |
under service folder ChargePointService15_Client.java file exists, if i am right, some transactions can be done by importing this file and call some methods. |
Hi all;
I am currently trying to write a java file, which interacts with Steve's methods which will be triggered from outside. For example, if some authorized person make post request to http://127.0.0.1:8080/steve/api/v1/transactions15/datatransfer, i want to operate related transaction. i am looking for this puropose to files under service folder (it doesn't matter for OCPP 1.5 or OCPP1.6) , but i am not able to find exact file. Does anybody know how to be done?
The text was updated successfully, but these errors were encountered: