Re: Use XMLBeans with Axis1?

2009-11-17 Thread Olindo Pindaro
wsdl2java could use xmlbeans  when you invoking it to map wsdl objects in
java beans.

You can use SOAPUI , a GUI to automate webservice code generation using
Axis1 o 2 (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, I guess I should have worded my question differently.



 Can you tell me HOW you did it?  Show me the required elements and what
 they look like.



 *From:* Olindo Pindaro [mailto:o.pind...@gmail.com]
 *Sent:* Monday, November 16, 2009 2:59 PM
 *To:* axis-user@ws.apache.org
 *Subject:* Re: Use XMLBeans 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) experience integrating Axis1 with
 XMLBeans.  I've done some searches on the internet, and the only ones I
 found were people who gave up. :)



 Bye!
 --
 Olindo Pindaro
 http://www.linkedin.com/in/olindopindaro
 +39 3939455830




-- 
Olindo Pindaro
http://www.linkedin.com/in/olindopindaro
+39 3939455830


RE: Use XMLBeans with Axis1?

2009-11-17 Thread KARR, DAVID (ATTCINW)
Specifically, I need to see exactly how you tell wsdl2java to use
xmlbeans.  I'm using the Ant task. I don't need to know that I can, I
just need to know how to do it.  I've examined the available options for
the Ant task, and I just don't see it.

 

From: Olindo Pindaro [mailto:o.pind...@gmail.com] 
Sent: Tuesday, November 17, 2009 1:13 AM
To: axis-user@ws.apache.org
Subject: Re: Use XMLBeans with Axis1?

 

wsdl2java could use xmlbeans  when you invoking it to map wsdl objects
in java beans.

 

You can use SOAPUI , a GUI to automate webservice code generation using
Axis1 o 2 (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, I guess I should have worded my question differently.

 

Can you tell me HOW you did it?  Show me the required elements and what
they look like.

 

From: Olindo Pindaro [mailto:o.pind...@gmail.com] 
Sent: Monday, November 16, 2009 2:59 PM
To: axis-user@ws.apache.org
Subject: Re: Use XMLBeans 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) experience integrating Axis1 with
XMLBeans.  I've done some searches on the internet, and the only ones I
found were people who gave up. :)



Bye!
-- 
Olindo Pindaro
http://www.linkedin.com/in/olindopindaro 
+39 3939455830




-- 
Olindo Pindaro
http://www.linkedin.com/in/olindopindaro 
+39 3939455830



Re: Use XMLBeans with Axis1?

2009-11-17 Thread Olindo Pindaro
I dont'use Ant, i use SoapUI, http://www.soapui.org/, more easy.


2009/11/17 KARR, DAVID (ATTCINW) dk0...@att.com

  Specifically, I need to see exactly how you tell wsdl2java to use
 xmlbeans.  I’m using the Ant task. I don’t need to know that I can, I just
 need to know how to do it.  I’ve examined the available options for the Ant
 task, and I just don’t see it.



 *From:* Olindo Pindaro [mailto:o.pind...@gmail.com]
 *Sent:* Tuesday, November 17, 2009 1:13 AM

 *To:* axis-user@ws.apache.org
 *Subject:* Re: Use XMLBeans with Axis1?



 wsdl2java could use xmlbeans  when you invoking it to map wsdl objects in
 java beans.



 You can use SOAPUI , a GUI to automate webservice code generation using
 Axis1 o 2 (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, I guess I should have worded my question differently.



 Can you tell me HOW you did it?  Show me the required elements and what
 they look like.



 *From:* Olindo Pindaro [mailto:o.pind...@gmail.com]
 *Sent:* Monday, November 16, 2009 2:59 PM
 *To:* axis-user@ws.apache.org
 *Subject:* Re: Use XMLBeans 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) experience integrating Axis1 with
 XMLBeans.  I've done some searches on the internet, and the only ones I
 found were people who gave up. :)



 Bye!
 --
 Olindo Pindaro
 http://www.linkedin.com/in/olindopindaro
 +39 3939455830




 --
 Olindo Pindaro
 http://www.linkedin.com/in/olindopindaro
 +39 3939455830




-- 
Olindo Pindaro
http://www.linkedin.com/in/olindopindaro
+39 3939455830


RE: Use XMLBeans with Axis1?

2009-11-16 Thread KARR, DAVID (ATTCINW)
Ok, I guess I should have worded my question differently.

 

Can you tell me HOW you did it?  Show me the required elements and what
they look like.

 

From: Olindo Pindaro [mailto:o.pind...@gmail.com] 
Sent: Monday, November 16, 2009 2:59 PM
To: axis-user@ws.apache.org
Subject: Re: Use XMLBeans 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) experience integrating Axis1 with
XMLBeans.  I've done some searches on the internet, and the only ones I
found were people who gave up. :)



Bye!
-- 
Olindo Pindaro
http://www.linkedin.com/in/olindopindaro 
+39 3939455830