简体   繁体   中英

Consume Java web services from .Net

I would like to know if it is possible to consume a Java web service using .NET (doesn't matter which version) and any sources to documentation for this.

Google has not helped me and I have had trouble finding anything from MSDN/Technet about this.

Thanks

As long as the Java web service uses standards such as WSDL, you should be able to add a service reference to it in .NET. That's not to say that there wouldn't be quirks you might have to look out for, but you should have interoperability.

This article shows you how to add a service reference in Visual Studio 2010.

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