rounting in apache

2002-04-23 Thread soap vamsi
Does anyone know how to implement SOAP message routing using the actor attribute? Has anynoe inplemented the same using apache2.2? thanx in advance vamsi _ Click below to visit monsterindia.com and review jobs in India or Abroad http://mons

Any tutorials about EJB integration in SOAP

2002-04-23 Thread sherine khoury
There's something wrong with the samples/ejb included in SOAP2.2. Where can I find something about EJBs with SOAP Thanks _ Chat with friends online, try MSN Messenger: http://messenger.msn.com

Re: Any tutorials about EJB integration in SOAP

2002-04-23 Thread Scott Nichol
I do not know of any, nor do I have experience with the sample. From a quick look at it, I would say you should be certain that the deployment descriptor you use is modified to conform to the environment in which you are working. You must also have your EJB container made aware of hellobean.jar.

Re: Parsing XML document for validation errors

2002-04-23 Thread Jackie Zhou
Does anyone know how to validate a SOAP message which I got from client side? Thanks

Apache SOAP RPC vs SOAP Messaging

2002-04-23 Thread Nilesh Kumar, Koratpallikar
I have a question related to the way Apache SOAP 2.2 was engineered SOAP RPC as against SOAP Messaging. If You look at the SOAP RPC server, there is nothing which ties the server code to SOAP specific API's. e.g public class SoapSample { public String[] print() {

a question of using soap attachments

2002-04-23 Thread chen kejun
hi, i have a question of using soap attachments. what is the max size of attachments can soap transport it? i can transport a 11MĀ file using soap sample in folder samples.mime.*, but when i increase the size to about 15M, the sample can not work correctly and return the faultString like t

Re: Heavy loads on SOAP RPC

2002-04-23 Thread NAKAMURA, Hiroshi
Hi, > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 1:50 AM > I do not know about w2k ws, but on NT workstation it is 10. W2k pro, too. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q122920 Regards, // NaHi