Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-27 Thread Jeremy Boynes
ant elder wrote: > Also be good having another Synapsian ... > Does that make us Tuscan? -- Jeremy

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-27 Thread ant elder
Excellent, looks like there's a lot of work to be done with the WS support, not just specifically with Axis2 but also with using the various other Apache WS sub projects for QOS things. Also be good having another Synapsian starting to look at Tuscany so we can start thinking about how they could u

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-27 Thread Paul Fremantle
Ant I'd like to help Paul On 1/26/06, ant elder <[EMAIL PROTECTED]> wrote: > > I'd be interested in helping with this and have some time now. Raymond, a > while back you said you'd started some prototyping for this, i don't want > to > step on your toes if you're actively working it, are you? Is

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-27 Thread Raymond Feng
point for you. I also feel it would be simpler to get this approach work for Axis 1.3 first. Any thoughts? Thanks, Raymond - Original Message - From: "ant elder" <[EMAIL PROTECTED]> To: Sent: Thursday, January 26, 2006 2:53 AM Subject: Re: AXIS2 integration (SDO<--&

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-26 Thread ant elder
I'd be interested in helping with this and have some time now. Raymond, a while back you said you'd started some prototyping for this, i don't want to step on your toes if you're actively working it, are you? Is there something I can help you with or could I just dive in and start trying to get som

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-13 Thread ant elder
rly prototypes for Axis 1.x > Serializer/Deserializer. They are in the > "org.apache.tuscany.binding.axis.encoding.impl" package. > > Thanks, > Raymond > > - Original Message - > From: "ant elder" <[EMAIL PROTECTED]> > To: > Sent: Friday, Jan

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-13 Thread Raymond Feng
n the "org.apache.tuscany.binding.axis.encoding.impl" package. Thanks, Raymond - Original Message - From: "ant elder" <[EMAIL PROTECTED]> To: Sent: Friday, January 13, 2006 2:49 AM Subject: Re: AXIS2 integration (SDO<-->AXIOM and more...) Would an alternative be to have clo

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-13 Thread Jean-Sebastien Delfino
Paul, +1 from me. I agree that this is the right way to go with Axis2, implement Axsi2 databindings for the types of objects that we want to flow (and that includes SDOs) and let Axis2 handle the rest. We should start working on this as soon as our build and source tree layout settle, and we'

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-13 Thread Paul Fremantle
Ant I agree. It seems to me that Tuscany should create the SOAP body and Axis2 should do the rest. Then we would re-use a lot of existing code. Paul On 1/13/06, ant elder <[EMAIL PROTECTED]> wrote: > > Would an alternative be to have closer integration btw Tuscany and Axis2? > > From the brief l

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-13 Thread ant elder
Would an alternative be to have closer integration btw Tuscany and Axis2? >From the brief look I've had at the Tuscany code it seems like it really has its own completely separate SOAP engine. It builds the SOAP envelope on its own and passes that to Axis just for QOS and transport things. So cou

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-12 Thread Raymond Feng
tribution from Axis2 0.93/0.94 driver. It comes from Woodstox: http://woodstox.codehaus.org/. Thanks, Raymond - Original Message - From: "Frank Budinsky" <[EMAIL PROTECTED]> To: Sent: Thursday, January 12, 2006 12:01 PM Subject: Re: AXIS2 integration (SDO<-->AXIOM and

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-12 Thread Davanum Srinivas
FYI, we are using woostox in Axis2 (http://woodstox.codehaus.org/) as the stax parser. -- dims On 1/12/06, Frank Budinsky <[EMAIL PROTECTED]> wrote: > Raymond, > > Since SDO 2 is trying to encapsulate (hide) EMF in its implementation, I > suppose this is a proposal for the SDO 2 project. Maybe it

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-12 Thread Frank Budinsky
Raymond, Since SDO 2 is trying to encapsulate (hide) EMF in its implementation, I suppose this is a proposal for the SDO 2 project. Maybe it would be even better to provide these more generally in the EMF project at Eclipse and then we just provide access to them through SDO 2. Have you discuss

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-11 Thread Raymond Feng
Jeremy, thank you for the help. The note and attachment are now on the wiki: http://wiki.apache.org/ws/Tuscany/Axis2Integration Raymond - Original Message - From: "Jeremy Boynes" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 11, 2006 6:52 PM Subject: Re: AXIS2

Re: AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-11 Thread Jeremy Boynes
Raymond Feng wrote: > I started to prototype the AXIS2 support for Tuscany web service > binding. Following the similar approach as we do for Axis 1.x, the > key enabling factor is the serialization/deserialization from SDO to > AXIOM and vice versa. Generally speaking, it's all about the > transfo

AXIS2 integration (SDO<-->AXIOM and more...)

2006-01-11 Thread Raymond Feng
I would like to start the disucssion on AXIS2 integration for Tuscany.   I started to prototype the AXIS2 support for Tuscany web service binding. Following the similar approach as we do for Axis 1.x, the key enabling factor is the serialization/deserialization from SDO to AXIOM and vice ve