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 Oliver Hirschi <o....@bluewin.ch> on 2006/07/31 12:34:58 UTC

Evaluating SOAP-Server

Hi,

I'd like to change our application-server from corba to soap. The main
job of this application server is to interact with java-clients to make
database-queries. Additionally there are a few jobs which takes a lot of
time, so they should be done on server, not on client.
In the future its possible, that we devlope also a java-web-client to
the server. This client should then also use the same soap-interfaces of
the
server.

Is axis the right soap-server due to my requirements?

By "googleing" about soap there comes ever Apache Axis. Is this the "one
and only" soap-server or are there others?

Great thank & kind regards,
-- 
Oliver Hirschi
http://www.FamilyHirschi.ch



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


Re: Evaluating SOAP-Server

Posted by Paul Fremantle <pz...@gmail.com>.
Apache Axis2 does exactly what you ask.

1) It supports remote clients
2) It supports asynchronous calls and asynchronous services, so you
can have the server call back when the response is ready (long running
queries)
3) It supports bundling AJAX HTML clients that use the same services
to build web pages.

For an example of the AJAX clients, you can see the Tungsten server
(http://dist.wso2.net/products/tungsten/) which is an SOA application
server based on Axis2. It uses that model for the admin console, and
also the Chad sample shows the AJAX clients too.

Paul

On 7/31/06, Oliver Hirschi <o....@bluewin.ch> wrote:
> Hi,
>
> I'd like to change our application-server from corba to soap. The main
> job of this application server is to interact with java-clients to make
> database-queries. Additionally there are a few jobs which takes a lot of
> time, so they should be done on server, not on client.
> In the future its possible, that we devlope also a java-web-client to
> the server. This client should then also use the same soap-interfaces of
> the
> server.
>
> Is axis the right soap-server due to my requirements?
>
> By "googleing" about soap there comes ever Apache Axis. Is this the "one
> and only" soap-server or are there others?
>
> Great thank & kind regards,
> --
> Oliver Hirschi
> http://www.FamilyHirschi.ch
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

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