我的能力范围是在vba和asp。
我对使用 Excel 或 Access 中的 SOAP Web 服务很感兴趣,主要是因为它对我来说更容易。我还获得了使用 ws-security 的 Web 服务的 wsdls。
这甚至可能吗?根据我的阅读,.net 是我合乎逻辑的选择,但我的技能显然存在差距。是否有可能有帮助的库、工具或有用的指南?
谢谢,乙
我的能力范围是在vba和asp。
我对使用 Excel 或 Access 中的 SOAP Web 服务很感兴趣,主要是因为它对我来说更容易。我还获得了使用 ws-security 的 Web 服务的 wsdls。
这甚至可能吗?根据我的阅读,.net 是我合乎逻辑的选择,但我的技能显然存在差距。是否有可能有帮助的库、工具或有用的指南?
谢谢,乙
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.