<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><font class="Apple-style-span" face="arial" size="2">I'm trying the example found at:</font><div style="font-family: arial; font-size: 10pt; "><br></div><div style="font-family: arial; font-size: 10pt; "><a href="http://twistedmatrix.com/documents/current/web/howto/xmlrpc.html#auto3">http://twistedmatrix.com/documents/current/web/howto/xmlrpc.html#auto3</a></div><div style="font-family: arial; font-size: 10pt; "><br></div><div style="font-family: arial; font-size: 10pt; ">And it doesn't seem to be working. &nbsp;The following test code fails:</div><div style="font-family: arial; font-size: 10pt; "><br></div><div><div><font class="Apple-style-span" face="arial" size="2">import xmlrpclib</font></div><div><font class="Apple-style-span" face="arial" size="2">s = xmlrpclib.ServerProxy("http://localhost:8080")</font></div><div><font class="Apple-style-span"
 face="arial" size="2">print s.listMethods()</font></div></div><div><font class="Apple-style-span" face="arial" size="2"><br></font></div><div><font class="Apple-style-span" face="arial" size="2">The error says that the listMethods method isn't defined. &nbsp;If I create an xmrpc server without twisted and add introspection, it works fine. &nbsp;Is there a problem with the example or am I doing something wrong?</font></div><div><font class="Apple-style-span" face="arial" size="2"><br></font></div><div><font class="Apple-style-span" face="arial" size="2">Thanks,</font></div><div><font class="Apple-style-span" face="arial" size="2">Justin</font></div></td></tr></table>