I work with RAD 9.1 and java 1.6.
I have the following instruction
((MensajeIndemnizacion)value).setStatus(com.ibm.ws.webservices.engine.encoding.ser.SimpleDeserializer.parseint(strValue))
When I build the project, I get the error:
Method parseint(String) is not defined for type SimpleDeserializer
com.ibm.ws.webservices.engine.encoding.ser.SimpleDeserializer doesn't have the method parseint.
How do can I fix this error?
EDITED
Screen RAD
EDITED