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 w

Re: Evaluating SOAP-Server

2006-07-31 Thread prashanth shivakumar
essage-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 interac

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

Evaluating SOAP-Server

2006-07-31 Thread Oliver Hirschi
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 poss