gpt4 book ai didi

java - 如何在 spring boot 中生成 soap web 服务?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:35:44 26 4
gpt4 key购买 nike

我正在学习 producing soap web service in spring boot 的教程,

这让我有点困惑。就像 wsdl 首先在哪里?这会从 countries.xsd 生成 wsdl 吗?我不知道如何在没有 wsdl 文件的情况下在 soapui 中测试 Web 服务。

谁能帮帮我。

最佳答案

在本教程中,他们采用了自下而上的方法。如果你想得到本例中的WSDL

http://<host>:<port>/ws/countries.wsdl

获取国家响应

$ curl --header "content-type: text/xml" -d @request.xml http://localhost:8080/ws

下面是request.xml

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:gs="http://spring.io/guides/gs-producing-web-service">
<soapenv:Header/>
<soapenv:Body>
<gs:getCountryRequest>
<gs:name>Spain</gs:name>
</gs:getCountryRequest>
</soapenv:Body>
</soapenv:Envelope>

关于java - 如何在 spring boot 中生成 soap web 服务?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42971374/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com