简体   繁体   中英

Calling Java web service from .Net

I need to call Java web service from .Net application and that web service should accept the parameters from .Net but am not sure about the procedure. If anyone have some idea then please let me know.

.NET web service is SOAP web service. Just get WSDL, generate stubs and use it.

You should get the WSDL first, then using Eclipse (I would suggest Netbeans) you generate/create the Stubs and call the service. It is really nothing fancy at all. Once you have the WSDL the rest (how you generate the classes using Netbeans) is really covered a lot online.

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