开发者

Can a Java application or any other application other then .NET can consume WCF enabled application

开发者 https://www.devze.com 2022-12-11 13:25 出处:网络
I have created a console application in which I have exposed interface having开发者_C百科 [OperationContract(IsOneWay = true)] attribute.

I have created a console application in which I have exposed interface having开发者_C百科 [OperationContract(IsOneWay = true)] attribute.

If yes how can Java application call methods exposed in WCF application?

Note: its not a WCF sevice so we not having Service refence.


For simple Service Calls you can use BasicHttpBinding.

Edit: Found a link Blog Site: WCF & Java Interop

For advanced there is a Project from Sun called Web Services Interoperability Technologies (WSIT)

take a look at Project Site you can found a little introduction at InfoQ

0

精彩评论

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