Proxy setting in Axis.

2002-05-20 Thread Kumar Raj
Hi ! I was trying to work with Axis for accessing external public soap services. How do I setup the proxy settings in Axis ? Any help will be highly appreciated. Thanks Kumar Raj

AbstractMethodError when run soap client

2002-05-20 Thread amy
Hi£¬ I got an exception when I ran the soap client : Exception in thread "main" java.lang.AbstractMethodError at org.apache.soap.util.xml.QName.(QName.java:80) at org.apache.soap.util.xml.QName.matches(QName.java:146) at org.apache.soap.Envelope.unmarshall(En

Walid Rjaibi/Zurich/IBM is out of the office.

2002-05-20 Thread Walid Rjaibi
I will be out of the office starting 05/20/2002 and will not return until 05/22/2002. If you need immediate attention please contact my manager Simon Field. I will respond to your message when I return.

Re: SOAP-ENV:Server.BadTargetObjectURI

2002-05-20 Thread Karin Stadler
Hello Jialing, I'm not sure about the background and I'm also a beginner with SOAP, but I think that you put your example server-class in the wrong directory. Put your server-class in Apache Tomcat 4.0.3\webapps\soap\Web-inf\classes. This is the base directory where soap expects its server-classe

client session/authorization

2002-05-20 Thread Maris Orbidans
In my WEB service I want to check client's username and password. Does client need to send his authorization information every time he calls my WEB service ? Can SOAP maintain user session ? If SOAP can't then I have to check client's password every time, isnt it ? regards, Maris Orbidans

Apache SOAP problem : can't access my EJBs

2002-05-20 Thread emike
Hi everybody.First of all : sorry for my english (which might be hard to understand), i'm french.Then, here's my problem :I'm Using a JBoss/Tomcat bundle as EJB/JSP/Servlet server. I deployed a simple application with a "HelloWorld" EJB. I can use this EJB

SOAP & entity EJBs

2002-05-20 Thread Peter Ondrus
Hello, we have an entity EJB on the server, and we neet to do SOAP RPC calls to it. It seems that everithing works fine on server side, but when I call findByPrimaryKey method, it seems, that I have some problems with serialization/deserialization of returned interface from findByPrimaryKey me

RE: Session Timeouts

2002-05-20 Thread Phillip Urrea
Sorry for being a little vague. The application is a thin client containing a presentation layer which communicates events over SOAP to the server. Therefore only the presentation code is maintained on the client and all events and database retrieval is handled by the server. The problem is

RE: Session Timeouts

2002-05-20 Thread Erich Izdepski
Phillip- What type of application is this? If servlet based, session timeout and cleanup activities are controlled by the HttpSession, HttpSessionBindingEvent, and HttpSessionBindingListener classes of the java.servlet.http package.   If there is more to these problem, these provide the de

SOAP-ENV:Server.BadTargetObjectURI

2002-05-20 Thread Leng, Jialing
I just started Apache Soap stuff. I am using Apache Tomcat 4.0.3 and deployed the test server from deploy button on http://localhost:8080/soap/admin/index.html and put the server class into Apache Tomcat 4.0.3\webapps\examples\Web-inf\classes which is in the classpath setting. But when I run t

Session Timeouts

2002-05-20 Thread Phillip Urrea
Our application is running in session scope on the server. Does anyone know of anyway the server can timeout when the client is inactive for a period of time. I would like to have a way of closing the server neatly and redirecting the client if they've been inactive for too long. Thanks, Phi