[jira] Created: (AXIS2-1780) WSDL2JAVA fails with multiple anonymous simple types

2006-11-28 Thread Todd Doolittle (JIRA)
WSDL2JAVA fails with multiple anonymous simple types Key: AXIS2-1780 URL: http://issues.apache.org/jira/browse/AXIS2-1780 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Commented: (AXIS2-1780) WSDL2JAVA fails with multiple anonymous simple types

2006-11-28 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1780?page=comments#action_12454043 ] Todd Doolittle commented on AXIS2-1780: --- I tried this on Axis-1.1.1 nightly and the same problem occurs. WSDL2JAVA fails with multiple anonymous simple

[jira] Created: (AXIS2-1533) FaultCode is not set in the AxisFault object

2006-10-27 Thread Todd Doolittle (JIRA)
FaultCode is not set in the AxisFault object Key: AXIS2-1533 URL: http://issues.apache.org/jira/browse/AXIS2-1533 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: client-api

[jira] Commented: (AXIS2-1272) Cannot differentiate between an int sent as 0 and an int sent as nil

2006-10-26 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1272?page=comments#action_12444909 ] Todd Doolittle commented on AXIS2-1272: --- This also affects BigDecimal (xsd:decimal) types as well. If they are sent in the message with nil='true' they

[jira] Commented: (AXIS2-1138) Generated client code does not handle attribute namespaces correclty.

2006-10-05 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1138?page=comments#action_12440174 ] Todd Doolittle commented on AXIS2-1138: --- I tried this again with the latest nightly build and it works for my test case. I used tcpmon to verify that the

[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] Created: (AXIS2-1313) Nil decimal values cause a NumberFormatException in a wsdl2java created client

2006-10-05 Thread Todd Doolittle (JIRA)
Nil decimal values cause a NumberFormatException in a wsdl2java created client -- Key: AXIS2-1313 URL: http://issues.apache.org/jira/browse/AXIS2-1313 Project: Apache Axis

[jira] Commented: (AXIS2-1138) Generated client code does not handle attribute namespaces correclty.

2006-10-04 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1138?page=comments#action_12439839 ] Todd Doolittle commented on AXIS2-1138: --- I tested it again this morning with the latest nightly build. The wsdl2java generated client is still namespace

[jira] Commented: (AXIS2-1138) Generated client code does not handle attribute namespaces correclty.

2006-10-04 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1138?page=comments#action_12439854 ] Todd Doolittle commented on AXIS2-1138: --- Thanks Thilina! I'll give tomorrow's nightly build a try and will update the comments with the results.

[jira] Commented: (AXIS2-1138) Generated client code does not handle attribute namespaces correclty.

2006-10-03 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1138?page=comments#action_12439514 ] Todd Doolittle commented on AXIS2-1138: --- Did this make it into the nightly build? I tested with the nightly build, and the client is namespace qualifying

[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] Created: (AXIS2-1272) Cannot differentiate between an int sent as 0 and an int sent as nil

2006-09-29 Thread Todd Doolittle (JIRA)
Cannot differentiate between an int sent as 0 and an int sent as nil Key: AXIS2-1272 URL: http://issues.apache.org/jira/browse/AXIS2-1272 Project: Apache Axis 2.0 (Axis2)

[jira] Created: (AXIS2-1271) Decimal data type - WSDL2JAVA generated bad code (won't compile)

2006-09-29 Thread Todd Doolittle (JIRA)
Decimal data type - WSDL2JAVA generated bad code (won't compile) Key: AXIS2-1271 URL: http://issues.apache.org/jira/browse/AXIS2-1271 Project: Apache Axis 2.0 (Axis2) Issue

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

2006-09-27 Thread Todd Doolittle (JIRA)
wsdl2java generated client throws NumberFormatException on nil integer -- Key: AXIS2-1247 URL: http://issues.apache.org/jira/browse/AXIS2-1247 Project: Apache Axis 2.0 (Axis2)

[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.

[jira] Commented: (AXIS2-1124) Axis servlet throws null pointer when SOAPAction is

2006-09-12 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1124?page=comments#action_12434157 ] Todd Doolittle commented on AXIS2-1124: --- I tested this with the latest nightly build. I no longer get the NullPointerException. But now I'm getting

[jira] Commented: (AXIS2-1124) Axis servlet throws null pointer when SOAPAction is

2006-09-11 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1124?page=comments#action_12433971 ] Todd Doolittle commented on AXIS2-1124: --- I can test it. Will it be in tonight's nightly build? If so, I'll grab it tomorrow morning and give it a shot.

[jira] Created: (AXIS2-1124) Axis servlet throws null pointer when SOAPAction is

2006-09-08 Thread Todd Doolittle (JIRA)
Axis servlet throws null pointer when SOAPAction is -- Key: AXIS2-1124 URL: http://issues.apache.org/jira/browse/AXIS2-1124 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Created: (AXIS2-1117) wsdl2java generates invalid wsdl

2006-09-07 Thread Todd Doolittle (JIRA)
wsdl2java generates invalid wsdl Key: AXIS2-1117 URL: http://issues.apache.org/jira/browse/AXIS2-1117 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: Tools Environment: Java

[jira] Created: (AXIS2-1103) Generated client code doesn't handle SOAPAction correctly

2006-09-01 Thread Todd Doolittle (JIRA)
Generated client code doesn't handle SOAPAction correctly - Key: AXIS2-1103 URL: http://issues.apache.org/jira/browse/AXIS2-1103 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Commented: (AXIS2-1103) Generated client code doesn't handle SOAPAction correctly

2006-09-01 Thread Todd Doolittle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1103?page=comments#action_12432267 ] Todd Doolittle commented on AXIS2-1103: --- Ajith, No, I am not reusing the stub. I just have one call in my test code. Thanks! Todd Generated client code