On Thu, Feb 26, 2009 at 7:19 PM, Jason Fister <jasonfis...@gmail.com> wrote:
> Hello folks,
>
> We need to write and host a webservice which will act as both a server as
> well as a client to a 3rd party webservice. let me make it more clear:
>
> My webservice will receive requests from applications with in our company,
> process the requests, call a webservice hosted by a third party outside our
> company, receive and process the response and finally respond to the client.
>
> we are in the process of evaluating different soap frameworks. the first 2
> that I came across were axis2java and jax-ws v2.1.5.
>
> i am not even sure if the 2 are competing, comparable products. can someone
> pls enlighten me on the differences?
>
> is one more stable than the other?
> is one more popular than the other?
> how about features?
> performance?
>
> I would greatly appreciate any help in this regard
>
> Jason
>

I know almost nothing about jax-ws, but I do know axis2 implements
this standard. You can find more info here:

http://ws.apache.org/axis2/1_4_1/jaxws-guide.html

As for features, this doc is slightly dated (the jax-ws support is
prime time now for example), but anyways it may also be helpful in
showing the state of various webservice stacks:

http://wiki.apache.org/ws/StackComparison

- R

Reply via email to