原來在tomcat5.0+axis 1.1下開發webservices,沒有問題。部署的時候換成tomcat5.5,結果,EchoHeaders.jws?method=list老是報
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.lang.NullPointerException</faultstring>
趕緊上網查資料,原來是少 "xercesImpl.jar" and "xml-apis.jar"
解決:
???downloaded Xerces and put the "xercesImpl.jar" and "xml-apis.jar" files inside 項目的WEB-INF/lib/目錄中,問題解決。
posted on 2006-09-15 08:56
菜籽 閱讀(3691)
評論(0) 編輯 收藏