You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Demetris G <de...@ece.neu.edu> on 2007/07/26 05:46:13 UTC

From Axis to Axis

Hi all,

    I asked this question once before and although a bit broad I thought 
I would
hear something back. I am trying my luck once again - I see and hear poor
souls out there struggling with real old versions of Axis and my guess 
is that
migrating to Axis2 is a bit scary for them. Can anyone summarize what any
Axis 1.X users can do to slowly make the move to Axis 2 ? Are we talking
about a complete re-engineering of their designs or is there hope to migrate
a bit smoother. And if this question (and I wouldn't be surprised) has been
answered before then by all means, apologies, I will revert to the archives.

And by the way -
I wrote lots of code in Axis 1.4 and I am pretty happy with the results ...

Cheers


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: ALEServiceMessageReceiverInOut 1.3-RC2

Posted by Amila Suriarachchi <am...@gmail.com>.
the correct way is to use the
AbstractInOutMessageReceiver directly. but this won't make you any problem.

AbstractInOutAsyncMessageReceiver and AbstractInOutSyncMessageReceiver was
depriciated from the Axis2 1.3. The reason is in server side we can not
support this if we have one chanel to communicate. any way we have to send
the request in back chanel and response have to wait until the message is
processed.

On the other hand if it is two channel any way it is asynchronous.

thanks,
Amila.

On 7/26/07, Anton Zhilin <an...@gmail.com> wrote:
>
> Hi!
>
> After wsdl2java code generation you can see:
>
>         public class ALEServiceMessageReceiverInOut extends
> org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver{...
>
> where AbstractInOutSyncMessageReceiver is marked as deprecated. What is
> the
> right approach: use AbstractInOutSyncMessageReceiver? Something else?
>
> Thanks,
> Anton
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Amila Suriarachchi,
WSO2 Inc.

ALEServiceMessageReceiverInOut 1.3-RC2

Posted by Anton Zhilin <an...@gmail.com>.
Hi!

After wsdl2java code generation you can see:

	public class ALEServiceMessageReceiverInOut extends
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver{... 

where AbstractInOutSyncMessageReceiver is marked as deprecated. What is the
right approach: use AbstractInOutSyncMessageReceiver? Something else?

Thanks,
Anton




---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: From Axis to Axis

Posted by Davanum Srinivas <da...@gmail.com>.
Wait a bit for 1.3 Final in the next few weeks, you can put that into
production. But please do try 1.3 RC2 out to make sure everything
*you* need works. An other note, i myself would worry if saw *no*
posts about problems which would mean no one is even bothing to work
with it let alone put it into production :)

thanks,
-- dims

On 7/27/07, cara <pi...@gmail.com> wrote:
> I'd like someone to tell me that Axis2 is ready for prime time. I've jumped
> on the list partially to see if Axis2 is ready. But I see enough posts about
> Axis2 issues to hang tight with Axis1.4 for now.
>
>  cara
>
> On 7/27/07, Anne Thomas Manes <at...@gmail.com> wrote:
> > If your Axis 1.x services use document/literal bindings, then the
> > migration is pretty easy. If you use rpc bindings, though, you must
> > convert them.
> >
> > Anne
> >
> > On 7/26/07, Demetris G < demetris@ece.neu.edu> wrote:
> > >
> > > And thanks much to you David as well for the information below. I was
> > > expecting that
> > > some work at least will need to be  done on the client side.
> > >
> > > david wrote:
> > > > Hello Demetris, Ann Manes (above-the-call-of-duty) rewrote my Axis1.4
> WSDL (rpc-encoded) as so-called <wrappered> to assume the document-literal
> binding. And, Viola!, the WSDL2JAVA tool migrated the Axis1.4 code to Axis2.
> The only caveat is: the client has to be migrated likewise. HTH, David.
> > > >
> > > > Demetris G wrote ..
> > > >
> > > >> Hi all,
> > > >>
> > > >>     I asked this question once before and although a bit broad I
> thought
> > > >> I would
> > > >> hear something back. I am trying my luck once again - I see and hear
> poor
> > > >> souls out there struggling with real old versions of Axis and my
> guess
> > > >> is that
> > > >> migrating to Axis2 is a bit scary for them. Can anyone summarize what
> any
> > > >> Axis 1.X users can do to slowly make the move to Axis 2 ? Are we
> talking
> > > >> about a complete re-engineering of their designs or is there hope to
> migrate
> > > >> a bit smoother. And if this question (and I wouldn't be surprised)
> has
> > > >> been
> > > >> answered before then by all means, apologies, I will revert to the
> archives.
> > > >>
> > > >> And by the way -
> > > >> I wrote lots of code in Axis 1.4 and I am pretty happy with the
> results
> > > >> ...
> > > >>
> > > >> Cheers
> > > >>
> > > >>
> > > >>
> ---------------------------------------------------------------------
> > > >> To unsubscribe, e-mail:
> axis-user-unsubscribe@ws.apache.org
> > > >> For additional commands, e-mail: axis-user-help@ws.apache.org
> > > >>
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> axis-user-unsubscribe@ws.apache.org
> > > > For additional commands, e-mail: axis-user-help@ws.apache.org
> > > >
> > > >
> > > >
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> axis-user-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: axis-user-help@ws.apache.org
> > >
> > >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: From Axis to Axis

Posted by cara <pi...@gmail.com>.
I'd like someone to tell me that Axis2 is ready for prime time. I've jumped
on the list partially to see if Axis2 is ready. But I see enough posts about
Axis2 issues to hang tight with Axis1.4 for now.

cara

On 7/27/07, Anne Thomas Manes <at...@gmail.com> wrote:
>
> If your Axis 1.x services use document/literal bindings, then the
> migration is pretty easy. If you use rpc bindings, though, you must
> convert them.
>
> Anne
>
> On 7/26/07, Demetris G <de...@ece.neu.edu> wrote:
> >
> > And thanks much to you David as well for the information below. I was
> > expecting that
> > some work at least will need to be  done on the client side.
> >
> > david wrote:
> > > Hello Demetris, Ann Manes (above-the-call-of-duty) rewrote my Axis1.4WSDL (rpc-encoded) as so-called <wrappered> to assume the document-literal
> binding. And, Viola!, the WSDL2JAVA tool migrated the Axis1.4 code to
> Axis2. The only caveat is: the client has to be migrated likewise. HTH,
> David.
> > >
> > > Demetris G wrote ..
> > >
> > >> Hi all,
> > >>
> > >>     I asked this question once before and although a bit broad I
> thought
> > >> I would
> > >> hear something back. I am trying my luck once again - I see and hear
> poor
> > >> souls out there struggling with real old versions of Axis and my
> guess
> > >> is that
> > >> migrating to Axis2 is a bit scary for them. Can anyone summarize what
> any
> > >> Axis 1.X users can do to slowly make the move to Axis 2 ? Are we
> talking
> > >> about a complete re-engineering of their designs or is there hope to
> migrate
> > >> a bit smoother. And if this question (and I wouldn't be surprised)
> has
> > >> been
> > >> answered before then by all means, apologies, I will revert to the
> archives.
> > >>
> > >> And by the way -
> > >> I wrote lots of code in Axis 1.4 and I am pretty happy with the
> results
> > >> ...
> > >>
> > >> Cheers
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > >> For additional commands, e-mail: axis-user-help@ws.apache.org
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: axis-user-help@ws.apache.org
> > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

Re: From Axis to Axis

Posted by Anne Thomas Manes <at...@gmail.com>.
If your Axis 1.x services use document/literal bindings, then the
migration is pretty easy. If you use rpc bindings, though, you must
convert them.

Anne

On 7/26/07, Demetris G <de...@ece.neu.edu> wrote:
>
> And thanks much to you David as well for the information below. I was
> expecting that
> some work at least will need to be  done on the client side.
>
> david wrote:
> > Hello Demetris, Ann Manes (above-the-call-of-duty) rewrote my Axis1.4 WSDL (rpc-encoded) as so-called <wrappered> to assume the document-literal binding. And, Viola!, the WSDL2JAVA tool migrated the Axis1.4 code to Axis2. The only caveat is: the client has to be migrated likewise. HTH, David.
> >
> > Demetris G wrote ..
> >
> >> Hi all,
> >>
> >>     I asked this question once before and although a bit broad I thought
> >> I would
> >> hear something back. I am trying my luck once again - I see and hear poor
> >> souls out there struggling with real old versions of Axis and my guess
> >> is that
> >> migrating to Axis2 is a bit scary for them. Can anyone summarize what any
> >> Axis 1.X users can do to slowly make the move to Axis 2 ? Are we talking
> >> about a complete re-engineering of their designs or is there hope to migrate
> >> a bit smoother. And if this question (and I wouldn't be surprised) has
> >> been
> >> answered before then by all means, apologies, I will revert to the archives.
> >>
> >> And by the way -
> >> I wrote lots of code in Axis 1.4 and I am pretty happy with the results
> >> ...
> >>
> >> Cheers
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >> For additional commands, e-mail: axis-user-help@ws.apache.org
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: From Axis to Axis

Posted by Demetris G <de...@ece.neu.edu>.
And thanks much to you David as well for the information below. I was 
expecting that
some work at least will need to be  done on the client side.

david wrote:
> Hello Demetris, Ann Manes (above-the-call-of-duty) rewrote my Axis1.4 WSDL (rpc-encoded) as so-called <wrappered> to assume the document-literal binding. And, Viola!, the WSDL2JAVA tool migrated the Axis1.4 code to Axis2. The only caveat is: the client has to be migrated likewise. HTH, David.
>
> Demetris G wrote ..
>   
>> Hi all,
>>
>>     I asked this question once before and although a bit broad I thought
>> I would
>> hear something back. I am trying my luck once again - I see and hear poor
>> souls out there struggling with real old versions of Axis and my guess
>> is that
>> migrating to Axis2 is a bit scary for them. Can anyone summarize what any
>> Axis 1.X users can do to slowly make the move to Axis 2 ? Are we talking
>> about a complete re-engineering of their designs or is there hope to migrate
>> a bit smoother. And if this question (and I wouldn't be surprised) has
>> been
>> answered before then by all means, apologies, I will revert to the archives.
>>
>> And by the way -
>> I wrote lots of code in Axis 1.4 and I am pretty happy with the results
>> ...
>>
>> Cheers
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: From Axis to Axis

Posted by david <da...@davidwbrown.name>.
Hello Demetris, Ann Manes (above-the-call-of-duty) rewrote my Axis1.4 WSDL (rpc-encoded) as so-called <wrappered> to assume the document-literal binding. And, Viola!, the WSDL2JAVA tool migrated the Axis1.4 code to Axis2. The only caveat is: the client has to be migrated likewise. HTH, David.

Demetris G wrote ..
> 
> Hi all,
> 
>     I asked this question once before and although a bit broad I thought
> I would
> hear something back. I am trying my luck once again - I see and hear poor
> souls out there struggling with real old versions of Axis and my guess
> is that
> migrating to Axis2 is a bit scary for them. Can anyone summarize what any
> Axis 1.X users can do to slowly make the move to Axis 2 ? Are we talking
> about a complete re-engineering of their designs or is there hope to migrate
> a bit smoother. And if this question (and I wouldn't be surprised) has
> been
> answered before then by all means, apologies, I will revert to the archives.
> 
> And by the way -
> I wrote lots of code in Axis 1.4 and I am pretty happy with the results
> ...
> 
> Cheers
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org