spring-boot-soap-webservice-sample:使用 spring-boot 的 SOAP 网络服务示例

时间:2021-06-28 05:36:13
【文件属性】:
文件名称:spring-boot-soap-webservice-sample:使用 spring-boot 的 SOAP 网络服务示例
文件大小:56KB
文件格式:ZIP
更新时间:2021-06-28 05:36:13
Java SOAP 网络服务: 先决条件: jdk 6 或更高版本 行家3 构建并运行 SOAP 网络服务: 1.- mvn 全新安装 2.- java -jar target/my-loyal-api-service-1.0.0.jar 下载 SOAP 网络服务合同的端点: 也可以在 ./schemas 文件夹中找到 要向 SOAP 服务发送请求,请进入 ./mocks 文件夹并运行: 获取客户: curl --header "content-type: text/xml" -d @requestGetCustomer.xml 获取客户预订: curl --header "content-type: text/xml" -d @requestRetrieveCustomerBookings.xml 搜索客户预订: curl --header "content-type: te
【文件预览】:
spring-boot-soap-webservice-sample-master
----.gitignore(20B)
----mocks()
--------requestRetrieveCustomerBookings.xml(293B)
--------requestGetCustomer.xml(296B)
--------requestGetCustomerNotValid.xml(296B)
--------responseRetrieveCustomerBookings.xml(11KB)
--------responseRetrieveCustomerLoyaltyPoints.xml(901B)
--------responseRetrieveCustomerBookingsNotValid.xml(524B)
--------responseGetCustomer.xml(1KB)
--------requestRetrieveCustomerBookingsNotValid.xml(293B)
--------responseSearchCustomerBookings.xml(11KB)
--------responseRetrieveCustomerBookingsEmpty.xml(409B)
--------responseGetCustomerNotValid.xml(541B)
--------requestRetrieveCustomerLoyaltyPoints.xml(303B)
--------requestSearchCustomerBookings.xml(379B)
----shippable.yml(101B)
----src()
--------main()
----.travis.yml(75B)
----schemas()
--------myloyal.wsdl(8KB)
--------domain.xsd(8KB)
----pom.xml(2KB)
----README.md(906B)

网友评论