在 SOAP UI 中测试安全的 Web 服务
我正在使用 AXIS2 框架来创建 Web 服务。现在我使用 Ramrt 来保护我的网络服务。现在,整个请求和响应都将被签名和加密。
现在我的疑问是如何在 SOAP UI 中测试它。当我加载 wsdl 文件时,它给我的是 以下。
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soapenvelope"
xmlns:sam="http://sample03.policy.samples.rampart.apache.org">
<soap:Header/>
<soap:Body>
<sam:echo>
<!--Optional:-->
<sam:args0>?</sam:args0>
</sam:echo>
</soap:Body>
</soap:Envelope>
现在我如何放置数字证书相关数据以及如何加密我想要发送到轴服务器的内容。
谢谢, 纳伦德拉
I am using AXIS2 framework for my webservices creating. Now I am secured my webservices using ramprt. Now entire requests and response will be signed and encrypted.
Now my doubt is how can i test it in SOAP UI. when I am loading wsdl file it giving me as
below.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soapenvelope"
xmlns:sam="http://sample03.policy.samples.rampart.apache.org">
<soap:Header/>
<soap:Body>
<sam:echo>
<!--Optional:-->
<sam:args0>?</sam:args0>
</sam:echo>
</soap:Body>
</soap:Envelope>
Now Ho w can i place digital certificate related data and how can i encrypt the content i want to send to axis server.
Thanks,
Narendra
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
证书数据存储在两个 xml 文件中:Outflowsecurity.xml 和 Inflowsecurity.xml,它们应如下所示:
有关更多详细信息,请访问 Apache 帮助页面
使用请求中的身份验证需要将标签添加到soap:标题中,
命名空间为:
the certificate data is stored in two xml Files the Outflowsecurity.xml and Inflowsecurity.xml they should look like this:
for more details go to the Apache help Page
To use the authentification in the Request you need to add a Tag to the soap:Header
the namespaces are: