I can't speak to java's support for consuming web services, but I've written plenty of code that consumes java web services from .net. So far most of the problems I've encountered were the result of the partner (using java) publishing an invalid or incorrect wsdl. A little hand editing is all it takes to generate functioning proxy classes.
Comments
I can't speak to java's support for consuming web services, but I've written plenty of code that consumes java web services from .net. So far most of the problems I've encountered were the result of the partner (using java) publishing an invalid or incorrect wsdl. A little hand editing is all it takes to generate functioning proxy classes.