wsdl-tsclient icon indicating copy to clipboard operation
wsdl-tsclient copied to clipboard

:page_facing_up: Generate typescript client from WSDL

Results 47 wsdl-tsclient issues
Sort by recently updated
recently updated
newest added

TypeScript projects that use several `moduleResolution` settings (including "NodeNext") require that file imports include the entire filename (with extension) in their references. This adds a `--fileSuffix` option which can be...

This simply reduces the constraints on the version of the `soap` dependency to allow for more recent minor and patch versions (which do exist). We are using [npm overrides](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides) to...

Hi, thx for awesome tool! But I get some problem. I try to generate soap client for simple wsdl (example from https://www.tutorialspoint.com/wsdl/wsdl_example.htm): ``` WSDL File for HelloService ``` But tool...

I have the following _sequence_ as defined in a wsdl: ```xml ``` When I have the following `Purchase`: ```js { Quantity: '1', Customer: "Test", } ``` I expect it to...

As of the latest version 1.3.1 code generation now seems to be valid typescript but some attributes seem to be missing when using the generated types. Example WSDL: https://community.workday.com/sites/default/files/file-hosting/productionapi/Human_Resources/v36.1/Human_Resources.wsdl Assuming...

When generating a new client and opening the index file The errors I am seeing are of 3 different types 1. Variable Names ` export { OffPointDetails } from "./definitions/OffPointDetails";`...

I generate a SOAP client from WSDL files. [Archive with wsdl files here](https://dok.elhub.no/mdok191/elhub-messaging-interface-emif/emif-files) Run it as: `npx wsdl-tsclient ./resources/elhub_wsdl/v2/wsdl/PollMeteringValues.wsdl -o ./generated/ --verbose` A SOAP client is generated successfully but not...

Fixes the tests added in https://github.com/dderevjanik/wsdl-tsclient/commit/60d1eda3a1a5cacf5a42a7e4bb32259ccea0622f