A universal SOAP client using fetch - works in browsers, edge runtimes, and Node.js
A minimal node SOAP client
Salesforce API Library for JavaScript
Salesforce API Library for JavaScript
A minimal node SOAP client
A small library to make SOAP requests easier
Generate typescript soap client with typescript definitons from WSDL file.
Nestjs module wrapper for soap
A light-weight module that brings Fetch API to node.js
Opinionated, caching, retrying fetch client
An implementation of window.fetch in Node.js using Minipass streams
Provides a way to make requests
Blob & File implementation in Node.js, originally from node-fetch.
Universal WHATWG Fetch API for Node, Browsers and React Native
TypeScript definitions for easy-soap-request
better fetch for Node.js. Works on any JavaScript runtime!
Turn legacy WSDL/SOAP services into typed TypeScript clients, OpenAPI 3.1 specs, and production-ready Fastify REST gateways. Built for enterprise SOAP modernization.
Fetches the contents of a file accross node and browsers.
Use cookie authentication when using the soap module
Cross Platform Smart Fetch Ponyfill
Convert all soap methods to promises. Inspired by soap-q.
A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API
Fetch-based http client for use with npm registry APIs
LoopBack SOAP Web Services Connector
Ruby-based client for JasperServer. Allows for requesting and fetching reports using Ruby from a networked JasperServer over SOAP.
Fetches and persists country and currency codes via SOAP
Ruby-based client for JasperServer. Allows for requesting and fetching reports using Ruby from a networked JasperServer over SOAP.
Allows easy integration with marketo from ruby. You can synchronize leads and fetch them back by email. By default this is configured for the SOAP wsdl file: http://app.marketo.com/soap/mktows/1_4?WSDL but this is configurable when you construct the client, e.g. client = Rapleaf::Marketo.new_client(<access_key>, <secret_key>, (api_subdomain = 'na-i'), (api_version = '1_5'), (document_version = '1_4')) More information at https://www.rapleaf.com/developers/marketo.
A modular Ruby library that provides a clean interface for fetching and parsing tender data from zakupki.gov.ru through SOAP-XML API. Returns structured hash results with tender information.
Allows easy integration with marketo from ruby (v2 and up). You can synchronize leads and fetch them back by email. By default this is configured for the SOAP wsdl file: http://app.marketo.com/soap/mktows/1_4?WSDL but this is configurable when you construct the client, e.g. client = Rapleaf::Marketo.new_client(<access_key>, <secret_key>, (api_subdomain = 'na-i'), (api_version = '1_5'), (document_version = '1_4')) More information at https://www.rapleaf.com/developers/marketo. Forked from James O'Brien's marketo gem.
A Fork of the Rapleaf marketo-gem. Once the updates in the gem are merged into that one, you should use that. Allows easy integration with marketo from ruby. You can synchronize leads (multiple leads too) and fetch them back by email. This is based on the SOAP wsdl file: http://app.marketo.com/soap/mktows/1_7?WSDL (by default, but you can change on the fly). More information at https://www.rapleaf.com/developers/marketo. And look to https://github.com/njones/marketo_gem/tree/njones-marketo for updates.