Re: mail box getting flooded - any help...?

2003-01-14 Thread Prabhakar Chaganti
Add a spam filter to your mail retriever or the mail client. Check on freshmeat for several good ones. -prabhakar As I have subscribed here for axis-user mailing list. I am getting tones of email every day. How can I make sure that I am still a member of axis-user and avoid my mail box

Re: ANT gui question

2002-11-17 Thread Prabhakar Chaganti
There is a tool in the ant cvs called Antidote that lets you edit build.xml files. I am not sure that any work is being done on it currently. If by graphical editing you mean tree based viewing/editing of xml files there are several editors (such as XMLSpy etc). Among java ides, Netbeans has a

Re: Axis and JAXM...

2002-10-18 Thread Prabhakar Chaganti
Axis is an implementation of the JAXRPC specification. -prabhakar Is the messaging part of AXIS really just an implementation of the Java API for XML Messaging with some additional features tacked on??

Re: connection refused

2002-10-04 Thread Prabhakar Chaganti
Are you trying to connect to the axis server which is outside a firewall? -prabhakar Please Anyone help me. I typed this command from dos-window right after installing Axis. And I got this Exception... === from here = c:\axis\java samples.usersguide.exampl3.Client hello

Re: SOAP messaging

2002-09-20 Thread Prabhakar Chaganti
Axis currently only supports JAXRPC style soap messaging. -prabhakar P.S.S.: Has Axis support for JAXM or only JAX-RPC?

Re: Tomcat Axis NullPointer

2002-09-17 Thread Prabhakar Chaganti
Check the log in tomcat_dir/logs. it should give you a stack trace that can narrow it down. -prabhakar --- Original Message i generate (i hope successfully ;-) a web-service with Java2WSDL. But after i deployed the classes and wsdl file within Tomcat i never manage to run it. I

Re: Axis configuration problem

2002-05-30 Thread Prabhakar Chaganti
You also need to copy an implementation of the xml apis - such as xerces. Check the install instructions at xml.apache.org/axis/. -prabhakar I am trying to setup axis to work with Tomcat. I have copied axis directory from axis-beta2/webapps to TOMCAT_HOME/webapps/ I have even copied the