创建肥皂请求消息
您好,在尝试使用soapUI时,出现错误; SOAP RESPONSE FAILED:这是我的请求 xml,我只是将此 xml 复制粘贴到soapenv:Body 下,并提交了请求,我还需要执行其他操作吗?
<holyrequest xsi:schemaLocation="http://www.mywebsite.com/xml/webservice Request.xsd"
xmlns="http://www.mywebsite.com/xml/webservice"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<state reached="false">
<value>Plan</value>
<myvariable>myplan</myvariable>
</state>
</holyrequest>
HI while trying to use soapUI, I got error; SOAP RESPONSE FAILED: this is my request xml, I just copy pasted this xml under soapenv:Body, and sumbitted a request, do I need to do something else?
<holyrequest xsi:schemaLocation="http://www.mywebsite.com/xml/webservice Request.xsd"
xmlns="http://www.mywebsite.com/xml/webservice"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<state reached="false">
<value>Plan</value>
<myvariable>myplan</myvariable>
</state>
</holyrequest>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将 Web 服务的 WSDL 添加到您的soapUI 项目中:
http://www.soapui.org/Getting-Started/your -first-soapui-project.html
然后soapUI将为您生成演示请求,您可以看到请求所需的结构。
Add the WSDL of your webservice to your soapUI project:
http://www.soapui.org/Getting-Started/your-first-soapui-project.html
Then soapUI will generate you demo requests and you can see the required structure of a request.
我找到了;
I found it;