Check Services

Check Services

 

Text Box: To check the deployed service, check the following URL in a browser.
http://localhost:8080/CalculatorService/services/listServices

 

 


--------------------------------------------------------------------------------------------------------

You see the following screen with the newly created service listed.

 

Text Box: To see the service definition, click the following link.
http://localhost:8080/CalculatorService/services/Calculator?wsdl

 

 

 

To check whether service is working properly, check the following URLs

 

Add Service:

Text Box: http://localhost:8080/CalculatorService/services/Calculator/add?arg1=12&arg2=13

 


--------------------------------------------------------------------------------------------------------

You see an xml file containing result as below. You can change the arguments to see the service working.

 

 

Text Box: http://localhost:8080/CalculatorService/services/Calculator/substract?arg1=12&arg2=13

--------------------------------------------------------------------------------------------------------

Substract Service

 

 

 

Text Box: http://localhost:8080/CalculatorService/services/Calculator/multiply?arg1=12&arg2=13

--------------------------------------------------------------------------------------------------------

Multiply Service

Text Box: http://localhost:8080/CalculatorService/services/Calculator/divide?arg1=12&arg2=13

--------------------------------------------------------------------------------------------------------

Divide Service

 

Cool and easy ..isn?t it?

 

 


--------------------------------------------------------------------------------------------------------

TABLE OF CONTENTS

--------------------------------------------------------------------------------------------------------

Part1 : Introduction - Developing and debugging web services using axis, eclipse and Tomcat
Part2 : Create Web Services using axis and eclipse
Part3 : Check Services
Part4 : Debugging the Web Services created using eclipse
Part5 : Creating a Java Client for the web Service
Leave a comment Discuss about the topic

Related Links