上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 48 下一页
摘要: 转载URL:https://blog.csdn.net/lizc_lizc/article/details/80722090 阅读全文
posted @ 2019-11-18 11:37 Curedfisher 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1.报错信息: Error parsing HTTP request header Note: further occurrences of HTTP header parsing errors will *** 2.解决方法 在yml文件中添加如下内容: #springboot中的内置tomcat 阅读全文
posted @ 2019-11-18 10:03 Curedfisher 阅读(879) 评论(0) 推荐(0) 编辑
摘要: 1.maven project和module相当于父子关系。2.当新建的项目中不存在父子关系时使用project。3.当项目中存在父子关系时用project做父工程,module做子工程,module工程必须有父工程。创建含有父子工程的项目如下图:1.创建父工程使用maven project 2.父 阅读全文
posted @ 2019-11-14 15:10 Curedfisher 阅读(2390) 评论(0) 推荐(0) 编辑
摘要: 1. 2. 3.环境变量的配置 4.创建动态web工程-->版本2.5-->tomcat7.0 第一步:创建cxf项目 第二步:添加cxf的jar包 全部将jar包拷入lib目录下 第三步:编写webservice接口和服务 4.1 WeatherInterface.java package com 阅读全文
posted @ 2019-11-14 10:42 Curedfisher 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 1.soap1.2 如果加上jar包后,项目启动报错,有可能是jar包没起作用, 解决方法:把jar包移除,重新加入jar包 TCP/IP Monitor监测到的内容: soap1.2请求与soap1.2响应(划红线的地方为变化的内容) 2.soap1.1与soap1.2的区别 阅读全文
posted @ 2019-11-14 08:10 Curedfisher 阅读(392) 评论(0) 推荐(0) 编辑
摘要: soap就是http发送xml数据 1.soap协议提包含下列元素,红色标注为必须 2.soap消息基本结构 3.http+xml方式测试soap协议 阅读全文
posted @ 2019-11-13 18:01 Curedfisher 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 1.soap的定义: 2.使用TCP/IP Monitor监视Soap协议 eclipse工具,show view-->other-->debug-->TCP/IP Monitor 2.4 2.5 客户端代码: package com.client; import java.net.URL;impo 阅读全文
posted @ 2019-11-13 16:26 Curedfisher 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 亲测能用URL地址:https://blog.csdn.net/qq_37171353/article/details/79415960 wsimport -s . file:///D:weath.wsdl wsdl文件在自己电脑上 阅读全文
posted @ 2019-11-13 10:26 Curedfisher 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 1. wsdl网址:http://ws.webxml.com.cn/WebServices/WeatherWS.asmx?wsdl 2. URL:http://www.webxml.com.cn/zh_cn/index.aspx >进入网页,点击"web服务",可以看到互联网上公开提供的webser 阅读全文
posted @ 2019-11-12 16:02 Curedfisher 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 1.WSDL是什么? 2.wsdl说明书结构 拿到说明书,从下往上看, 图2-1 port:为端点 binding:绑定 图2-2 type属性 >找到portType标签 operation标签的name就为方法名,见下图: 图2-3 图2-3对应于图2-1 port:为端点 说明:只要拿到服务端 阅读全文
posted @ 2019-11-12 14:48 Curedfisher 阅读(85) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 48 下一页