Skip to content

adrin-mukherjee/lambda_rest2soap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

lambda_rest2soap

This is a sample lambda function (Node.js implementation) that when coupled with AWS API Gateway, could help to transform SOAP service calls into REST APIs. The SOAP service used for this sample is available @ http://www.dneonline.com/calculator.asmx?wsdl

To install the dependencies referred in package.json file, use the following 'npm' command:

  • npm install

To know more about how to use this lambda please visit: https://adrin-mukherjee.medium.com/exposing-soap-service-as-rest-api-the-serverless-way-c3b565326cbd

About

Simple lambda to transform RESTful API call into SOAP service calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors