Re: SOAPMonitor next question

2004-12-28 Thread Robert Gombotz
: Vincent Jong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 8:25 AM Subject: Re: SOAPMonitor next question 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

RE: SOAPMonitor next question

2004-12-28 Thread Jayaraman, Venkatesh
PROTECTED] Subject: Re: SOAPMonitor next question 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

Re: SOAPMonitor next question

2004-12-28 Thread Vincent Jong
] Sent: Monday, December 27, 2004 11:25 PM To: [EMAIL PROTECTED] Subject: Re: SOAPMonitor next question 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

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

Re: SOAPMonitor next question

2004-12-27 Thread Sunil Kothari
ci"/ parameter name="wsdlPortType" value="Fibonacci"/ I hope that helps. Note: I'll prefer using TCPMonitor over SOAPMonitor Sunil Kothari - Original Message - From: Robert Gombotz To: [EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 12:21 AM Sub

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