Querying for Notifications via MarketInfo [EWS SOAP] #74
tylernisonoff
started this conversation in
General
Replies: 1 comment
-
Update: I found https://developer.ercot.com/applications/ews/Get%20Notifications/#Get-Notifications Going to explore that and report back here |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello, I'm having trouble querying for Notifications via MarketInfo despite being able to successfully query for other Nouns.
When sending over a
NotificationQuery
, my message is rejected with Header NounNotificationMessages
What is the correct Noun to use for this type of query?
In ErcotGetNotifications.xsd I see:
My header looks like (printed from python code):
My NotificationQuery seems fine, as I can put in random other Nouns, Such as
OutageSet
and receive a response (no results).But when trying to use
NotificationMessages
, which appears to be what I should use as my Noun based on the xsd, I get:Beta Was this translation helpful? Give feedback.
All reactions