java.lang.NullPointerException at org.apache.axis.client.Service.getEngineConfiguration

2006-09-11 Thread Phani Sekhar
information regarding this problem. Some of them have a similar problem when they try to restart the webapp using Tomcat Manager.  But, even if I start the Tomcat everytime I test it, I am getting the same exception.   I am using Tomcat 4.1.30 and Axis 1.4.   Please help.   Thx in Advance Phani

RE: Initializing a web service before invoking its methods

2006-08-01 Thread Phani Sekhar
this structure unless it was guarded to prevent interference and in locking your resources you had considered the possibility of deadlock. Matthew Phani Sekhar wrote: > Hi all, > > > > I want to write a web service that has to be initialized and configured > before doing its actual j

Initializing a web service before invoking its methods

2006-08-01 Thread Phani Sekhar
the initialization and configuration only for the first request Is there anything like init() method of Servlet with which we can initialize the webservice on the first request ??? Please help.   Thanks in Advance Phani Sekhar    

RE: java.net.SocketException: Connection reset

2006-07-30 Thread Phani Sekhar
Hi all,   I am strucked up with this problem…. Please help me in solving this…. I didn’t get enough information in google also….. Is this a problem with tomcat or with Axis???   Thanks in advance Sekhar   -Original Message- From: Phani Sekhar [mailto:[EMAIL PROTECTED] Sent

RE: java.net.SocketException: Connection reset

2006-07-29 Thread Phani Sekhar
I forgot to mention a few things…. The Tomcat server is abruptly is terminating everytime I execute the client… and the tomcat logs has no information of why this is happening…   Thx Sekhar     Hi all,   I have an axis web service, which on receiving a request, has to process the r

java.net.SocketException: Connection reset

2006-07-29 Thread Phani Sekhar
Hi all,   I have an axis web service, which on receiving a request, has to process the request and make an RPC call to another independent process(written in c) running on the same system. But, when I am trying to execute the client, it is giving the following exceptions. I absolutely hav

RE: sending soap messages asynchronously

2006-06-29 Thread Phani Sekhar
Thank you very much for ur response ... We want the Axis server to first initiate and send one-way messages to the Axis client. Can we configure the Axis2 server in such a way ??? ~ Phani Sekhar -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Thursday

Re : sending soap messages asynchronously

2006-06-29 Thread Phani Sekhar
implement something similar to the snmp traps/notifications. Is is possible to do this using Axis Does Axis support asynchronous messaging???   Please help me.   Thanks in advance Phani Sekhar   -Original Message- From: Phani Sekhar [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21

sending asynchronous soap messages

2006-06-21 Thread Phani Sekhar
Hi, Is there any way to send asynchronous soap messages from a webservice in Axis, something similar to snmp notifications ???   Thanks in Advance Phani Sekhar

RE: Customizing SOAP messages

2006-06-08 Thread Phani Sekhar
Thanks for ur help. Its working now…   Thx Sekhar     -Original Message- From: Nicolas Guaneme [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 10:03 PM To: axis-user@ws.apache.org Subject: Re: Customizing SOAP messages   Phani Sekhar wrote: Hi chinthaka,Thanks

RE: Customizing SOAP messages

2006-06-08 Thread Phani Sekhar
June 08, 2006 8:28 PM To: axis-user@ws.apache.org Subject: Re: Customizing SOAP messages Phani Sekhar wrote: > Hi, > > I am new to Apache Axis, infact I am new to webservices. > > Our aim is to send netconf messages over soap. > > Can anyone please tell me how to customize t

Customizing SOAP messages

2006-06-08 Thread Phani Sekhar
Hi, I am new to Apache Axis, infact I am new to webservices. Our aim is to send netconf messages over soap. Can anyone please tell me how to customize the soap messages so that I can embed the netconf messages inside the soap body I didn’t find any useful info in the internet. Pl