Handlers in Axis

2005-02-10 Thread Robert Gombotz
Hi! For my application I need to include custom header elements my SOAP messages. It has proven very simple to include a custom header element into the SOAP request on the client side. my problem now is to "read" that element on the server side, and include it unchanged into the SOAP

Re: Please!!! help me on this exception

2005-01-11 Thread Robert Gombotz
is axis.jar in your classpath? rob - Original Message - From: tom chen To: [EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 6:16 PM Subject: Please!!! help me on this exception Hello All, I am trying to setup axis in tomcat 5.5.4 with java 5.0.

Re: SOAPMonitor next question

2004-12-28 Thread Robert Gombotz
+0100, Robert Gombotz [EMAIL PROTECTED] wrote: Hi! I have gotten the applet to display now. I have also deployed a simple Web Service and written a client for it. However, the SOAPMonitor does not seem to do anything. The calls to the WS ar working fine, I get the return values

Problems with SOAPMonitor

2004-12-27 Thread Robert Gombotz
Dear all, I would have to use to SOAP-Monitor included in Axis for some debugging purposes. However, the Applet is not displayed. I have uncommented the respective sections in web.xml like it says on the axis-webpage. Still the applet isn't loaded. Are there any other steps I have to

SOAPMonitor next question

2004-12-27 Thread Robert Gombotz
Hi! I have gotten the applet to display now. I have also deployed a simple Web Service and written a client for it. However, the SOAPMonitor does not seem to do anything. The calls to the WS ar working fine, I get the return values, but the SOAPMonitor applet remains empty Does the

Manipulate soap headers

2004-12-27 Thread Robert Gombotz
Hi! For my application I would need to add some information in the header of a SOAP massage. To be precise, I need to be able to map SOAP messages to a different workflows. That workflow information should be included in the SOAP-header, eg. workflowID=workflow1. How can I write and read