RE: Evaluating SOAP-Server

2006-07-31 Thread Ted Jones
We have used the Systinet SOAP Server successfully. 

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Hirschi
Sent: Monday, July 31, 2006 5:35 AM
To: axis-user@ws.apache.org
Subject: 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Evaluating SOAP-Server

2006-07-31 Thread prashanth shivakumar
All the commercial app servers comes with a builtin SOAP server like IBM websphere,BEA weblogic etc...
Also try JBoss..It should have webservices engine as well and its free..
On 7/31/06, Ted Jones [EMAIL PROTECTED] wrote:
We have used the Systinet SOAP Server successfully.-Original Message-From: news [mailto:
[EMAIL PROTECTED]] On Behalf Of Oliver HirschiSent: Monday, July 31, 2006 5:35 AMTo: axis-user@ws.apache.orgSubject: Evaluating SOAP-Server
Hi,I'd like to change our application-server from corba to soap. The mainjob of this application server is to interact with java-clients to makedatabase-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 tothe server. This client should then also use the same soap-interfaces ofthe server.
Is axis the right soap-server due to my requirements?By googleing about soap there comes ever Apache Axis. Is this the oneand only soap-server or are there others?Great thank  kind regards,
--Oliver Hirschihttp://www.FamilyHirschi.ch-To unsubscribe, e-mail: 
[EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]-
To unsubscribe, e-mail: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]



Re: Evaluating SOAP-Server

2006-07-31 Thread Paul Fremantle

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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





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

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

Oxygenating the Web Service Platform, www.wso2.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]