RE: session maintance

2001-10-31 Thread Oleg Timofeyev
( SOAPException e ) // call could not be sent properly { System.err.println( SOAPException= + e.getFaultCode() + , + e.getMessage() ); } } } Sincerely, Oleg Timofeyev

error

2001-10-30 Thread Oleg Timofeyev
Thats interesting I am not sure even what I did, it use to work perfectly now when I call rpcrouter, I get no class found? Any ideas Error: 500 Location: /soap/servlet/rpcrouter Internal Servlet Error: java.lang.NoClassDefFoundError: javax/mail/MessagingException at

threads

2001-10-25 Thread Oleg Timofeyev
Hi, I deploy a service with session scope and provide a method that takes in username, password, textid, and returns a lot of content(document). With Apache SOAP, should I be concerned with making this method synchronized or anything else that has to do with threads, if there is a possibility of

Try #3: services and threads

2001-10-25 Thread Oleg Timofeyev
Is there somethin gwrong with the list? its my third try to post this message in last 12 hours and still nothing. I apologize in advance if all 3 will come through. Hi, I deploy a service with session scope and provide a method that takes in username, password, textid, and returns a lot of

RE: sessions

2001-10-10 Thread Oleg Timofeyev
Yes Roger, you are correct, my question was regarding virtual session. However, opening a persistent connection between client and server is of great interest as well. Especially, implementing it with login type authentication where server will allow to establish a connection only if

RE: Error on Call( )

2001-10-09 Thread Oleg Timofeyev
you right, I got it, thanks. -Original Message- From: Victor Hadianto [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 09, 2001 12:07 AM To: [EMAIL PROTECTED] Subject: Re: Error on Call( ) What is your XML Parser? Most likely Xerces isn't it? Then Xerces is not in your classpath.

Error on Call( )

2001-10-09 Thread Oleg Timofeyev
For some reason I get this: java.lang.NoClassDefFoundError: org/w3c/dom/Node at soap_client.classLogin.login(classLogin.java:20) at soap_client.classLogin.main(classLogin.java:56) Exception in thread main -- Line 20 is: Call call = new Call( ); and line 56 is a call to the

sessions

2001-10-06 Thread Oleg Timofeyev
Hi, I already asked similar question and got no response, I will try to re-phrase it. My situation is that I would like to have client login before calling methods on my server. How can I implement it? Probably, establishing a session first and than allowing to call all the other methods. How

RE: sessions

2001-10-06 Thread Oleg Timofeyev
underlying HTTP mechanism (cookie based) for session maintenace. You can find more details on it at the following link. http://xml.apache.org/soap/docs/guide/migration.html Hope it will help u.. Regards, Naresh Agarwal - Original Message - From: Oleg Timofeyev [EMAIL PROTECTED] To: [EMAIL

secure method calling

2001-10-05 Thread Oleg Timofeyev
Hello, I am trying to setup services that will take into consideration security, will not let just anyone call methods on the server. What is the best way to do it? Would it be taking in username/password and sending back a cookie or .. ? Could you please help me out with this, any articles or

getting clients URL

2001-10-04 Thread Oleg Timofeyev
Hello, Is it possible to get URL of a client that requesting a service? How? Sincerely, Oleg

RE: Writing SOAP headers

2001-09-10 Thread Oleg Timofeyev
Hi, I just installed SOAP with Tomcat and Xerces, but for some reason I get this: C:\java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list Exception in thread main [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: Connection

RE: (wrong subject) Writing SOAP headers

2001-09-10 Thread Oleg Timofeyev
Sorry, got it. Thanks -Original Message- From: Oleg Timofeyev [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 1:43 AM To: [EMAIL PROTECTED] Subject: RE: Writing SOAP headers Hi, I just installed SOAP with Tomcat and Xerces, but for some reason I get this: C:\java