简体   繁体   中英

How will the client of a Web Service consuming a DoTNET vs JAVA wsdl differ?

How will the client of a Web Service consuming a DoTNET vs JAVA wsdl differ?

Also, is it correct in stating that the dot NET WS invokes the constructor of the WS on each operation invocation whereas a JAVA WS has its constructor called only once when the application server starts up!

The idea of web services (WSDL) is that in theory there should be no difference in the specific technology.

In practice that statement only holds as long as the web service does not expose 'exotic' data types (eg in .Net, the web service should not expose DataSets which are very .Net specific, and make the service probably not useable in non-.Net clients)

据我了解,Web服务的客户端不应该在乎一种或另一种技术为服务提供动力。

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