FW: Fault Flow Issues

2002-02-22 Thread Romin Irani
]] Sent: Thursday, February 21, 2002 1:09 PM To: Axis Subject: Fault Flow Issues I am testing out the Fault Flow in AXIS. Before I get into some of my questions, let me describe what I am doing: a) I have simple HelloWorld RPC Service: package com.myclasses; public class HelloWorld { public

Fault Flow Issues

2002-02-21 Thread Romin Irani
I am testing out the Fault Flow in AXIS. Before I get into some of my questions, let me describe what I am doing: a) I have simple HelloWorld RPC Service: package com.myclasses; public class HelloWorld { public String sayHelloWorld(String name) throws Exception { return "Hello World