-
Notifications
You must be signed in to change notification settings - Fork 41
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 of XML requests #7
Comments
Thanks for the nice compliment. Being a client only was a conscious decision as I strongly feel one should not introduce more XML/RPC APIs to the world. |
I totally agree and I am not a big fan of XMLRPC APIs, but (too bad) some large open-source projects still support XMLRPC as remote interface. |
Probably the loop get’s two modes in generally, first checking for the method name and then deserializing the parameters. But I don't really know, as I never tried it. |
First I would like to say thanks for the awesome XMLReader implementation you've written. Is it possible that you also add the code to parse incoming XML requests?
The text was updated successfully, but these errors were encountered: