Commercial Java Web Services Framework
I know that there are alot of mature open source Java web services frameworks out there (Axis, S开发者_运维技巧pring WS, Metro). But are there any commercial alternatives? Unfortunately our company has a strict open source policy :(
We're trying to build a simple web service client that talks to a .net asmx web service.
If you don't want to use Service frameworks such as Axis 2, CXF, etc. Java 6 now supports JAX-WS 2 (JSR 224). Here's a tutorial (Introducing JAX-WS 2.0 With the Java SE 6 Platform) that shows you how to.
As for commercial, I don't really know any.
精彩评论