Skip to content

Custom formatter implementation for mountebank that allows using a WSDL service file as a configuration file.

License

Notifications You must be signed in to change notification settings

kaiquekk-opus/mountebank-wsdl-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mountebank WSDL Formatter

This is a custom formatter for mountebank that builds an imposter structure from a WSDL web service file or url when it is passed as a configuration file.

The formatter loads the WSDL web service and tries to build the stubs with xpath predicates based on the definitions found. It returns the built imposter object to mountebank and saves it on a json file as well so it can be more easily customized and optimized. The name of the created json file is the web service name returned from the WSDL file or url.

Requirements

Installation

npm install

Usage

mb --configfile path/to/service.wsdl --formatter ./src/formatter.js

About

Custom formatter implementation for mountebank that allows using a WSDL service file as a configuration file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published