Re: Troubles setting up axis_cpp

2004-12-14 Thread Vincent Jong
I'm new to axis (axiscpp) myself, but have you edited the $AXISCPP_HOME/etc/axiscpp.conf and copied that to /etc (it maybe that there's the file axiscpp.conf_linux that needs to be edited and renamed to axiscpp.conf and then copied to /etc) ? also have you edited client.wsdd_linux and

How to use Axis CPP

2004-12-14 Thread Vincent Jong
My place of employment is implementing a feature and it requires the use of the axis soap server. I'm a QA tester who needs impliment a service in order to test this feature. Unfortunately, the developer of the feature doesn't have any experience with axis either (and no one else in the company

Re: SOAPMonitor next question

2004-12-27 Thread Vincent Jong
you need to set up the service's deploy.wsdd file. It's actually pretty simple as you just add requestFlow and responseFlow tags. Let's take one of the samples from the binary distrobution (axis and the samples are already compiled). cd to $AXIS_HOME/samples/Math and open up deploy.wsdd. under

Re: SOAPMonitor next question

2004-12-28 Thread Vincent Jong
-0800, Jayaraman, Venkatesh [EMAIL PROTECTED] wrote: I am not able to get the Axis Faults displayed on SOAP Monitor. Is this by design? Is there any way to display the Axis Faults responses in SOAP Monitor? -Venky -Original Message- From: Vincent Jong [mailto:[EMAIL PROTECTED

How do I manipulate the array of type Element in the MessageService example in Axis 1.2RC2?

2004-12-28 Thread Vincent Jong
to manipulate an element of an array of type Element? The service I'm trying to modify is in $AXIS_HOME/samples/message. Does anyone know if it would be okay to post the source code in case it is requested? Thank you for your consideration in this matter. Vincent Jong