
WebService
qinglangee
ssl mei ha a ,ye
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CXF与spring结合发布webservice
参照: [url=http://tv9.iteye.com/blog/245072]CXF使用备忘[/url] [code="xml"]< jaxws:endpoint id ="helloWorld" implementor ="#helloWorldImpl" address ="/HelloWorld" /> [/code] address 的路径是相对于 C...原创 2010-07-10 11:10:18 · 101 阅读 · 0 评论 -
cxf java.lang.AbstractMethodError
cxf java.lang.AbstractMethodError java.lang.AbstractMethodError:org.apache.xerces.dom.DeferredDocumentImpl.xxx() 这个是由于org.apache.xerces.dom.DeferredDocumentImpl所在的包与别的包可能有冲突,class loder载入了Deferr...原创 2010-07-19 10:05:29 · 323 阅读 · 0 评论 -
cxf spring开发web service-1 Hello World
cxf spring开发web service-1 Hello World 一.服务端 0. 新建一个web工程 1. web.xml配置spring和cxf servlet 2. 空的applicationContext.xml 的 applicationContext-ws.xml 3. 服务接口和实现类 4. 在applicationContext-ws.xml中配置发布serv...原创 2010-07-24 17:29:04 · 201 阅读 · 0 评论 -
Web Service
WEB SERVICE WSDL WSDL(网络服务描述语言,Web Services Description Language)是一门基于 XML 的语言,用于描述 Web Services 以及如何对它们进行访问。 SOAP SOAP 指简易对象访问协议 SOAP 是一种简单的基于 XML 的协议,它使应用程序通过 HTTP 来交换信息。 CXF Apache C...原创 2010-07-05 10:29:40 · 111 阅读 · 0 评论