RE: Use XMLBeans with Axis1?

2009-11-17 Thread KARR, DAVID (ATTCINW)
(and not only axis), to do that. So on generated classes you can manipulate objects using get set, so xmlBeans is transparent to the programmer, you can see it just as included packeges in generated classes. I hope to be more clear. Bye Olindo 2009/11/17 KARR, DAVID (ATTCINW) dk0...@att.com Ok

Use XMLBeans with Axis1?

2009-11-16 Thread KARR, DAVID (ATTCINW)
I know that usage of Axis1 is probably pretty rare now, but I wanted to know whether there is any (successful) experience integrating Axis1 with XMLBeans. I've done some searches on the internet, and the only ones I found were people who gave up. :)

RE: Use XMLBeans with Axis1?

2009-11-16 Thread KARR, DAVID (ATTCINW)
with Axis1? I just relased a project using Axis 1.4 with xmlbeans. No problem, the Integration is natural, seamless. 2009/11/16 KARR, DAVID (ATTCINW) dk0...@att.com I know that usage of Axis1 is probably pretty rare now, but I wanted to know whether there is any (successful

RE: Reexamining problem with Axis not generating container

2009-07-31 Thread KARR, DAVID (ATTCINW)
-Original Message- From: KARR, DAVID (ATTCINW) Sent: Thursday, July 30, 2009 11:01 AM To: axis-user@ws.apache.org Subject: Reexamining problem with Axis not generating container A couple weeks ago I posted a note about a problem (title Axis skips generating type if it thinks

Reexamining problem with Axis not generating container

2009-07-30 Thread KARR, DAVID (ATTCINW)
A couple weeks ago I posted a note about a problem (title Axis skips generating type if it thinks it can just make an array) where Axis 1.3 doesn't generate a container class if an element only has a single child. I had thought the problem was just annoying, but now I'm seeing it's more serious

RE: Axis skips generating type if it thinks it can just make an array

2009-07-14 Thread KARR, DAVID (ATTCINW)
-Original Message- From: KARR, DAVID (ATTCINW) Sent: Monday, July 13, 2009 3:51 PM To: axis-user@ws.apache.org Subject: Axis skips generating type if it thinks it can just make an array I'm using Axis 1.3. I have a schema with a complexType which has a single sequence of one

Axis skips generating type if it thinks it can just make an array

2009-07-13 Thread KARR, DAVID (ATTCINW)
I'm using Axis 1.3. I have a schema with a complexType which has a single sequence of one element (unbounded count on that one element). It looks something like this (the commented element will come up later): xs:complexType name=SomethingItemPropertyListInfo xs:sequence