A good java (Tomcat) soap Library

ANSVER:

I have to develop a client / server system that uses Tomcat (6) as the server and the client created in C # The communication between will be through soap

My question is, what is a good library for soap - > servlet mapping on Tomcat server? I'm looking at the Apache axis, but from me in the user's Guide http://ws.apache.org/axis/java/user-guide.html From what you can read about the axis in, it doesn't have much control from soap to Java classes at a high level What I need is a soap library where I can define a WSDL and map it to methods in a lower level servlet Who knows of any such library?

I'm used to using soap web services, and I have a pretty good idea about it I don't have any practical experience in implementing servers I know that the soap engine exposes certain methods in classes, as described in wsdd But when I read the axis document, I've been running java to java examples, serializers and deserializers I feel that the axis is a unique feeling of Java to Java framework using soap Am I wrong? Can I do what I need to do? I need to be able to control WSDL because I need to support maxoccurs, sequence, choice and other controls Does axis make it possible for me to control these things, or am I looking for another library?

Solution

Try Apache CXF: http://cxf.apache.org/

It is highly configurable:)

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>