
web service
topinking
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
web service provider site
http://registry.gbif.net/uddi/web http://xmethods.net/ve2/index.po2008-08-05 23:25:28 · 137 阅读 · 0 评论 -
XML Shema Study
http://www.w3schools.com/schema/schema_schema.asp <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3scho...原创 2008-08-11 13:23:45 · 213 阅读 · 0 评论 -
WSDL study
http://www.w3schools.com/wsdl/default.asp WSDL TutorialWSDL (Web Services Description Language) is an XML-based language for describing Web services and how to access them. Table of Contents...原创 2008-08-11 18:09:24 · 101 阅读 · 0 评论 -
SOAP Study
Introduction to SOAP SOAP is a simple XML based protocol to let applications exchange information over HTTP. SOAP Building BlocksA SOAP message is an ordinary XML document containing the ...原创 2008-08-11 19:28:29 · 238 阅读 · 0 评论 -
JAX-WS
2006-10-22JAX-WS CXF支持的JAX-WS的API,那什么是JAX-WS?JAX-WS规范是一组XML web services的JAVA API。JAX-WS允许开发者可以选择RPC-oriented或者message-oriented 来实现自己的web services。在 JAX-WS中,一个远程调用可以转换为一个基于XML...原创 2008-08-13 11:57:54 · 154 阅读 · 0 评论