开发者

About the Java Client Call the WCF

开发者 https://www.devze.com 2023-03-17 01:46 出处:网络
I have a Java Client that calls a web service written in Csharpby the axis. And now, I want to change the webservice to the wcf(net tcp ..) .

I have a Java Client that calls a web service written in Csharp by the axis. And now, I want to change the webservice to the wcf(net tcp ..) . But , I dont know what I can do with t开发者_运维技巧he Java Client. Is Anybody can give me some ideas about it ? Thanks!


You can use WCF, but only with simpleHttpBinding.

SimpleHttpBinding conforms to the WS-I Basic Profile 1.1, and can therefore interact with components written using other technologies (in your case, Java)

However, NetTcpBinding does not conform to any public protocol, so its use is limited to communication between .NET components.

0

精彩评论

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