简体   繁体   中英

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

I have created a console application in which I have exposed interface having [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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM