Skip to content

A small service that allows to access soap webservices using a simple json api

Notifications You must be signed in to change notification settings

LUMASERV/soapjsonproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soapjsonproxy

A small service that allows to access soap webservices using a simple json api

Example Request

POST /
{
    "wsdl": "https://example.com/service.wsdl",
    "action": "MyAction",
    "args": {}
}

WSSecurity can be used by specifying the optional username and password parameters.

Configuration

It's a pretty simple service and there is not much that can be configured, yet there are 2 configuration options

Security

To prevent abuse of the service you can enable a simple bearer token authentication using the API_KEY environment variable.

HTTP Port

By default the server starts on port 80, optionally you can change the port using the HTTP_PORT

About

A small service that allows to access soap webservices using a simple json api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published