RE: Deploying Apache SOAP on Tomcat....!

2001-10-27 Thread venkat reddy
Hi Mahender, Have you registered the RPCRouterServlet with the tomcat servlet engine?   Try that. ~Venkat Reddy -Original Message-From: mahender reddy G [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 18, 2001 5:06 AMTo: [EMAIL PROTECTED]Subject: Deploying Apache

RE: Session Tracking question.

2001-08-01 Thread venkat reddy
ient-side Call object, invoke methods on the >same< Object on the Server. So your are able to store your App-Session as class-member. btw: It's working fine for me in an ap-soap <-> ap-soap scenario. But i see quite a lot of issues getting this to work in an interop-scenario with o

Session Tracking question.

2001-07-27 Thread venkat reddy
Hi All, I've tried looking up the archives for session tracking but could not find any. I am currently using SOAP services that are request based. Now I need to use them on a per session base and access the session object for a particular user request. My scenario is something like this.

RE: TcpTunnelGui.

2001-06-27 Thread venkat reddy
Is this ( http://www-3.ibm.com/services/uddi/testregistry/inquiryapi) the router URL at the IBM site? I tried that URL in a browser and it displayed a Deployment discriptor. Check the correct url and try. ~Venkat -Original Message- From: Hartmut Bernecker [mailto:[EMAIL PROTECTED]] Sen

RE: Problem Returning BEAN

2001-06-27 Thread venkat reddy
e, returnParam, null, null, call.getEncodingStyleURI(), respContext); The TcpTunnelGui might help you in debugging the contents of the Response if nothing is showing up on the client. --KH -Original Message- From: venkat reddy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June

Problem Returning BEAN

2001-06-27 Thread venkat reddy
How do we set the encoding style of the return value of a soap call? I have a service that creates a bean which has nothing but a couple of class variable set to data from the database. In the service side I get the data create this bean object and return it. On the client when i extract the obj

Proxy Servlet check

2001-06-05 Thread venkat reddy
Hi ALL, Scenario :: I have a couple of SOAP Services that should be allowed access only if the user has logged in and has access permissions to the ROUTER Servlet. If the user does not have access priveleges, since the proxy servlet already got the SOAP ENV with the request from a SOAP C

SOAP GURUS >> Help needed URG....

2001-06-05 Thread venkat reddy
Hi All, I've put up this question four times before but could not get an answer. The subject for my earlier mails are as follows :: "Proxy request routing" and "PROXY between the CLIENT and the SERVER". Please take a look for an understanding of the scenario more in detail. I once again pr

HELP HELP HELP HELP!! SOAP DEV's r u there!

2001-06-04 Thread venkat reddy
Hi All, I've put up this question thrice before but could not get an answer. The subject for my earlier mails are as follows :: "Proxy request routing" and "PROXY between the CLIENT and the SERVER". Please take a look for an understanding of the scenario more in detail. I once again presen

PROBLEM USING PROXY SERVLET

2001-06-04 Thread venkat reddy
Hi All, I've put up this question once before but could not get an answer. The subject for my earlier mails are as follows :: "Proxy request routing" and "PROXY between the CLIENT and the SERVER". Please take a look for an understanding of the scenario more in detail. I once again present

PROBLEM :: PROXY QUESTION??

2001-06-01 Thread venkat reddy
Hi All, I've put up this question once before but could not get an answer. The subject for my earlier mails are as follows :: "Proxy request routing" and "PROXY between the CLIENT and the SERVER". Please take a look for an understanding of the scenario more in detail. I once again present

(URG) PROXY between the CLIENT and the SERVER

2001-05-31 Thread venkat reddy
Hi All, I have a scenario in which I have to send SOAP Requests to a PROXY and the proxy dispatches the request to the RPCRouterServlet if the client is authenticated. So if the client is not authenticated the PROXY should generate and return a SOAP Fault saying invalid access The

RE: call failed

2001-05-29 Thread venkat reddy
Hi Rajshree,     Got to give more info as to what was ur client side and what is ur server side deployment. Better luck next time...   ;-) Wincat -Original Message-From: Rajshree [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 28, 1996 10:05 PMTo: [EMAIL PROTECTED]Subject: call

RE: Help wanted !!! Parameter types.....

2001-05-29 Thread venkat reddy
Hi Das, I guess you can create a new Object using the value of your int or float. Remember the Integer Class and the Float class. Then on the server side you could retrieve then easily. -Regards, Venkat Reddy -Original Message- From: Das, Kuntal [mailto:[EMAIL PROTECTED]] Sent

Proxy request routing.

2001-05-29 Thread venkat reddy
Hi All, I would like to have a proxy kind of servlet that first accesses the session information of a user's SOAP RPC call and upon proper priveleges allow the RPC to execute. Did anyone deal with such a situation before? If so, please forward me the 'subject' for that posting in the arch