从 bpel 进程调用需要基本 http 身份验证的 Web 服务
我希望调用一个需要从 bpel 进程进行基本身份验证的 Web 服务。我已将 wsdl 配置为尽可能接近“网络”所说的内容,但它仍然不起作用。它进行调用,但请求标头中没有所有重要的行。
有做过这个的人可以帮忙吗?也许是一个例子或什么?
请参阅 此处查看我遵循的一些示例。
I am looking to call a web service requiring basic authentication from a bpel process. I have configured my wsdl as close to what the "net" says as possible but it still doesn't work. It makes the call but without the all important line in the header of the request.
Can anyone who has done this please help? Maybe an example or something?
See here for some of the examples I've followed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一定是 pebkac,我下载了示例,复制并粘贴到我的代码中,它起作用了。我很高兴。我认为它只需要睡个好觉:)
Must have been a pebkac, I downloaded and example, copy and pasted into my code and it worked. Am very happy. I think it just need a good night's sleep :)