Comment 4 for bug 1227039

Revision history for this message
Madhuri Kumari (madhuri-rai07) wrote :

Hi Julien,

I am using wsme 0.7.0 and this problem seems not resolved for complex types.
Eg:
 a = wsme.wsattr(wtypes.IntegerType(minimum=1), default=1)

The default value of a is not set to 1.
Can you tell me why?