词条 | Apache Axis |
释义 |
| name = Apache Axis | logo = | screenshot = | caption = | developer = Apache Software Foundation | latest release version = 1.4 | latest release date = {{release date|2006|04|22}} | operating system = Cross-platform | programming language = Java and C++ | genre = Web service | license = Apache License 2.0 | website = {{url|//axis.apache.org/}} }} Apache Axis (Apache eXtensible Interaction System) is an open-source, XML based Web service framework. It consists of a Java and a C++ implementation of the SOAP server, and various utilities and APIs for generating and deploying Web service applications. Using Apache Axis, developers can create interoperable, distributed computing applications. Axis development takes place under the auspices of the Apache Software Foundation. Axis for JavaWhen using the Java version of Axis there are two ways to expose Java code as Web service. The easiest one is to use Axis native JWS (Java Web Service) files. Another way is to use custom deployment. Custom deployment enables you to customize resources that should be exposed as Web services. See also Apache Axis2. JWS Web service creationJWS files contain Java class source code that should be exposed as Web service. The main difference between an ordinary java file and jws file is the file extension. Another difference is that jws files are deployed as source code and not compiled class files. The following example will expose methods add and subtract of class Calculator.[1] JWS Web service deploymentOnce the Axis servlet is deployed, you need only to copy the jws file to the Axis directory on the server. This will work if you are using an Apache Tomcat container. In the case that you are using another web container, custom WAR archive creation will be required . JWS Web service accessJWS Web service is accessible using the URL http://localhost:8080/axis/Calculator.jws . If you are running a custom configuration of Apache Tomcat or a different container, the URL might be different. Custom deployed Web serviceCustom Web service deployment requires a specific deployment descriptor called WSDD (Web Service Deployment Descriptor) syntax. It can be used to specify resources that should be exposed as Web services. Current version (1.3) supports
Automated generation of WSDLWhen a Web service is exposed using Axis it will generate a WSDL file automatically when accessing the Web service URL with ?WSDL appended to it. Axis for C++An example for implementing and deploying a simple web-service with the C++ version of Axis can be found in the Axis-CPP Tutorial (link in the Reference section below). The steps necessary are:
For more information on the individual steps go directly to the tutorial. Related technologies
References1. ^{{Cite web|url=http://axis.apache.org/axis/java/user-guide.html#Publishing_Web_Services_with_Axis|title=Apache Axis – User's Guide|website=axis.apache.org|language=en|access-date=2018-11-22}} External links
3 : Apache Software Foundation|Web services|Web service specifications |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。