axis2, small steps to create ws

Post on 03-Jan-2016

35 Views

Category:

Documents

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

Axis2, small steps to create WS. by Matei Nicolae. 1) http://ws.apache.org/axis2/ 2) Download => http://ws.apache.org/axis2/download.cgi 3) Apache Axis2 Releases -> 1.5.1 =>(http://ws.apache.org/axis2/download/1_5_1/download.cgi) - PowerPoint PPT Presentation

TRANSCRIPT

Axis2,Axis2,small steps to small steps to create WScreate WSby Matei Nicolae

1) http://ws.apache.org/axis2/

2) Download => http://ws.apache.org/axis2/download.cgi

3) Apache Axis2 Releases -> 1.5.1 =>(http://ws.apache.org/axis2/download/1_5_1/download.cgi)

4) Standard Binary Distribution (zip) => http://www.reverse.net/pub/apache/ws/axis2/1_5_1/axis2-1.5.1-bin.zip

5) Documentation => http://ws.apache.org/axis2/1_5_1/installationguide.html#standalone1

http://ant.apache.org/

Links

Config projectConfig project

Copy *.jars from axis2-1.5.1\lib\ to WebContent\WEB-INF\lib\

Copy file axis2-1.5.1\conf\axis2.xml to WebContent\WEB-INF\axis2.xml

Copy dir axis2-1.5.1\webapp\axis2-web to WebContent\axis2-web

Add Content from axis2-1.5.1\webapp\WEB-INF\web.xml to WebContent\WEB-INF\web.xml

top related