码迷,mamicode.com
首页 > Web开发 > 详细

Using MS Soap toolkit to generate web services .md

时间:2019-11-04 17:27:49      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:access   example   protoc   desc   eve   rem   strong   new   amp   

Different SOAP encoding styles - RPC, RPC-literal, and document-literal

  • SOAP Remote Procedure Call(RPC) encoding,also known as Section 5 encoding, which uses RPC methods to make calls but uses and an XML do-it-youself for mashalling the data.

  • SOAP Remote Procedure Call Literal encoding (SOAP RPC-literal),which uses RPC methods to make calls but uses an XML do-it-yourself method for mashalling the data.

  • SOAP document-style encoding, which is also known as message-style or ducument-literal encoding.

--

Developing my first Web Service in 30 Minutes

  • SOAP:(Simple Object Access Protocol)
  • WSDL:(Web Service Description Language)

Implementing a simple Web Service

  • Create the Web Service business logic.
  • Deploy the Java class to the SOAP server.
  • Generate client assess classes.
  • Client application development.

References:

1.Developing my first Web Service in 30 Minutes

2.Step-by-step SOAP web services example in Java using Eclipse

Using MS Soap toolkit to generate web services .md

标签:access   example   protoc   desc   eve   rem   strong   new   amp   

原文地址:https://www.cnblogs.com/zhichun/p/11792934.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!