hey,
Thats my understanding as well. I just wanted to find out if AXIS did
anything funky which I need to be aware about. Looks like it doesnt, so I
think we should be good to go.
Thanks once again.
Ram
|-+>
| | "Ted Neward" |
|
hey,
I guess this is the most looked for topic in the list. I 've gone through
all the posting and I still am not able to solve this issue. Am deploying
my service in Tomcat. My wsdd looks like this
http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
hey folks,
I think I know what the problem is. Its the URLClassLoader. My service
method does the following
Class.forName("...ApiResponse", urlClassLoader);
where urlClassLoader has been instantiated with a set of URL's to look for
the classes. The service method uses the above to create the res