•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the RSS, Web Services and SOAP section within the Web Development category of DaniWeb, a massive community of 423,389 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,714 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our RSS, Web Services and SOAP advertiser: Programming Forums
Views: 1380 | Replies: 0
![]() |
hi there,
i'm trying to connect a python server to vb.net using xmlrpc. i've read all the xmlrpc.net materials in http://www.xml-rpc.net/ but i dun reli understand how xmlrpc.net works (i'm a noob in XML and SOAP
) i'm given this xmlrpc server code in python and i wish to connect it to vb.net.
can someone explain to me how can i do dat in layman's term?
thank u very much
i'm trying to connect a python server to vb.net using xmlrpc. i've read all the xmlrpc.net materials in http://www.xml-rpc.net/ but i dun reli understand how xmlrpc.net works (i'm a noob in XML and SOAP
) i'm given this xmlrpc server code in python and i wish to connect it to vb.net. python Syntax (Toggle Plain Text)
import sys import ConceptNetDB import DocXMLRPCServer config_filename = 'ConceptNet.ini' if len(sys.argv)>0 and sys.argv[-1][-1*len('.py'):].lower()!='.py': config_filename = sys.argv[-1] print "Syntax: python ConceptNetXMLRPCServer.py [configuration_file]" print "Determining which knowledge libraries to load from %s..."%config_filename c =ConceptNetDB.ConceptNetDB(None,config_filename) print "Starting XML-RPC Server" port = 8000 xmlrpc = DocXMLRPCServer.DocXMLRPCServer(('',port)) print "Now serving on localhost port %s!"%str(port) xmlrpc.register_introspection_functions() xmlrpc.register_instance(c.nltools) xmlrpc.register_function(c.get_context) xmlrpc.register_function(c.get_analogous_concepts) xmlrpc.register_function(c.get_all_projections) xmlrpc.register_function(c.project_affective) xmlrpc.register_function(c.project_consequences) xmlrpc.register_function(c.project_details) xmlrpc.register_function(c.project_spatial) xmlrpc.serve_forever()
can someone explain to me how can i do dat in layman's term?

thank u very much
![]() |
•
•
•
•
•
•
•
•
DaniWeb RSS, Web Services and SOAP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- php uploader script (PHP)
- connect one server from another server through script (PHP)
- xml-rpc (Java)
- PHP 5.0.5 Released - Vulnerability Fixes (PHP)
Other Threads in the RSS, Web Services and SOAP Forum
- Previous Thread: problems understanding soap
- Next Thread: SOAP & Numara Footprints


Linear Mode