RE: server-config.wsdd

2003-01-22 Thread Bin Ni
Yes. Rgds Bin -Original Message- From: Zhaohua Meng [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 3:56 PM To: [EMAIL PROTECTED] Subject: server-config.wsdd I added Axis to my application instead of deploying it as a separate web app. My question is, do I need to copy

RE: Load the AXIS source into IDE problem: required more libs

2003-01-13 Thread Bin Ni
use the Axis Ant build instead, it already contains all dependencies. Eclipse has a good support for ant. I did this using the cvs code with success. Joel -----Original Message- From: Bin Ni [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 2:30 PM To: [EMAIL PROTECTED] Subject: Lo

When and How to add a new encoding

2003-01-13 Thread Bin Ni
Hi guys, I have my xml ser/deser framework done already. Now I am trying to use AXIS as my WebService Engine. I have made it work on WebLogic 7.0. I have written an generic ser/deser as the bridge between my xml framework with AXIS Serialization framework. I registered my new types(ser/deser f

Load the AXIS source into IDE problem: required more libs

2003-01-13 Thread Bin Ni
I loaded AXIS source code into an IDE called Eclipse. But there are a bunch compiling errors occurred. I added few libs such as j2ee.jar , xerers.jar, jimi.jar. But I still cannot all source compiled. I have to delete few files to make them all compiled. Can somebody teach me where can I find t