I have a simple client-server program using the xml-rpc protocol. My code is presented below. But this does not work as I expect it to. Maybe someone knows why? In my module directed_graph there is function algorithm_dijkstra(vertex_name) that I want to execute on the server. Client: Server: Small clarificati…