[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_66551 ] Davanum Srinivas commented on AXIS-2021: Please upload the complete WSDL thanks, dims > String Array Regression causes SAXException: Found character data ... > -

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-01 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_66743 ] Davanum Srinivas commented on AXIS-2021: Just to confirm, Is this the WSDL generated by java2wsdl tool, using the "-y WRAPPED" option in your build process? thanks,

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-01 Thread Dan Armbrust (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_66755 ] Dan Armbrust commented on AXIS-2021: Correct, this WSDL was generated using the -y WRAPPED option. Here is the ant debug output of the actual command (ignore the [java] s

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-06 Thread Dan Armbrust (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_12312751 ] Dan Armbrust commented on AXIS-2021: I just tested with yesterdays daily build (6/5/05) and I am happy to report that there is progress. It no longer breaks on simple str

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-06 Thread Dan Armbrust (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_12312758 ] Dan Armbrust commented on AXIS-2021: I believe this is the same issue as http://issues.apache.org/jira/browse/AXIS-1883 > String Array Regression causes SAXException: Fou

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-09 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_12313189 ] Davanum Srinivas commented on AXIS-2021: Please replace the following 2 lines: with the following:

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-09 Thread Dan Armbrust (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_12313191 ] Dan Armbrust commented on AXIS-2021: Thank you for your research - I will try the manual fix you metioned above today. The code that I run the Java2WSDL program on is actu

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-09 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_12313194 ] Davanum Srinivas commented on AXIS-2021: yes please. thanks, dims > String Array Regression causes SAXException: Found character data ... > ---

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-09 Thread Dan Armbrust (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_12313199 ] Dan Armbrust commented on AXIS-2021: Ok, I just verified that your suggestion fixes the problem. In the parameters, I changed all my patterns of to this And it w

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-09 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_12313202 ] Tom Jordahl commented on AXIS-2021: --- An maxOccurrs=unbounded string array should work from WSDL. That is doesn't is a pretty big bug. :-( The ArrayOf stuff is ugly and we s

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-09 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_12313204 ] Davanum Srinivas commented on AXIS-2021: Tom, yes, you are right...a .NET client with the original wsdl works fine with the server-side code generated from the origina

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-09 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_12313211 ] Davanum Srinivas commented on AXIS-2021: Checked in a fix to prevent the bad xsi:type showing up on the wire. Please use your original WSDL and try latest nightly / CVS

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-06-10 Thread Dan Armbrust (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_12313296 ] Dan Armbrust commented on AXIS-2021: Verified fix in todays daily build. Thank you very much for fixing this! Dan > String Array Regression causes SAXException: Found cha