@axah/soap-utils
TypeScript icon, indicating that this package has built-in type declarations

10.4.0 • Public • Published

@axah/soap-utils

SOAP utils for microservices at AXA Healthcare switzerland.

Installing a release

Install @axah/soap-utils using the following command:

yarn add @axah/soap-utils

Hint for wsdl/xsd files

Wsdl-typegen can't handle includes like:

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://soa.wgrintra.net/ch/architecture/OfferteEventPublish_1">
<xsd:include schemaLocation="./OfferteEventPublish_1.xsd"/>
</xsd:schema>

Change it to import instead:

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://soa.wgrintra.net/ch/architecture/OfferteEventPublish_1">
<xsd:import namespace="http://soa.wgrintra.net/ch/architecture/OfferteEventPublish_1" schemaLocation="./OfferteEventPublish_1.xsd"/>
</xsd:schema>

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @axah/soap-utils

Weekly Downloads

512

Version

10.4.0

License

UNLICENSED

Unpacked Size

9.41 MB

Total Files

417

Last publish

Collaborators

  • sandrozbinden-axa
  • putnockyt
  • pascaltan
  • thedadi
  • dan-m
  • tico86
  • brukri
  • healthbot
  • andibolleteraxa
  • david_s