axis2 webservice jar包使用情况(转)

原文地址:axis2 webservice jar包使用情况

今天使用axis2webservice,整理了下jar包,方便以后时候。

axis2 webservice 服务端jar包:

                              -->axis2-kernel-1.6.1.jar
                              -->axis2-spring-1.6.1.jar
                              -->axis2-transport-http-1.6.1.jar
                              -->XmlSchema-1.4.7.jar
                              -->wsdl4j-1.6.2.jar
                              -->axiom-api-1.2.12.jar
                              -->axiom-impl-1.2.12.jar
                              -->neethi-3.0.1.jar
                              -->axis2-transport-local-1.6.1.jar
                              -->commons-httpclient-3.1.jar
                              -->axis2-jaxws-1.6.1.jar
                              -->spring.jar
                              -->commons-logging-1.1.1.jar
                              
axis2 webservice client端jar包  

                                -->axis2-kernel-1.6.1.jar
                                -->axis2-adb-1.6.1.jar
                                -->axiom-api-1.2.12.jar
                                -->commons-logging-1.1.1.jar
                                -->wsdl4j-1.6.2.jar
                                -->XmlSchema-1.4.7.jar
                                -->axiom-impl-1.2.12.jar
                                -->neethi-3.0.1.jar
                                -->axis2-transport-local-1.6.1.jar
                                -->axis2-transport-http-1.6.1.jar
                                -->commons-httpclient-3.1.jar
                                -->httpcore-4.0.jar
                                -->commons-codec-1.3.jar

各种类缺失对于的jar包:

org.apache.axis2.extensions.spring.receivers.ApplicationContextHolder   -->axis2-spring-1.6.1.jar
org.apache.axis2.transport.http.AxisServlet                            -->axis2-transport-http-1.6.1.jar
javax.wsdl.xml.WSDLLocator                                              -->wsdl4j-1.6.2.jar
org.apache.ws.commons.schema.resolver.URIResolver                       -->XmlSchema-1.4.7.jar
org.apache.axiom.om.OMNode                                              -->axiom-api-1.2.12.jar
org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory           -->axiom-impl-1.2.12.jar
org.apache.neethi.PolicyComponent                                       -->neethi-3.0.1.jar
org.apache.axis2.transport.local.LocalTransportSender                   -->axis2-transport-local-1.6.1.jar
org.apache.commons.httpclient.HttpException                             -->commons-httpclient-3.1.jar
javax.mail.internet.ParseException                                      -->mail-1.4.jar
org.apache.commons.fileupload.FileItemFactory                           -->commons-fileupload-1.2.jar
org.apache.woden.resolver.URIResolver                                   -->woden-api-1.0M9.jar
org.apache.axis2.jaxws.dispatchers.GenericProviderDispatcher            -->axis2-jaxws-1.6.1.jar
org.apache.commons.io.FileUtils                                         -->commons-io-1.4.jar
org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver                 -->axis2-adb-1.6.1.jar
org.apache.axis2.rpc.client.RPCServiceClient                                                     -->axis2-adb-1.6.1.jar,commons-logging-1.0.4.jar
org.apache.axis2.AxisFault        -->axis2-kernel-1.6.1.jar
org.apache.axis2.addressing.EndpointReference                                             -->axis2-kernel-1.6.1.jar
org.apache.axis2.client.Options                                                                             -->axis2-kernel-1.6.1.jar
org.apache.commons.logging.LogFactory                                                           -->commons-logging-1.1.1.jar
org.apache.axis2.transport.http.CommonsHTTPTransportSender                 -->axis2-transport-http-1.6.1.jar
org.apache.http.HttpResponseFactory                                                                  -->httpcore-4.0.jar
org.apache.commons.codec.DecoderException                                                 -->commons-codec-1.3.jar

原文地址:https://www.cnblogs.com/huanghongbo/p/6737207.html