szdominik / WebServicesHW

Two simple webservice (SOAP + REST) in NodeJS for university course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJs-WSBasics

How to use

  1. run the three .sql files for the database initialization (database: webtech, username: testuser, NO password).
  2. the RESTful Web Service
  3. npm run testRestWS-> testing the RESTful Web Service
  4. npm run startRestWS and after http://localhost:3000/products -> launch the WS and showing the result in the browser
  5. the SOAP Web Service
  6. npm run startSoapWS -> start the SOAP Web Service
  7. npm run startSoapClient -> start the Client, which will send a request, and if everything is working, the server will insert a row to the database and the client will write the "Sikeres küldés!" note.

About

Two simple webservice (SOAP + REST) in NodeJS for university course.


Languages

Language:JavaScript 100.0%