Using MS Soap toolkit to generate web services .md
Posted zhichun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Using MS Soap toolkit to generate web services .md相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章