Replies: 1 comment 1 reply
-
You will need to sign your requests so you should be concerned with SOAP as you cannot just POST XML to certain endpoints. ZEEP - https://docs.python-zeep.org/en/master/ will be your friend here..... There are some examples others have provided to get you started. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm reading trough https://developer.ercot.com/applications/ews/Market%20Transaction%20Service/#message-specifications in which all examples are given in plain XML. Should I be concerned with SOAP at all for virtual trading, or will it suffice to send these plain XML requests?
Beta Was this translation helpful? Give feedback.
All reactions