On Fri, Jul 9, 2010 at 3:59 AM, james_027 <cai.hai...@gmail.com> wrote: > hi all, > It will be my first time to create django app that requires calling > remote API. As far as I know django has no built in support for this. > I only way I know is URLLIB2, any good library for this purpose, which > easily send your request as get this parameters and also easily parse > the return results which could be xml or json? > > > thanks, > James >
That's not factual, django has built in support for python, and there are a multitude of python RPC libraries, some of which are included in python. Examples include: SUDS/soaplib for SOAP RPC xmlrpclib for XML-RPC rpyc for python specific RPC server/client celery/RabbitMQ for AMQP style message bus py-lasso for SAML RPC etc etc ad infinitum Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.