Re: http sessions with non browser clients.

2004-12-17 Thread sandeep arshanapally
Either use http sessions or SOAP sessions. In either case there has to be some code on the client side to do this...But if you worried about non-browser clients then go with the SOAP sessions and manage sessions yourself on the server-side. On Thu, 16 Dec 2004 18:02:42 -0800, Vikas Phonsa <[EMAIL

Re: Socket time-outs introduced in 1.2beta3

2004-09-12 Thread sandeep arshanapally
Set the timeout on the service to be 0 so that the socket will not be closed. Sandeep On Sun, 12 Sep 2004 19:52:08 -0400 (EDT), Anand Natrajan <[EMAIL PROTECTED]> wrote: > All, > > As part of the web services I am deploying, I have some methods that take a > while to complete (in truth, they re

Re: NoSuchMethodException with Axis1.2

2004-09-08 Thread sandeep arshanapally
same > problem. > I had no answer until now and it seems the client and server WSD files are > the same for me. > fm. > > > > > - Original Message - > From: "Mahen Perera" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; "sandeep

java.lang.OutOfMemoryError in the client

2004-09-07 Thread sandeep arshanapally
Hi, I am seeing an OutOfMemoryError in the client with Axis 1.1 final. Even 1.2 beta has the same problem. The strange thing is that most of the times it recovers after this error. Has anyone seen these issues before and know of any fix??? Thanks, Sandeep

NoSuchMethodException with Axis1.2

2004-09-07 Thread sandeep arshanapally
Hi, We are using Axis with Tomcat and recently upgraded to Axis1.2. I was trying to debug a problem and found that when the debug is turned on, the following exception occurs on both the client and server-side when a method call is invoked initially. Is this normal??? java.lang.NoSuchMetho

RE: Exception with Axis 1.1 final

2004-08-25 Thread Sandeep Arshanapally
Title: RE: Exception with Axis 1.1 final Any easy way to log the messaging on the client side? We are using SSL so its not possible to run TCPMon. Sandeep -Original Message- From: Keith Tingle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 25, 2004 11:53 AM To: '[EMAIL PROTEC

Exception with Axis 1.1 final

2004-08-25 Thread Sandeep Arshanapally
Title: Exception with Axis 1.1 final Hi,     We are using Axis 1.1 final with Tomcat 4.1.30 and seeing the following exception happens sometimes. Any idea of what might be wrong??? Thanks in  advance, Sandeep AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.u

RE: Axis 1.2 final

2004-06-17 Thread Sandeep Arshanapally
Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 17, 2004 4:52 PM To: [EMAIL PROTECTED] Subject: Re: Axis 1.2 final Sandeep, we're currently working on the tck for saaj and jax-rpc. sometime next month would be my best guesstimate. thx, dims PS: Mark, please act respo

Axis 1.2 final

2004-06-17 Thread Sandeep Arshanapally
Title: Axis 1.2 final Hi,    When is the 1.2 final release scheduled to come out ? Thanks, Sandeep

SOAP Header changes from 1.1 final to 1.2

2004-06-10 Thread Sandeep Arshanapally
Title: SOAP Header changes from 1.1 final to 1.2 Hi, Are there any changes related to the way SOAP Headers are handled in Axis 1.2? I am setting the headers on the stub in the client side and server doesn't seem to be getting the values. This is working fine in 1.1 final but not in 1.2

SimpleSessionHandler with multiple services

2003-06-03 Thread sandeep arshanapally
Hi, Iam just trying to implement sessions with Axis and was wondering if the same session information can be used between multiple services using SimpleSessionHandler? If not has anyone tried this by other mechanisms? I want to use SOAP sessions instead of Http. Thanks in advance, Sande