Hi,
What is the idiomatic way to call an RPC from a remote HTTP client in the 5.1.x series?
I'd like to invoke mtree.reload from a remote HTTP client.
My goal is to avoid a dependency on kamcmd on the remote client system - it would be nice to be able to issue a HTTP RPC which could be implemented in any environment.
Or should I be looking to implement a BINRPC client on the remote system?
TIA,
Ben