Hello guys,
is there a way to submit a file into Client(...) instead of wsdl? I have situation just like that (wsdl given as a part of sdk, and device does not publish wsdl as a part of the service)
El Jueves 28 Agosto 2008, Igor Ostriž escribió:
Hello guys,
is there a way to submit a file into Client(...) instead of wsdl? I have situation just like that (wsdl given as a part of sdk, and device does not publish wsdl as a part of the service)
Try "file://servicedescription.wsdl" It runs for me.
On Thu, Aug 28, 2008 at 10:26 AM, Igor Ostriž igor.ostriz@gmail.com wrote:
Hello guys,
is there a way to submit a file into Client(...) instead of wsdl? I have situation just like that (wsdl given as a part of sdk, and device does not publish wsdl as a part of the service)
-- Igor Ostriž
Yes, I've tried 'file://LocationService.wsdl', but it does not help:
File "C:\Python25\lib\urllib2.py", line 1233, in open_local_file (not port and socket.gethostbyname(host) in self.get_names()): gaierror: (11001, 'getaddrinfo failed')
maybe it's windows... :-(