Giter VIP home page Giter VIP logo

project-services-web-soap-rest's Introduction

Project Services Web : SOAP & REST

GOALS

The objective is to develop a web service using REST architecture that consumes data from two external web services: one REST and one SOAP

DESCRIPTION

SOAP is an interface allowing a device to use a server service. Search engines, online shops and many other services on the Internet operate via such Web services. SOAP is one of the protocols that allow communication.

To consume our API, we used RESTtemplate , we made RestTemplate make interaction with most RESTful services a one-line incantation. And it can even link this data to custom domain types.

Some links to SOAP

1. CreditCardValidator

(https://secure.ftipgw.com/ArgoFire/validate.asmx?WSDL )

  • GetCardType(card number)

    • Returns the Card type
  • ValidCard(card number, expiration date)

    • Used during the validation Process

    • Returns:

      • 0 if good,
      • 1001 - no card number,
      • 1002 - no exp date,
      • 1003 - invalid card type,
      • 1004 - invalid card length,
      • 1005 - bad mod 10 check,
      • 1006 - bad expiration date

2. Currency Converter converts currencies and provides related data:

3. Number Conversion Service provides functions that convert numbers into words or dollar

amounts.

4. Calculator:

5. CountryInfoService:

6. Text Casing Web Service:

7. Temperature converter:

8. List of SOAP services with API samples:

The Api consume in this project :

I choose to consume the API of the following url :

TEST

tests are done with swagger

API!

project-services-web-soap-rest's People

Contributors

jemai-sameh avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.