I need to access webservice under intranet.
I tried suds-jurko, under internet, it works well.
But it doesn't work under intranet, because it always try to open "http://www.w3.org/2001/xml.xsd" and "http://www.w3.org/2001/XMLSchema.xsd" which can't be opend under intranet.
Please tell me how can I do this job, thanks a lot.