开发者

Is it possible to use Excel/Access to consume a SOAP based web service using WS-Security?

The extent of my ability is in vba and asp.

开发者_开发知识库

I'm interested in consuming a SOAP web service from Excel or Access, mostly because it's easier for me. I've also got the wsdls for the web service which is using ws-security.

Is this even possible? From what I've read, .net is my logical option, but there's obviously a gap in my skill. Is there a library, tool, or helpful guide that might help?

Thanks, B


I think that will be difficult with VBA.

If you can limit the functionality to Office 2003+, you can use the Visual Studio Tools for the Office Runtime (VSTOR) to develop an add-in with managed .NET code, which I expect will be a much easier route.

There is a tool that is installed with Visual Studio called wsdl.exe, which can be used to generate the appropriate classes from your wsdl.

As to the specifics of ws-security, I'm not much help.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜