Re: problem making choice of soap implementation

2001-09-11 Thread Andreas Ullmann
Hello Siddharth, in my opinion soap makes sense if you want to transfer the data outside your Enterprise. If you want to send the data within your Enterprise system, which means no firewalls and full control of the client and server EJB would be my choice. What kind of performance do you need?

RE: problem making choice of soap implementation

2001-09-11 Thread Gopinadh Bandaru
:[EMAIL PROTECTED]] Sent: 11 September 2001 07:02 To: [EMAIL PROTECTED] Subject: problem making choice of soap implementation Hi, I want to send a stream of words from a client to a server. The server processes this stream of words and sends back 1 or more xml documents (i think this could be done by

problem making choice of soap implementation

2001-09-10 Thread siddharth aggarwal
Hi, I want to send a stream of words from a client to a server. The server processes this stream of words and sends back 1 or more xml documents (i think this could be done by concatenating the xml documents and then converting it all to one string). The client then needs to process these xml