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-adb-1.7.0.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包:

java.lang.NoClassDefFoundError: org/apache/woden/WSDLException  --->woden-core-1.0M10.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
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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM