Yes - your interpretation of my response is correct.

Regarding Angel's response, note that AXIOM works only with Axis2, not
with Axis.
AXIOM is Axis2's StAX-based XML processing model. If you prefer to use
POJOs, you don't need to use AXIOM. Or more accurately, when you use
POJOs, your databinding framework uses AXIOM behind the scenes, but
your code doesn't need to interface with AXIOM directly.

Anne

On 1/10/07, Garth Keesler <[EMAIL PROTECTED]> wrote:

 Angel,

 Thanx for the quick response and I'll have a look.

 Garth

 Angel Todorov wrote:
Hi Garth,

 You can use AXIOM:

 http://ws.apache.org/axis2/1_0/OMTutorial.html

 http://ws.apache.org/axis2/1_1/quickstartguide.html#axiom

 Regards,
 Angel

 On 1/10/07, Garth Keesler <[EMAIL PROTECTED]> wrote:


  I know that Axis makes it easy to send/receive pojos (I've never actually
 made this work yet but I believe it's true:-) using web services but this
 requires that both ends have access to the class definition. I would prefer
 to send/receive xml as a string avoiding that requirement,
loading/unloading
 the xml into an instance of the class in the service. I've read a bit on
 Castor but I'm curious if there isn't something built into Tomcat/Axis that
 would do this.

  Thanx,
  Garth
---------------------------------------------------------------------
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 .


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to