-
Notifications
You must be signed in to change notification settings - Fork 73
Parse push notification messages #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
Comments
I was able to figure out the parsing like this:
|
there is no built in method to parse this. you are on right track here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am able to subscribe to push notifications and receive events via a callback url. The problem is, when those XML events come in, how do I parse them into library objects?
Example XML is below. I would like to be able to do something like
const message = new EWS.Message(rawXml)
but I can't figure it out.Separately, I had to hard-code the following XML string response to send to EWS such that the push subscription would remain open. Is there a way to do this via the library?
The text was updated successfully, but these errors were encountered: