RE: Posting XML to AxisServlet

2004-06-15 Thread Abhinav Maheshwari
st.com/ptt Warm regards, Abhinav Maheshwari -Original Message- From: Deppen, Jeff [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 1:43 AM To: '[EMAIL PROTECTED]' Subject: Posting XML to AxisServlet Help! I'm trying to write an automated testing tool that will

RE: HTTP Sessions across multiple services

2004-06-10 Thread Abhinav Maheshwari
, ModelService and LoginService and the authentication service checks for the session. Warm regards, Abhinav Maheshwari -Original Message- From: Srinivas Vemula [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 3:53 PM To: [EMAIL PROTECTED] Subject: Re: HTTP Sessions across multiple

RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Abhinav Maheshwari
Can you please post your wsdd file also ? Or you are using the jws deployment ? Warm regards, Abhinav Maheshwari -Original Message- From: Guido Lemoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 8:36 PM To: [EMAIL PROTECTED] Subject: Parameter order in servlet call to Axis

RE: is it possible to use Collections with client proxies?

2004-06-01 Thread Abhinav Maheshwari
Thanks Anne, for the nice article. Using arrays has the added advantage of keeping the interface clear, since the object inside a collection is of unknown type. Warm regards, Abhinav Maheshwari -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01

RE: Attachment from Axis service causing .NET to Error

2004-03-23 Thread Abhinav Maheshwari
""; } return str; } } } //// ///// >From reading the documentation, it appears that it may be possible now to run attachments

RE: Need help signing a SOAP Request with a Digital Signature

2004-03-23 Thread Abhinav Maheshwari
, Abhinav Maheshwari -Original Message- From: peter anthony cowan [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 1:57 PM To: [EMAIL PROTECTED] Subject: Re: Need help signing a SOAP Request with a Digital Signature I have not heard of that, do you have a link? Is it production ready

Axis problems

2004-03-22 Thread Abhinav Maheshwari
I would appreciate it very much if every one who asks for a solution would provide his code and deployment descriptor. It takes more time if anyone tries to recreate the problem from scratch. Best regards, Abhinav Maheshwari

RE: Attachment from Axis service causing .NET to Error

2004-03-22 Thread Abhinav Maheshwari
solve your problem, I will mail again with detailed steps. Seems like many users are having problems with attachments. Warm regards, Abhinav Maheshwari -Original Message- From: sergeant [mailto:[EMAIL PROTECTED] Sent: Saturday, March 20, 2004 8:44 AM To: [EMAIL PROTECTED] Subject: Attac

RE: Web Service Security - what's the best way to achieve it?

2004-03-18 Thread Abhinav Maheshwari
Hi Zoltan, You can also consider not handling the certificate yourself. When you deploy Axis on a webserver, you can ask the webserver to authenticate using client certificates for the axis web application. Depending on whether the default behavior works for you, this can turn out to be the easiest

RE: C# Cllient , Axis Server, Session Management

2004-03-11 Thread Abhinav Maheshwari
Session ID by using authenticationService.SessionID. Hope this helps. Warm Regards, Abhinav Maheshwari http://tornado/portfolioip/services/AuthenticationService"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding

RE: Interoperability/.NET/Arrays ... and more [long]

2004-03-01 Thread Abhinav Maheshwari
doesnt like deriving from java.lang.Exception. public class AuthenticationFacadeException extends java.rmi.RemoteException { } Hope this does the job. Regards, Abhinav Maheshwari -Original Message- From: Magnus Sandberg [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 3:59 PM To

RE: Using handlers across different services

2004-02-27 Thread Abhinav Maheshwari
: I should be using the authentication service as a handler and the following stack : Thanks a lot for your hint. Warm regards, Abhinav Maheshwari -Original Message- Abhinav - Do the two calls have different method signatures? If so, key off that

RE: Axis 1.1 Memory leaks

2004-02-26 Thread Abhinav Maheshwari
I am really surprised. I observed on the site (when the project started) that they planned to use SAX to improve performance. But the memory graph shows that it is indeed using a lot of memory. Abhinav Maheshwari -Original Message- From: Matt Munz [mailto:[EMAIL PROTECTED] Sent

RE: C# Cllient , Axis Server, Session Management

2004-02-16 Thread Abhinav Maheshwari
Hi Srinivas, You need to use the SessionHandler to maintain session information but there are problems with using the one supplied with Axis. This is a modified version of the SessionHandler supplied with Axis which can be used. Also, you need to manually put the SOAP Header in the WSDL generated

RE: Service being called Twice

2004-01-18 Thread Abhinav Maheshwari
Hi Mark, I have deployed an echo service on my axis and tried using your code. (The only difference is that I have used FileInputStream instead of PurchaseOrder.xml) It makes a single call. Is it possible that your external code is calling the execute() method twice ? I can try it again with your

Using handlers across different services

2004-01-17 Thread Abhinav Maheshwari
Hi, I am trying to maintain session between two calls on an Axis service. It is required that the second call should throw an error if the user does not have a session, i.e. first call is not made. I tried to use the SimpleSessionHandler shipped with Axis by using the following xml in the deploy.w