How to consume a SOAP (WCF) service in Plone?
Im very new to Plone, having only really scratched the surface of the product.
My client uses it, and would like an application built using it.
Can anyone give me some pointers on how to consume a SOAP service in Plone?
Any links to tutor开发者_Python百科ials, articles, screencasts etc would be apprciated.
thanks
For a good Python SOAP client to use with Plone, we usually recommend Suds: https://fedorahosted.org/suds/
精彩评论