RE: Problem with complex classes in POJO

2009-02-03 Thread Minh-Hai Nguyen
. By the way, what version of axis2 do you use? I don't have any problem with the latest version. Let's me know if you still have problems From: Neil Youngman [mailto:neil.young...@wirefast.com] Sent: Tuesday, February 03, 2009 4:08 AM To: axis-user@ws.apache.org Subje

RE: Problem with complex classes in POJO

2009-02-03 Thread Neil Youngman
-Original Message- From: Neil Youngman Sent: Tue 03-Feb-09 09:08 To: axis-user@ws.apache.org Subject: Problem with complex classes in POJO I'm trying to deploy a small service as a POJO. A method called getNotifications() should return an array of Strings and a boolean. Every

Problem with complex classes in POJO

2009-02-03 Thread Neil Youngman
I'm trying to deploy a small service as a POJO. A method called getNotifications() should return an array of Strings and a boolean. Everything works just fine if I only return an array of Strings. To add a boolean I have created a bean that has the String array and the boolean as properties. Th