I tried SOAPpy and pysimplesoap in terminal.
I only got later to work.
from SOAPpy import WSDL
WSDLFILE = "https://api.bullhornstaffing.com/webservices-1.1/?wsdl";
_server = WSDL.Proxy(WSDFILE)
#it throws an exception here. wsdl is a complex one
#other library
from pysimplesoap.client import Soa
Start by searching Google for Django and SOAP. If you can't figure out
what the prevailing solution is, name them specifically on this list
and ask if anyone suggests one over the others.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post t
Hi,
I got a query to integrate BullHorn (Staffing solution) (http://bullhorn.com)
and VerticalResponse (Email-Marketing) (http://www.verticalresponse.com/)
together into their existing application.
On investigating I found out that, both uses soap services.
How do you recommend me to consume S
3 matches
Mail list logo