最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

SOAP1.1和SOAP1.2的区别

来源:动视网 责编:小采 时间:2020-11-09 07:56:45
文档

SOAP1.1和SOAP1.2的区别

SOAP1.1和SOAP1.2的区别:1,命名空间的不同: Soap1.1的命名空间: xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/ Soap1.2 命名空间: xmlns:soap=http://www.w3.org/2003/05/soap-envelope 2,SOAP1.1版本与SOAP1.2版本在
推荐度:
导读SOAP1.1和SOAP1.2的区别:1,命名空间的不同: Soap1.1的命名空间: xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/ Soap1.2 命名空间: xmlns:soap=http://www.w3.org/2003/05/soap-envelope 2,SOAP1.1版本与SOAP1.2版本在


1,命名空间的不同: Soap1.1的命名空间: xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/ “ Soap1.2 命名空间: xmlns:soap=http://www.w3.org/2003/05/soap-envelope“ 2,SOAP1.1版本与SOAP1.2版本在头信息上存在差异。(红色字体部分表示不同

1,命名空间的不同:

Soap1.1的命名空间:
xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/ “

Soap1.2 命名空间:
xmlns:soap="http://www.w3.org/2003/05/soap-envelope“

2,SOAP1.1版本与SOAP1.2版本在头信息上存在差异。(红色字体部分表示不同之处)

SOAP1.1的HTTP请求头:

POST /xe_cxf2.4_soap12_spring_web/ws/helloworldsoap12?wsdl HTTP/1.1

Content-Type: text/xml; charset=UTF-8

Accept: */*

SOAPAction: ""

User-Agent: Apache CXF 2.4.0

Cache-Control: no-cache

Pragma: no-cache

Host: localhost:6767

Connection: keep-alive

Content-Length: 216

SOAP1.2的HTTP请求头:

POST /xe_cxf2.4_soap12_spring_web/ws/helloworldsoap12?wsdl HTTP/1.1

Content-Type: application/soap+xml; charset=UTF-8

Accept: */*

User-Agent: Apache CXF 2.4.0

Cache-Control: no-cache

Pragma: no-cache

Host: localhost:6767

Connection: keep-alive

Content-Length: 214

3,基于SOAP1.1生成的WSDL和基于SOAP1.2生成的WSDL也不一样:

在定义Service部分差别如下:
Soap1.1是以:soap:address定义。
Soap1.2是以: soap12:address定义。-jdk1.6不支持12形式的访问。

4,在CXF中两种协议请求的方式也不一样:

4.1为content-Type:text/xm;charset=UTF-8
4.2为content-Type:application/soap+xml;charset=UTF-8

文档

SOAP1.1和SOAP1.2的区别

SOAP1.1和SOAP1.2的区别:1,命名空间的不同: Soap1.1的命名空间: xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/ Soap1.2 命名空间: xmlns:soap=http://www.w3.org/2003/05/soap-envelope 2,SOAP1.1版本与SOAP1.2版本在
推荐度:
标签: 区别 1.2 不同
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top