2011年7月7日 星期四

使用Eclipse建立Web Service 可能遇到的問題

Q1. IWAB0489E Error when deploying Web service to Axis runtime
Ans:
在設定的時候Configuaration忘了改成Axis2
由於我是下載Axis2,所以發生這樣的錯誤只能怪我自己目殘



Q2. [ERROR] Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd
Ans:
很簡單,你少了server-config.wsdd這個檔案...
google一下就會找到這個檔了