Using MS Soap toolkit to generate web services .md
标签:
Different SOAP encoding styles - RPC, RPC-literal, and document-literalSOAP 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 MinutesSOAP:(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
标签:
原文地址:https://www.cnblogs.com/zhichun/p/11792934.html
温馨提示: 本文由杰米博客推荐,转载请保留链接: https://www.jmwww.net/file/web/10033.html