Configure Axis parser parameters

2006-03-23 Thread Bhavesh Goswami
Hi, I am working on a SOAP service, and I want to configure my parser parameters (on the server side). Especially I want to set a timeout on my parser, so that if it takes more then x seconds to parse a request, the parser gives up. How do i do that. I see that axis has provision to configure the

SOAP DOS Attacks

2006-02-27 Thread Bhavesh Goswami
Hi, I was wondering what techniques can I use to prevent DOS attacks on my SOAP Service. Does axis have a way to limit request size? Even then, as my service requires large request, I am in a fix. Are there any other ideas around this issues? ThankaBhav