![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@postman/wsdl-to-postman
Advanced tools
Convert a given WSDL specification (1.1) to Postman Collection
Enables Postman support of the WSDL specification browserify index.js --standalone xsd2jsonschemafaker > xsd2jsonschemafaker.js
Check out complete list of options and their usage at OPTIONS.md
The converter can be used as a CLI tool as well. The following command line options are available.
wsdl2postman [options]
-v
, --version
Specifies the version of the converter
-s <source>
, --spec <source>
Used to specify the WSDL specification (file path) which is to be converted
-o <destination>
, --output <destination>
Used to specify the destination file in which the collection is to be written
-t
, --test
Used to test the collection with an in-built sample specification
-p
, --pretty
Used to pretty print the collection object while writing to a file
-O
, --options
Used to supply options to the converter, for complete options details see here
-c
, --options-config
Used to supply options to the converter through config file, for complete options details see here
-h
, --help
Specifies all the options along with a few usage examples on the terminal
Sample usage examples of the converter CLI
$ wsdl2postman -s spec.wsdl -o collection.json -p -O folderStrategy=Service
$ wsdl2postman -s spec.wsdl -o collection.json -p -c ./examples/cli-options-config.json
$ wsdl2postman --test
WSDL Type | default value | note |
---|---|---|
integer, int, number, decimal, double, float, long, short, unsignedInt, unsignedLong, unsignedShort | random between 2 and 100 | if there are defined min and max use them and generates random value between those boundaries |
string | the word "string" | if there is a pattern a random string that conforms to that pattern, if there is minimum or maximum a string that conforms to that length e.g. the word "string....." for minimum (11) or "str.." for maximum (5) |
date | today's date | in xsd dateTime format according to: https://www.w3.org/TR/xmlschema11-2/#date |
-?([1-9][0-9]{3,}||0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?
FAQs
Convert a given WSDL specification (1.1) to Postman Collection
The npm package @postman/wsdl-to-postman receives a total of 3,138 weekly downloads. As such, @postman/wsdl-to-postman popularity was classified as popular.
We found that @postman/wsdl-to-postman demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.