在 SOAPClient 中添加用户名/密码:JBOSS-ESB

发布于 2024-10-31 07:01:44 字数 137 浏览 2 评论 0原文

我有一个具有安全约束的 WSDL URL。我需要在标题处提供用户名和密码。 提供这些凭据后,我可以发送请求。 如何使用 SOAPClient 添加用户名/密码。我在 SOAPClient 中没有找到为用户名密码定义的任何属性。

谢谢, 马杜CM

I have a WSDL URL which has security constriants. I need to provide username and password at header.
After providing these credentials i can send the request .
how can i add username/password using SOAPClient . I did not find any property defined for username password in SOAPClient.

Thanks,
Madhu CM

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

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

发布评论

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

评论(1

愿得七秒忆 2024-11-07 07:01:44

Jboss-esb 附带两个 SOAPClient,一个基于soapUI,另一个基于Wise(唉,这些家伙似乎不太聪明地为他们的类施洗)。因此,有两种解决方案:

  • soapUI:您必须通过 XML 文档的转换来注入标头。您可以使用 SOAPClient 操作的属性 smooksTransform
  • Wise:您可以使用 SOAPClient 操作的属性 custom-handlers 添加 SOAPHandler 实现。

Jboss-esb comes with two SOAPClients, one based in soapUI and the other based in Wise (alas, it seems these guys are not very smart baptizing their classes). So, there are two solutions:

  • soapUI: you have to inject headers with a transformation of the XML document. You can use the property smooksTransform of SOAPClient action.
  • Wise: you can add a SOAPHandler implementation using property custom-handlers of SOAPClient action.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文