-
Notifications
You must be signed in to change notification settings - Fork 75
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
Parsing error messages #29
Comments
After further debugging it turned out current version can't process complex detail tags. Only strings. I think they even hard-coded. -record(faultdetail, {uri :: string(),
tag :: string(),
text :: string()}). |
Line 27 in 9e1ae52
|
deadtrickster
added a commit
to deadtrickster/soap
that referenced
this issue
Feb 9, 2018
Addressed here: deadtrickster@1b85a23 What's missing:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I use the library to consume SOAP service and when error 500 occurres, the XML returns as string, like following:
There is generated record for fault message, but it is not used.
How to make it parse XML into a erlang records when SOAP service returns an error?
The text was updated successfully, but these errors were encountered: