当前位置:网站首页>Restful WebService和gSoap WebService的本质区别
Restful WebService和gSoap WebService的本质区别
2022-04-23 14:01:00 【JokerYourMemory】
两句话的事儿:
1、gSoap WebService表示的是webService这种通信方式,在程序获取了服务端的wdsl环节之后,发的消息是Http消息,Http头里面方法、url没有规定,但是消息体是gSoap格式的。
2、Restful WebService表示的还是webService这种通信方式,还是在获取了wdsl之后,发送的消息还是Http消息,但是Http头里面的url、方法等是按照restful标准描述的,消息体是Json的(不强求)。
我真是服了那些讲gSoap WebService和Restful WebService区别,先讲webServe、再讲gSoap、再讲Restful规范,动不动给贴一大堆代码,说了半天也没讲明白。
版权声明
本文为[JokerYourMemory]所创,转载请带上原文链接,感谢
https://blog.csdn.net/m0_38084180/article/details/121405555
边栏推荐
- 函数只执行第一次的执行一次 once函数
- [code analysis (3)] communication efficient learning of deep networks from decentralized data
- SQL: How to parse Microsoft Transact-SQL Statements in C# and to match the column aliases of a view
- 生产环境——
- [code analysis (4)] communication efficient learning of deep networks from decentralized data
- nodejs通过require读取本地json文件出现Unexpected token / in JSON at position
- SQL learning | complex query
- Strange bug of cnpm
- How does redis solve the problems of cache avalanche, cache breakdown and cache penetration
- JS 烧脑面试题大赏
猜你喜欢
随机推荐
Yarn online dynamic resource tuning
[code analysis (4)] communication efficient learning of deep networks from decentralized data
Node接入支付宝开放平台的沙箱实现支付功能
json反序列化匿名数组/对象
生产环境——
Using Jupiter notebook in virtual environment
蓝绿发布、滚动发布、灰度发布,有什么区别?
解决方案架构师的小锦囊 - 架构图的 5 种类型
基于Ocelot的gRpc网关
关于stream流,浅记一下------
CentOS mysql多实例部署
Tensorflow & pytorch common error reporting
mysql新表,自增id长达20位,原因竟是......
读了一篇博客,重新理解闭包整理一下
JS 力扣刷题 102. 二叉树的层序遍历
Ptorch classical convolutional neural network lenet
elmo(BiLSTM-CRF+elmo)(Conll-2003 命名实体识别NER)
SQL learning | set operation
Express middleware ③ (custom Middleware)
变长参数__VA_ARGS__ 和 写日志的宏定义