XML-RPC

BlitzMax Forums/BlitzMax Programming/XML-RPC

Just wondering... has anybody built an XML-RPC or some other RPC broker in Max already? Otherwise I might give it a shot, and I need some user input then:

- HTTP as transport?
- A Max-only RPC broker (Fast! Easy!) or supporting some standard
- Any good XML parsing libs for Max already?
- <your request here>

Given that Max *is* cross-platform and pretty fast it might be interesting to add some middleware to it (and I'm amiddleware guy, so..)

Let me know what you have or think. Thanks!

what is an rpc broker?

- Any good XML parsing libs for Max already?

I did this ages ago, is it of any use?
http://www.blitzbasic.com/Community/posts.php?topic=46961

No, but if I do it, it will be probably BlitzMax-only anyway.