Unfortunately I never used Python to work with SOAP services
Both .NET and PHP works as expected
Maybe it is possible to disable namespace check in your library?

On Mon, Apr 6, 2015 at 3:01 PM, Mahbub Al-Amin <mah...@commlinkinfotech.com>
wrote:

> Hi all,
>
> Case 1.
>
> I am using python SOAPpy client to call UserService WSDL file. Client
> shows all methods in the server. But when i call server.getSession() method
> it shows following errors:
>
> Traceback (most recent call last):
>   File "<pyshell#4>", line 1, in <module>
>     server.getSession()
>   File "build\bdist.win32\egg\SOAPpy\Client.py", line 547, in __call__
>     return self.__r_call(*args, **kw)
>   File "build\bdist.win32\egg\SOAPpy\Client.py", line 569, in __r_call
>     self.__hd, self.__ma)
>   File "build\bdist.win32\egg\SOAPpy\Client.py", line 482, in __call
>     raise p
> faultType: <Fault soapenv:Server: namespace mismatch require
> http://services.axis.openmeetings.apache.org found none: >
>
> Case 2 .
>
> When i use SUDS client to access WSDL using Client('
> http://192.16.0.34:5080/CLmeetings/services/UserService?wsdl'), i get
> following error:
>
> Traceback (most recent call last):
>   File "<pyshell#7>", line 1, in <module>
>     hello_client = Client('
> http://192.16.0.34:5080/CLmeetings/services/UserService?wsdl')
>   File "build\bdist.win32\egg\suds\client.py", line 112, in __init__
>     self.wsdl = reader.open(url)
>   File "build\bdist.win32\egg\suds\reader.py", line 152, in open
>     d = self.fn(url, self.options)
>   File "build\bdist.win32\egg\suds\wsdl.py", line 159, in __init__
>     self.build_schema()
>   File "build\bdist.win32\egg\suds\wsdl.py", line 220, in build_schema
>     self.schema = container.load(self.options)
>   File "build\bdist.win32\egg\suds\xsd\schema.py", line 95, in load
>     child.dereference()
>   File "build\bdist.win32\egg\suds\xsd\schema.py", line 323, in dereference
>     midx, deps = x.dependencies()
>   File "build\bdist.win32\egg\suds\xsd\sxbasic.py", line 469, in
> dependencies
>     raise TypeNotFound(self.ref)
> TypeNotFound: Type not found: '(Enum, http://www.w3.org/2001/XMLSchema, )'
>
> I did not find anything useful in google search.
> Any help in this issue would be appreciable.
>
> Thanks.
>
> Regards,
> mahbub <http://www.commlinkinfotech.com>
>



-- 
WBR
Maxim aka solomax

Reply via email to