Hi,

i have problems with SUDS client and rpclib server with very simple usage of 
complex types:

class state_only(ComplexModel):
        state = String

class testt(ServiceBase):

        @rpc(String, String, _returns=state_only)
        def testf(self, first, second):
                result = state_only()
                result.state = "test"
                return result

SUDS result:
suds.TypeNotFound: Type not found: 's0:state'

I had similar problems with SUDS + Ladon. Is this bug in SUDS ? What other 
client do you recommend to use ? Thanks.

azurIt
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to