我正在使用安裝了EBJ3功能包的WebSphere 6.1。有沒有人知道我需要在我的項目中從我的WebSphere安裝的AppServer文件夾中包含哪些jar,以便能夠使用@WebService annoation?我似乎無法找到它。謝謝。Websphere 6.1 Web服務註釋需要的jar
2
A
回答
1
你將需要兩種:
- 對於WebSphere 6.1 http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg21264563
- 一個JAXWS的實現,這樣的參考實現http://jax-ws.java.net/
注重安裝的順序的Web服務功能包Websphere Feature Pack
0
0
WAS_HOME /插件/ - com.ibm.jaxws.tools_6.1.0.jar 您可能還需要包括com.ibm.jaxb.tools,com.ibm.ws.runtime和org.apache.axis2罐子太。
相關問題
- 1. websphere Application Server 6.1中的替代iplanet web服務器jar(KFCJDK11.jar和KOCLJDK11.jar)
- 2. Websphere 6.1 JAAS註銷
- 3. Web服務是否需要註冊?
- 4. WebSphere服務器錯誤要求安裝在服務器上的Web服務的WebSphere Application Server V6.1 Feature Pack
- 5. 部署WebSphere門戶到6.1服務器
- 6. WebSphere 6.1
- 7. 使用註釋的Java Web服務
- 8. 沒有註釋的Restful Web服務?
- 9. log4j和websphere 6.1配置
- 10. Websphere 6.1 Ldap Active Directory
- 11. 需要Web服務幫助
- 12. 需要Web服務教程
- 13. 需要使用web服務
- 14. 需要從ASP.NET web服務
- 15. NetBeans 6.9.1與Websphere 6.1
- 16. jmeter websphere 6.1 j_security_check
- 17. Websphere portal 6.1入門6.1
- 18. CXF在WebSphere 6.1類加載問題
- 19. Websphere 6.1 + Hudson + Ant
- 20. NoClassDefFoundError RAD 8 WebSphere 6.1
- 21. Liferay中的XML Web服務6.1
- 22. 什麼是WebSphere 6.1
- 23. Websphere 6.1自動停止
- 24. 需要簡單的Web服務示例
- 25. 需要幫助的web服務
- 26. SDK版本需要註釋
- 27. 差異的WebSphere,Web服務中,weblogic的
- 28. Websphere App Server 6.1:在需要更改web.xml後重新部署?
- 29. 的WebSphere 6.1 - com.sun.xml.ws.spi.ProviderImpl問題
- 30. 將EJB 2.1從WebSphere 6.1遷移到JBoss EAP 6.1
我想也許你誤解了我的問題。我已經安裝了功能包。我的問題是我需要在我的項目中包含哪個特定的jar來獲取@WebService註釋? – dcp 2010-06-01 11:50:05
@dcp EBJ3功能包爲您帶來了EJB3會話Bean和JPA實體,但Web服務的Bean發佈需要Web服務功能包,這是一個不同的功能包。 – snowflake 2010-06-01 14:39:54
其實我還是找不到罐子。我嘗試了7.0並能夠找到它,但之後我不得不降級到6.1,因爲客戶端不會允許7.0。所以我不知道這個註釋是什麼jar。你知道確切的jar嗎? – dcp 2010-06-03 00:16:01