【发布时间】:2019-08-19 11:57:57
【问题描述】:
我有仅使用 NetTcpBinding 托管的旧版 WCF 服务。我想在节点 js 中调用服务。有没有我可以使用的包或库?
这是我的 WCF 服务配置:
<wsdl:service name="Spedizioni_Avanzato_Out">
<wsdl:port name="NetTcpBinding_Spedizioni_Avanzato_Out" binding="tns:NetTcpBinding_Spedizioni_Avanzato_Out">
<soap12:address location="net.tcp://servername/SgaNetServiceInterop/Spedizioni_Avanzato_Out"/>
<wsa10:EndpointReference>
<wsa10:Address>
net.tcp://servername/SgaNetServiceInterop/Spedizioni_Avanzato_Out
</wsa10:Address>
</wsa10:EndpointReference>
</wsdl:port>
</wsdl:service>
【问题讨论】:
标签: node.js .net wcf node-modules