Skip to content

This project showcases how could SOAP services could be integrated into UserOffice

Notifications You must be signed in to change notification settings

jekabs-karklins/soap-integration-example

Repository files navigation

SOAP integration with TypeScript NODEJS

This project showcases how could SOAP services can be integrated into UserOffice

Installation

git clone https://github.com/jekabs-karklins/soap-integration-example.git
cd soap-integration-example
npm install

Usage

For sample #1

npm run w3schools

It will generate interfaces and execute the script (see exampleW3schools.ts) You should see the output like

{
  CelsiusToFahrenheitResponse: {
    xmlns: 'https://www.w3schools.com/xml/',
    CelsiusToFahrenheitResult: '32'
  }
}

For for sample #2

npm run dneonline

It will generate interfaces and execute the script (see exampleDneonline.ts) You should see an output like

{ AddResponse: { xmlns: 'http://tempuri.org/', AddResult: '9' } }

License

BSD

About

This project showcases how could SOAP services could be integrated into UserOffice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published