SOAP Message -Encryption

2002-09-23 Thread bheemesh
Hi, How to digital sign and encrpyt the SOAP Messages. Does Apache SOAP supports that? If so How to do it? thanks and regards, Bheem -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: how to see the XML content.

2002-09-22 Thread bheemesh
From: "bheemesh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 10:12 AM Subject: how to see the XML content. > Hi, > > How to see the SOAP messages in Call and Response objects? > > thanks and regards, > Bheem. >

how to see the XML content.

2002-09-22 Thread bheemesh
Hi, How to see the SOAP messages in Call and Response objects? thanks and regards, Bheem. -- To unsubscribe, e-mail: For additional commands, e-mail:

Problem in deploying using AXIS

2002-09-19 Thread bheemesh
Hi,   When I use java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd , the Tomcat is throwing following error.     Starting service Tomcat-ApacheApache Tomcat/4.0.3- Problem with servlet engine config file: D:\Program Files\Apache Tomcat 4

RE: classpath question

2002-09-17 Thread bheemesh
Hi ,   To load only those jars which are required and declared in classpath. The iterpreter will look into these CLASSPATH info and load the respective classes.   try executing 'd:\exercise> java -verbose MyClass   this will display the class files loaded and from which jar.   regards, Bhe

RE: Can Tomcat share port 80?

2002-05-22 Thread Bheemesh
Hi Charles, If the Any other Web SErver running on port 80, then it is not possible because this resluts in bind exception. cheers, Bheem -Original Message- From: Maris Orbidans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:45 PM To: [EMAIL PROTECTED] Subject: RE: Can Tomc