Wednesday, January 28, 2015

Creating SOAP WSDL Web services/ Installing Apache Server/ Installing Apache Axis2

Install 

 1. Axis 2
A) GoTo http://axis.apache.org/axis2/java/core/download.cgi

      B) Goto Eclipse->windows->preferences->web Services-> Axis2 Preferences-> Give downloaded                   Axis2 location

 2. Apache tomcat 6
          a) GoTo http://tomcat.apache.org/download-60.cgi
                   Click Core - > tar.gz
          b) Goto Eclipse->windows->preferences->server->Run time Environment -> Add New Server
Steps:

1.  New->  dynamic web preject ->
                 Select Torget Runtime " Apache tomcat v6"
                  Dynamic web module version "2.5"
                  Configuration -> Check Mark on Axis 2

2.   After creating preject-> create class

3.  Create WSDL
         a) Right click on class->new-> others-> write "web service" and select

           b) Select Apache Server v6.0 and apache axis2 as shown in image
           c) ClassName.wsdl will be created in WebContents/wsdl
           d) In browser wsdl page should be opened.
     

No comments:

Post a Comment