简体   繁体   中英

How to create web client for wshttpbinding WCF service in eclipse

I am a .net developer.I had created a WCF service having wshttpbinding .I want to consume this in a java application using eclipse. please provide suggestion or any other way to create client for WCF service having wshttpbinding in Java.

Netbeans Eclipse does not provide drag and drop features for WCF services using wshttpbinding security. If you really want to create a client for the same, you have to write your own classes which can adhere to wshttpbinding security protocols

Besides, I hope the link below can help you tremendously :

http://www.codeproject.com/Articles/777036/Consuming-WCF-Service-in-Java-Client

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