Service & URLClassloader

2004-11-11 Thread Ram_Sarma
hey,

RE: Service & URLClassloader

2004-11-12 Thread Ram_Sarma
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" | |

No Serializer Found.

2004-12-02 Thread Ram_Sarma
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";>

Re: No Serializer Found.

2004-12-02 Thread Ram_Sarma
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