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 Eric Chow <er...@gmail.com> on 2006/08/27 17:05:38 UTC

Axis1 or Axis2 ?

Hello,

Which version should I use if I want to develop web service?


Anyway, in Axis2, is it possible to write a client like Axis1. In the
Axis2 examples , those clients must create some OMElement. Can I write
a simple client like Axis1 style and no need to create some XML node
when invoke a web service?

Can you show me a simple example?


Best regards,
Eric

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


Re: Axis1 or Axis2 ?

Posted by Eran Chinthaka <ch...@opensource.lk>.
Thanks Anne.


Anne Thomas Manes wrote:
> Blog published:
> http://atmanes.blogspot.com/2006/08/axis-1x-or-axis2.html
> 
> On 8/28/06, Eran Chinthaka <ch...@opensource.lk> wrote:
>> Eric Chow wrote:
>> > Hello,
>> >
>> > Which version should I use if I want to develop web service?
>>
>> Please see
>> http://marc.theaimsgroup.com/?l=axis-user&m=115650836529952&w=2.
>>
>> Anne, I think you better make this a FAQ or some one should write a blog
>> on this :).
>>
>> >
>> >
>> > Anyway, in Axis2, is it possible to write a client like Axis1. In the
>> > Axis2 examples , those clients must create some OMElement. Can I write
>> > a simple client like Axis1 style and no need to create some XML node
>> > when invoke a web service?
>>
>> The samples you've looked at were not using databinding.
>>
>> Please read
>>  1. http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-world
>>  2.
>> http://today.java.net/pub/a/today/2006/08/08/contract-first-web-services-with-axis2.html
>>
>>
>> -- Chinthaka
>>
>>
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
> 
> 



Re: Axis1 or Axis2 ?

Posted by Anne Thomas Manes <at...@gmail.com>.
Blog published:
http://atmanes.blogspot.com/2006/08/axis-1x-or-axis2.html

On 8/28/06, Eran Chinthaka <ch...@opensource.lk> wrote:
> Eric Chow wrote:
> > Hello,
> >
> > Which version should I use if I want to develop web service?
>
> Please see http://marc.theaimsgroup.com/?l=axis-user&m=115650836529952&w=2.
>
> Anne, I think you better make this a FAQ or some one should write a blog
> on this :).
>
> >
> >
> > Anyway, in Axis2, is it possible to write a client like Axis1. In the
> > Axis2 examples , those clients must create some OMElement. Can I write
> > a simple client like Axis1 style and no need to create some XML node
> > when invoke a web service?
>
> The samples you've looked at were not using databinding.
>
> Please read
>  1. http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-world
>  2.
> http://today.java.net/pub/a/today/2006/08/08/contract-first-web-services-with-axis2.html
>
> -- Chinthaka
>
>
>
>

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


Re: Axis1 or Axis2 ?

Posted by Eran Chinthaka <ch...@opensource.lk>.
Eric Chow wrote:
> Hello,
> 
> Which version should I use if I want to develop web service?

Please see http://marc.theaimsgroup.com/?l=axis-user&m=115650836529952&w=2.

Anne, I think you better make this a FAQ or some one should write a blog
on this :).

> 
> 
> Anyway, in Axis2, is it possible to write a client like Axis1. In the
> Axis2 examples , those clients must create some OMElement. Can I write
> a simple client like Axis1 style and no need to create some XML node
> when invoke a web service?

The samples you've looked at were not using databinding.

Please read
 1. http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-world
 2.
http://today.java.net/pub/a/today/2006/08/08/contract-first-web-services-with-axis2.html

-- Chinthaka