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 SoapClient, SoapFault  
client = SoapClient(WSDFILE, cache='.')
#works ok

Most likely I'm doing something wrong!!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.

Reply via email to