8000 GitHub - Eedanna/XMLRestAPI: Rest Service to parse XML data
[go: up one dir, main page]

Skip to content

Eedanna/XMLRestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMLRestAPI

Rest Service to parse XML data

Steps to execute this project

  1. Clone the code base from Github

  2. Import Project as Maven in eclipse IDE

  3. Execute below maven commands mvn clean mvn install

  4. Add all the libs to the Build Project

  5. Add Tomcat Server (8 / 9 versions is okay)

  6. Add project to the Tomcat

Use any below tool to trigger the request

  1. POSTMAN

  2. REST ADVANCED CLIENT

  3. SOAP UI

  4. Request URL for reference http://localhost:8080/XMLRestAPI/rest/employee/readXMLData

Method Type : POST

Sample XML Request

Test 25 BENG BENG KA 560045
  1. Basic Authentication has been added Use the below token information for authentication in any of the tools.

toekn = Y3Nwb2M=

About

Rest Service to parse XML data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0