Overriding AxisFault

2004-04-22 Thread Sriram . V
Hi All, Is there anyway in which i can override the exception stack trace which comes in as part of the 'detail' element in the AxisFault and give my own customized messages. Any help on this would be useful. Thanks and Regards Sriram

RE: Webservices over SSL

2004-04-22 Thread Sriram . V
Hi, You would need to diasble the Http listener which service the Http requests in the Application server. Regards Sriram -Original Message- From: Vinod Patil [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 3:59 PM To: [EMAIL PROTECTED] Subject:

Logging

2003-09-15 Thread Sriram . V
Hi, I tried using an old version of Log4J (version 1.1.3) with Axis... But Commons-logging throws up the following error java.lang.ExceptionInInitializerError: org.apache.commons.logging.LogConfigurati onException: java.lang.reflect.InvocationTargetException

AxisFault.

2003-09-10 Thread Sriram . V
Hi , In axis, Can i cutomise what is going in FaultDetails element for an AxisFault. The default is the exception StackTrace I need to override this to provide my ownmessage in the faultDetail element. Is this possible.. Can someone please let me know about this... Thanks

Logging in Axis

2003-09-10 Thread Sriram . V
Hi , Axis 1.1 Final uses log4j 1.2.8 . Is there any way in which to disable axis to not do the logging.. Any help on this would be very useful.. Thanks in Advance Sriram

RE: Logging in Axis

2003-09-10 Thread Sriram . V
Hi , Thanks for the replies.. The problem right now we are facing is that my application(which uses Axis) uses log4j older version and axis uses log4j 1.2.8 And some of the other appplications in our production environment uses log4j older version.

Accessing a Apache SOAP service.

2003-08-14 Thread Sriram . V
Hi, Can someone please tell me how to access a service deployed with Apache SOAP from an Axis Client. Say i have a service by the name TestService with the URI urn:Testservice and i want to send a SOAP message to this service from a Axis Client. and the SOAP servlet URL

To override SocketFactory.

2003-07-15 Thread Sriram . V
Hi, I would like to set the components properties by creating a service definition file. Can anyone help me on how to create this file. Thanks and Regards Sriram GE Frankona Re V,Sriram

RE: SSL on Apache Axis

2003-07-15 Thread Sriram . V
Hi , I was looking through the Axis System Integration guide on the section of pluggable components. I wanted to set up my own SocketFactory implementation and found that the preferred way is by creating a service definition file rather than setting the System.properties which is

SSL on Apache Axis

2003-07-14 Thread Sriram . V
Hi, I am trying out a SOAP sample over Https on Sun ONE with Apache Axis. When doing this process, to get the service call working through SSL i had to set the JVM attributes 'trustStore' and trustStorePassword' Setting System properties is not a cool way of doing it. since