通过 SoapUI 发送消息

发布于 2024-11-15 18:38:09 字数 538 浏览 1 评论 0原文

我用soapUI在本地打开了我的wsdl文件(不使用我的本地主机url,而是直接从我的硬盘显示wsdl,使用本地主机url找不到模式..!)

无论如何,它已经加载了wsdl,我如何向我的通过soapUI提供网络服务? 我有消息要发送;

<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>

我找不到复制此消息并开始测试我的网络服务的地方

I opened my wsdl file locally with soapUI(not using my localhost url but directly showing the wsdl from my harddisc, using localhost url can not find schemas..!)

Anyway, it has loaded the wsdl, how can I send a message to my web service through soapUI?
I have the message to be send;

<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>

I couldnt find a place to copy this message and start testing my web service

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

太傻旳人生 2024-11-22 18:38:09

如果您的 wsdl 已正确导入,您应该会看到所有操作。
如果展开要调用的操作,soap UI 会显示默认请求(通常称为“请求 1”)。如果双击该请求,它将显示由soapUI 为您的操作生成的空请求。
您可以在发送之前在左侧编辑请求。响应将显示在右侧。

If your wsdl is imported correctly, you should see all operations.
If you expand the operation you want to call, soap UI shows a default request (usually called "Request 1"). If you double-click that one, it will show an empty request generated by soapUI for your operation.
You can edit the request on the left before sending it. The response will be shown on the right.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文