简体   繁体   中英

.NET Java SOAP service change to WCF soap service

I currently have soap web services in java. Due to some architectural changes we need to move the services to WCF.

If the signatures are the same, can the string URI be changed and the .NET proxy will continue to work without any changes to the code?

If the contract (WSDL) remains absolutely the same then you only need to change address to the new server hosting the service - that is the theory. Now you need to build the WCF service which will really have the same contract. That can be hard task. I would start with generating interfaces from existing WSDL describing Java service (use svcutil for that).

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