缺少 WSDL 错误..尝试向现有 WSDL 添加功能

发布于 2025-01-06 07:18:58 字数 659 浏览 1 评论 0原文

我目前正在尝试向 WSDL 添加功能。我认为我已完成所有必要的更改,但在 Soap 请求之后我收到错误。出于好奇,我尝试测试原始的 WSDL,但它不再工作,出现以下错误:

<faultstring> Message part {urn:bar:foo}AddRequest was not recognized.  (Does it exist in service WSDL?)</faultstring>

我知道有问题的请求存在,但由于某种原因没有被识别。 我恢复了所有文件中的所有更改(希望这只是 WSDL 签名上的简单不匹配),但我运气不佳。有什么想法吗?

我对所有这些技术都很陌生,欢迎任何帮助。

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mule-project xmlns="http://www.mulesoft.com/tooling/project" runtimeId="org.mule.servers.3.2.0.CE">
    <name>cdms</name>
    <description></description>
</mule-project>

I'm currently trying to add functionality to a WSDL.. I think I did all the changes necessary but after a Soap request I get an error. Out of curiosity I tried to test the original WSDL and it doesn't work anymore, I get the following fault:

<faultstring> Message part {urn:bar:foo}AddRequest was not recognized.  (Does it exist in service WSDL?)</faultstring>

I know the request in question is there, but for some reason is not being recognized.
I reverted all changes in all files (hoping it was just a simple mismatch on the WSDL signature) but I didn't have much luck. any ideas?

I'm really new to all these technologies, any help is welcome.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mule-project xmlns="http://www.mulesoft.com/tooling/project" runtimeId="org.mule.servers.3.2.0.CE">
    <name>cdms</name>
    <description></description>
</mule-project>

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

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

发布评论

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

评论(1

じ违心 2025-01-13 07:18:58

我发现了这个错误,这也是一个非常明显的事情:@

我在soapUI调用中使用了错误的端点,所以我当然得到了响应,但是通过使用错误的端点Mule无法识别WSDL,因此返回了一个错误

I found the mistake, it was a very obvious thing too :@

I was using the wrong endpoint in soapUI call, so of course I was getting a response but by using the wrong endpoint Mule didn't recognized the WSDL and thus returned a fault

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