Very short, then questions - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

Very short, then questions

Description:

Unzip the file you downloaded. For Clients. To develop clients, you do not need to install Axis ... Then run WSDL2Java and compile the resulting classes with ... – PowerPoint PPT presentation

Number of Views:17
Avg rating:3.0/5.0
Slides: 7
Provided by: JVB4
Category:
Tags: questions | short | unzip

less

Transcript and Presenter's Notes

Title: Very short, then questions


1
Lecture 10
  • Very short, then questions

2
Installing Axis
  • Download from http//ws.apache.org/axis
  • Download version 1.1 (binaries, zip)
  • Proceed to installation page
  • Read step 0
  • Unzip the file you downloaded

3
For Clients
  • To develop clients, you do not need to install
    Axis
  • You only need to set up you classpath to point to
    the Axis library jar files (see step 6)
  • Then run WSDL2Java and compile the resulting
    classes with this classpath and all will be well

4
For Services
  • You should install Axis as a web application in
    tomcat (see step 1 on the installation page)
  • Essentially this means copy the axis directory
    from the Axis distribution to ltlocation of
    tomcatgt/webapps
  • Uncomment the servlet-mapping for AdminServlet in
    Axiss web.xml file (ltlocation of
    tomcatgt/webapps/WEB-INF/web.xml
  • Start tomcat and run the axis tests described on
    the installation page

5
Deploying a service
  • Copy the .class files of your service under
    ltlocation of tomcatgt/webapps/axis/WEB-INF/classes
  • Run the AdminClient on the deploy.wsdd file of
    your service
  • java -cp AXISCLASSPATH org.apache.axis.client.Ad
    minClient
  • -lhttp//localhost8080/axis/services/AdminSer
    vice deploy.wsdd

6
Demonstration of ApptService
Write a Comment
User Comments (0)
About PowerShow.com