Re: Newbie axis problem

2003-11-11 Thread Daniel Skiles
Sherman, Dennis (END-CHI) wrote: If what you wrote below wasn't just sloppy description, your problem is * jar the .class files, put the jar in /lib * run the admin client from the directory the .wsdd lives in Once you've compiled and jar'd your .java files, you've got no need for the .class files

RE: Newbie axis problem

2003-11-11 Thread Sherman, Dennis (END-CHI)
uesday, November 11, 2003 12:20 PM To: [EMAIL PROTECTED] Subject: Newbie axis problem All, I am currently working on writing a deploying a web service (not one of the examples) for the first time. The documentation is excellent if you have everything in one class and one file, but I am try

Newbie axis problem

2003-11-11 Thread DANIEL SKILES
All, I am currently working on writing a deploying a web service (not one of the examples) for the first time. The documentation is excellent if you have everything in one class and one file, but I am trying to use custom classes (something.java) in my services. I have jar'd every .java file, pla