Ok, i've a problem consuming a soap client with python with a soap server that gives method's name with points on it like 'MyClass.mymethod(xs:string)'.
This is cause by a PHP lib called nusoap that can handle those types of name with it.
I've tried with suds and SOAPy without success.
Anyone have solve a similar issue?
Thanks.