有关Web服务的问题 [英] A question about web services

查看:74
本文介绍了有关Web服务的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近,我将开发一个服务器端程序,以为各种类型的客户端提供API.客户端可以由c,c ++,java,php,c#、. net,javascripte等语言定义.

我想知道如何在这些跨语言应用程序之间进行通信吗?

我听说过 Web服务,它能够实现吗?

是否有关于如何实现客户端的演示?
我对如何使用c/c ++实现客户端感到困惑!

非常感谢您!

Recently, I''m going to develope a server end program to provide APIs for various types of clients. The client ends may be desined by languages like c,c++,java,php,c#,.net, javascripte,etc.

I''d like to know how to communicate among these cross-language applications?

I heared about web services, is it able to achieve this?

Is there any demos about how to implement client ends ?
I''m confused about how to implement client ends with c/c++!

Thank you very much !

推荐答案

看看 this [ ^ ].

还可以找到良好的链接
Have a look at this[^].

Also find good links here[^]


Web服务和WCF都将充当跨语言服务通信平台.对于WCF,必须注意所有方法签名均符合CLS.使用基本端点WCF也可以像Web服务一样运行,但是您可以提高WCF的速度.
Both web services and WCF would function as cross language service communication platforms. In the case of WCF, you must be careful that all method signatures are CLS compliant. Using a basic endpoint WCF can function like a web service as well, but you gain the speed enhancements of WCF.


这篇关于有关Web服务的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆