[jira] Commented: (AXIS2-1247) wsdl2java generated client throws NumberFormatException on nil integer

2006-10-10 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1247?page=comments#action_12441249 ] Tom Jordahl commented on AXIS2-1247: Note that an Axis 1.x, any integer type that is nillable has to become a Java Integer. Otherwise you can not tell if 0

[jira] Commented: (AXIS2-1247) wsdl2java generated client throws NumberFormatException on nil integer

2006-10-05 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1247?page=comments#action_12440177 ] Todd Doolittle commented on AXIS2-1247: --- I just tried this with a decimal type. The wsdl2java generated client throws a number format exception when the

[jira] Commented: (AXIS2-1247) wsdl2java generated client throws NumberFormatException on nil integer

2006-09-29 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1247?page=comments#action_12438721 ] Todd Doolittle commented on AXIS2-1247: --- I tested this and it appears to work. Strings come back as NULL, Dates come back as NULL, and integers come back

[jira] Commented: (AXIS2-1247) wsdl2java generated client throws NumberFormatException on nil integer

2006-09-27 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1247?page=comments#action_12438162 ] Todd Doolittle commented on AXIS2-1247: --- This is also broken for the String type as well. Using the WSDL above I received a message that had a nil=true

[jira] Commented: (AXIS2-1247) wsdl2java generated client throws NumberFormatException on nil integer

2006-09-27 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1247?page=comments#action_12438166 ] Todd Doolittle commented on AXIS2-1247: --- Oops in the above comment, I was incorrect. It's the date typed maintdt element that is causing the problem. The

[jira] Commented: (AXIS2-1247) wsdl2java generated client throws NumberFormatException on nil integer

2006-09-27 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1247?page=comments#action_12438169 ] Todd Doolittle commented on AXIS2-1247: --- One last comment. nil String typed elements don't throw an exception but I'm not sure the behaviour is correct.