0

How to find out xmlrpc interface of any webservice? For example in case of SOAP webservices you can just have a look at WSDL and findout the interface. In particular I am looking for interface of xmlrpc implemented using xmlrpclib in python. I have souce code of server available, which file should I look for?

user41451
  • 269
  • 1
  • 4
  • 12

1 Answers1

0

There is no way to do this. XML/RPC is not self-describing.

John Saunders
  • 160,644
  • 26
  • 247
  • 397