-
Notifications
You must be signed in to change notification settings - Fork 163
Comparing changes
Open a pull request
base repository: loopbackio/strong-soap
base: regression-fixes
head repository: loopbackio/strong-soap
compare: master
Commits on Sep 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4c28cea - Browse repository at this point
Copy the full SHA 4c28ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f64d67 - Browse repository at this point
Copy the full SHA 2f64d67View commit details
Commits on Sep 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b37d8b9 - Browse repository at this point
Copy the full SHA b37d8b9View commit details -
Merge pull request #12 from strongloop/new-tests
Soap 1.1 Fault fix & enabled rest of the tests in wsdl-test.js
Configuration menu - View commit details
-
Copy full SHA for b2c1a13 - Browse repository at this point
Copy the full SHA b2c1a13View commit details
Commits on Sep 19, 2016
-
Merge pull request #11 from strongloop/regression-fixes
fix regression errors for all test cases
Configuration menu - View commit details
-
Copy full SHA for 4fb6c14 - Browse repository at this point
Copy the full SHA 4fb6c14View commit details
Commits on Sep 20, 2016
-
regression fixes for wsdl-tests
fixes for errors in wsdl-tests.js after recent code checkin
Configuration menu - View commit details
-
Copy full SHA for e8625fd - Browse repository at this point
Copy the full SHA e8625fdView commit details -
Merge pull request #13 from strongloop/regression-wsdl-tests
regression fixes for wsdl-tests
Configuration menu - View commit details
-
Copy full SHA for 7dd2ae7 - Browse repository at this point
Copy the full SHA 7dd2ae7View commit details -
fixes for failed cases in server-test.js
Configuration menu - View commit details
-
Copy full SHA for b9dedfb - Browse repository at this point
Copy the full SHA b9dedfbView commit details -
Merge pull request #14 from strongloop/regression-server-test
regression for server-test
Configuration menu - View commit details
-
Copy full SHA for 37e105d - Browse repository at this point
Copy the full SHA 37e105dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f320d - Browse repository at this point
Copy the full SHA f5f320dView commit details -
added code for soap 1.2 fault support, added a new test for soap 1.2 …
…fault, fixed existing test cases
Configuration menu - View commit details
-
Copy full SHA for fa90449 - Browse repository at this point
Copy the full SHA fa90449View commit details
Commits on Sep 21, 2016
-
Merge pull request #15 from strongloop/new-tests
Support for soap 1.2 Fault and test cases
Configuration menu - View commit details
-
Copy full SHA for 222dd2b - Browse repository at this point
Copy the full SHA 222dd2bView commit details
Commits on Sep 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b5f2515 - Browse repository at this point
Copy the full SHA b5f2515View commit details -
Merge pull request #16 from strongloop/fix-ci-errors
fix for CI build errors
Configuration menu - View commit details
-
Copy full SHA for 6896671 - Browse repository at this point
Copy the full SHA 6896671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754d795 - Browse repository at this point
Copy the full SHA 754d795View commit details
Commits on Sep 23, 2016
-
Merge pull request #17 from strongloop/add_globalization
Add globalization
Configuration menu - View commit details
-
Copy full SHA for 7dacc2f - Browse repository at this point
Copy the full SHA 7dacc2fView commit details
Commits on Sep 27, 2016
-
Readme updates, cleanup of Examples & code
- Readme updates - added/cleaned code under examples - cleaned up code - fixes from code review
Configuration menu - View commit details
-
Copy full SHA for 2eadad3 - Browse repository at this point
Copy the full SHA 2eadad3View commit details -
* Readme updates, cleanup of Examples & code (rashmihunt) * Add globalization (Candy) * fix for CI build errors (deepakrkris) * added code for soap 1.2 fault support, added a new test for soap 1.2 fault, fixed existing test cases (rashmihunt) * added support for soap 1.2 fault and added a test case for soap 1.2 fault (rashmihunt) * regression for server-test (deepakrkris) * regression fixes for wsdl-tests (deepakrkris) * fix regression errors for all test cases (deepakrkris) * Fixed soap 1.1 Fault path & enabled rest of the tests in wsdl-test.js (rashmihunt) * ignoring .DS_Store file (rashmihunt) * check soap version for fault processing (rashmihunt) * fix test fails for request-response-samples (deepakrkris) * Fixed support for imported wsdl scenario, converted wsdl-test.js to mocha test (rashmihunt) * Fixed support for Fault, added support for multiple faults in operation, added test cases (rashmihunt) * added another set of test casesand fixed issues with server.js and client.js (rashmihunt) * fixed rpc path, added rpc/literal test, fixed an issue with wsdl (rashmihunt) * fixed rpc path and added a test for rpc/literal style (rashmihunt) * Fixed test in ssl-test.js (rashmihunt) * enabled last set of tests from server-test.js (rashmihunt) * Enabled more tests from server-test.js (rashmihunt) * fixed code review comment (rashmihunt) * Enabled another set of test cases in server-test.js (rashmihunt) * code review fixes - reverted back mapObject change, removed jasonToXML call after parseXML (rashmihunt) * Make babel transpliation a pretest script (Raymond Feng) * proper header support for client and server (rashmihunt) * Fix exported modules (Raymond Feng) * derive soapHeader name from it's qname (rashmihunt) * fixes for remaining tests to run successfully in client-test.js (rashmihunt) * several fixes to enable failing tests in server-options-test and client-test (rashmihunt) * 1) Added missing function changeSoapHeader() in base.js and fixed assert logic in 2 tests in client-test.js (rashmihunt) * missing selectn module require() statement (rashmihunt) * Fixed null arg passing in client._invoke(), fixed server.js logic to derive operationName, outputName and fixed server-options-test to pass srapper oject in the request (rashmihunt) * fixed naming convention for module exports in index.js at the top level and added checks for null and undefined (rashmihunt) * added WSSecurity to module.export (rashmihunt) * Initial test case fixes for feature/wsdl-parser branch changes (rashmihunt) * Refactor wsdl parsing into ES6 classes (Raymond Feng) * Update README and package.json (Raymond Feng) * Fix mustUnderstand value (Raymond Feng) * Fix style warnings (Raymond Feng) * Mock up stream.destroy for Node 6.x (Raymond Feng) * Add nonce and soap:actor options for WSSecurity (Raymond Feng) * fixed the soap request envelop generation part when request has complex Type as root. (#849) (Phani Kiran Guttha) * gracefully handle errors while parsing xml in xmlToObject and resume the parser with p.resume() (#842) (Deepak Verma) * XSD import in WSDL files and relative path (server creation) - resubmit (#846) (Mark Bayfield) * Support array of certs for ClientSSLSecurity ca. (#841) (Albert J wong) * attribute value of body id in double quotes (#843) (Edwin van Meerendonk) * Bumping ursa to 0.9.4 (#836) (Michael) * Optionally add Created to wssecurity header (#833) (Jordan Klassen) * Clean up brace style (#835) (Jordan Klassen) * Fix custom http client not being used when fetching related resources (#834) (Jordan Klassen) * Release v0.15.0 (Heinz Romirer) * Make ursa an optional dependency. (#832) (Leo Liang) * Fix issue of reference element in another namespace. (#831) (Leo Liang) * Fix incorrect WSDL in CDATA test case. (#830) (Leo Liang) * Mock up cork/uncork to avoid test failure (#829) (Raymond Feng) * Fix issue from #787 (Leo Liang) * * Adding basic CDATA support. (David) * Add missing document about `Client.setEndpoint()` (Leo Liang) * Generate TOC in readme file. (Leo Liang) * Revert "Undo the changes which are refactoring." (Leo Liang) * Fix elementFormDefault handling. (#822) (Leo Liang) * Added missing compress node module in package.json (pgAdmin) * Add the incoming message object to the client 'response' event (Pattrick Hueper) * added note about keep-alive SOAP header workaround (kevincoleman) * Update http.js (volkmarbuehringer) * Release v0.14.0 (Heinz Romirer) * Allows calling methods with callback as last param (Gabriel Montes) * Re-enable ignore base namespace option and fixed expected result for its unit test. (eugene-frb) * Avoids overwriting request headers with options in method invocation (Gabriel Montes) * If {time: true} is passed as an option to request module, makeelapsedTime from response available as Client.lastElapsedTime (brycewjohnson) * Allow to set a custom envelop (Baptiste Lecocq) * Update soap.js (Liviu Seniuc) * Documents custom options and headers on WSDL reqs (Gabriel Montes) * Added support for XML rootNode namespace and xmlns definition parser overriding. (Jon Ciccone) * ignore whitespace only differences. make differences easier to spot. (CT Arrington) * Added support for WSSecurity XML signing with x509 certificates. updated readme updated package.json with latest ursa version change minimum node requirement to 0.10 since many dependencies break with engine-strict=true under node 0.8 (Jon Ciccone) * Remove assertions around location of BEGIN CERTIFICATE and END CERTIFICATE (Joseph Junker) * Release v0.13.0 (Heinz Romirer) * consider previous ignoredNamespaces option when processing includes (BJR Matos) * SOAP Headers for server response + a change method for both client & server (Michel D'HOOGE) * XML Declaration (Michel D'HOOGE) * Fixing wrong nsContext. (Mik13) * Adds server options hash example to Readme.md (Benjamin Albert) * Children may be empty resulting in a NPE (Tobias Neubert) * Releave v0.12.0 (jsdevel) * updating lodash to 3.x.x (jsdevel) * Fix schema overwrite when include a xsd with <xsd:include> (Leo Liang) * Release v0.11.4 (jsdevel) * Adding coverage to .travis (jsdevel) * Release v0.11.3 (jsdevel) * Release v0.11.2 (jsdevel) * Closes #733 and Fixes #707: Return null instead of empty object. (jsdevel) * Overriding the namespace prefix with empty prefix (SunJang) * Adds commas and semicolons to listen(...) example (Benjamin Albert) * Temporarily skiping test from #768. (jsdevel) * Release v0.11.1 (jsdevel) * When a complexType and an element has the same name, and we set the element to a value, the element gets the wrong namespace (a new one, e.g. ns1), because the `findChildSchemaObject`-function returns the complexType, not the element. (Mik13) * improved 'https' pattern matching for local files with name starting with 'http' (Elijah Saounkine) * Handles SOAP result null output (Simon Elbaz) * Remove SOAPAction http header in SOAP 1.2, extra header was causing some servers to trip (Michael Szlapa) * When an error occur, send HTTP 500 status code (Iván López) * Adding ClientSSLSecurityPFX for use in requests (Tom Gallacher) * Fixed issue when an error was undefined: undefined (Tom Gallacher) * Add missing type attribute for PasswordText in WSSecurity and update related tests (wmcmurray) * Release v0.11.0 (jsdevel) * pass req to service (Evan Tahler) * removed console logs (Mike Borozdin) * added the ability to add HTTP headers to the client. (Mike Borozdin) * Release v0.10.3 (jsdevel) * Adding createErroringStub to soap-stub. (jsdevel) * Release v0.10.2 (jsdevel) * Adding security to soap-stub. (jsdevel) * Release v0.10.1 (jsdevel) * Adding soap-stub. (jsdevel) * add SOAP v1.2 support for client (Aleksey) * Release v0.10.0 (jsdevel) * Fix xml namespace/element/type handling (Raymond Feng) * Release v0.9.5 (jsdevel) * Fixes 743, Allow circular XSD files to be loaded (Fabian Cook) * Timestamp is now optional (Jason D. Harper) * Formatting History.md 0.9.4 notes. (jsdevel) * Release v0.9.4 (jsdevel) * Adding gitter badge in preparation of disabling issues. (jsdevel) * Adding node v4.0 to .travis.yml. (jsdevel) * Increasing mocha test timeout to 10 seconds. (jsdevel) * Resolve element references when other types are referenced (Raymond Feng) * Update Readme.md (Vinay Pulim) * Update Readme (laure) * add optional statusCode on soap fault (Gangstead) * Fix for wsdl retrieval using soap.createClient with special options.httpClient. Before this, the specified client was not used when fetching the wsdl file. This fix will force the wsdl to use the specified httpClient. (Kevin Forest) * Release v0.9.3 (jsdevel) * Allowing namespace overriding for elements. (jsdevel) * Turning off email notifications for travis. (jsdevel) * Release v0.9.2 (jsdevel) * Add support for xsd element ref (Raymond Feng) * Moving travis build to containers. (jsdevel) * Add request sample for an operation without any parameters. (Tom De Caluwé) * update spelling and formatting to clarify several sections of Readme (Dave Kerr) * Add the correct namespace alias for operations without parameters by simply removing the special case where input.parts is empty. If special logic is wanted for this case, it should be contained in objectToRpcXML in any case. (Tom De Caluwé) * Prevent sending Object prototype methods as XML (Claudia Hardman) * Allow WSDL to be loaded from HTTPS sites (Jimmy Jones) * Fix a typo in WSDL#findChildParameterObject (Arthur Schreiber) * Fixed SOAP Fault errors not being raised as errors (Ivan Erceg) * Use diffrent namespace styles for soap fault 1.1 and 1.2 (Johan Brodin) * Release 0.9.1 (herom) * fix for empty strings that were returnd as empty json objects (Sasha Vincic) * Get current namespace when parent namespace is empty string fixes vpulim/node-soap/issues/533 (Islam Sharabash) * Update readme (Raymond Feng) * Issue 537: Take namespaces that are configured to be ignored into account (Tobias Neubert) * Update license attribute (Peter deHaan) * Add ability to customize http client/request lib (Raymond Feng) * support xsi:type schema on element (bug #606) (pentode) * recursive element should work in wsdl (Semenov, Dmytro()) * Reformat & Update History.md for v0.9.0 release. (herom) * Release v0.9.0 (herom) * Make sure wsdl:import is not overwritten by xsd:import (Raymond Feng) * Ignore the `.idea` folder when pushing to npm (Arthur Schreiber) * Add last endpoint (Ryan Fink) * Support for async server errors by extending the callback with one argumnet (Johan Brodin) * Handle HTML answer from non-SOAP server (Michel D'HOOGE) * Hopefully last review comment fix attempt. (+8 squashed commits) Squashed commits: [e991d38] Still trying to fix review comments. [9627c08] Attempt at fixing review comments... [458ae0e] More review comment fixes. [2152212] Fixing a bunch of things from review comments. [6fb9b10] Fixed a large number of broken tests which were missing schema files. These had previously gone unnoticed because schema imports were not actually firing off. [bfbf338] If response is json, then error should not be thrown. Fix issue #580 [5ddb53f] Removed unnecessary code from testing. [be39fec] Fix to allow request options and headers to persist for all includes. Fix to properly handle when an import/include starts with a schema element. (Barry Dutton) * Do not end request for keep-alive connections (mgorczyca) * Client 'response' event (briandunnington) * If response is json, then error should not be thrown. Fix issue #580 (Himanshu Kansal) * sub namespace should be correct regardless of order of enumeration i.e. should not be overriden by other prop's namespace (Yang) * Read Me: Added a section about Server Events (Michel D'HOOGE) * Server 'request' event (Michel D'HOOGE) * Add support for One-Way Operations (Wim verreydt) * The extend function was throwing an error (#585). This null and typeof check will handle elements that are not objects. (z151514) * ClientSSLSecurity now accepts a `ca`-certificate. (Mik13) * ClientSSLSecurity should be able to take a Buffer as `key` and `cert` parameter. Additionally the certificates are checked whether they are correct or not (starting with `-----BEGIN`). (Mik13) * Add support for sending NULL values (Chase Sillevis) * Follow 302 redirects, don't mix quotes (Chase Sillevis) * Update CONTRIBUTING.md (Heinz Romirer) * Respond with security timestamp if request had one (Roie Kossover) * Release v0.8.0 (herom) * Fix strict mode errors for v0.12 compatibility (Andrew Branch) * Issue #386 This fix adds support for attributes in node body (Robert) * Update History.md (Heinz Romirer) * Release v0.7.0 (herom) * Server event to globally handle SOAP Headers (Michel D'HOOGE) * Server replies with SOAP Fault thrown from method (Michel D'HOOGE) * fix for issue #68. Fix the case where requests are in soap format and… … (Himanshu Kansal) * Added `['positiveInteger', 'nonPositiveInteger', 'negativeInteger', 'nonNegativeInteger']` to primitive types. (Anil Anar) * Client instances emit 'soapError' event when error is detected (Michel D'HOOGE) * Respect empty soap actions in operations (Akash Agrawal) * Add support for message and request events as per issue #545 (Evan Shortiss) * Issue #489: Soap header from incoming request (Michel D'HOOGE) * Added support for CDATA with text and CDATA with XML response (whoover) * Return the soapHeader (nguyenchr) * Allow logging of received XML prior to parsing and processing (Deividy Metheler) * add support for importing external wsdl (yuerwei) * Use correct namespaces for elements which consist of an array. (Mik13) * Use correct namespaces in for elements with base. (Mik13) * preventing error when typeElement is undefined (Antonio Terreno) * Fix typo in header, breaking heading. (Albert Engelbrecht) * Allow wsdl:documentation element under wsdl:message (Raymond Feng) * Added functionality to ignore default tns and disabled default tns specification in first element of the body (Ferry Kobus) * Use correct namespaces in sequences with imported elements. (Mik13) * only supply nonce when a password digest is used to avoid schema validation errors (lsalzman) * Updated 'extend' function. Refactored the function to copy properties from one object to another one and avoid properties overriding. This way we ensure the 'inheritance' of <xsd:extension base=...> usage. (dun4n) * Define $xml to pass xml object (Damien Picard) * Adding PUBLISHING.md (jsdevel) * Removes automatic port appending to "Host" header. (herom) * Avoid creating soap:Header container when there are no children This time including the matching fixture changes to remove <soap:Header></soap:Header> Added support for header and security fixtures in request/response tests, and added tests for header optionality (Shelby Sanders) * Updated CONTRIBUTING.md (herom) * Addresses #75 - Allowing a 'null' argument for WSDL methods that take no arguments (Chris Klosowski) * Fix for wrong initialization of xmlns array when handling rpc stype wsdl (ankush-garg) * Fixing fault handling (Diego Silveira) * Added checking if there is input and output for operations under bindings section (Krzysztof Gutkowski) * Fixing XSD conflict with same namespace (Diego Silveira) * Adding bearer security type Exporting security type for usage (Phil Hansen) * The qualified elementFormQualified must be respected only when the current element is not a global element. The namespace attribute is only needed if it's not included in the xmlnsInEnvelope collection. (frank) * updating History.md (jsdevel) * Add "defaults" parameter to BasicAuthSecurity's constructor (Luke Horvat) * added tests for HTTP Host header (John Sanderson) * don't append port 80 to Host if not needed (John Sanderson) * Add an .editorconfig file to improve the code formatting in contributors editor of choice. (herom) * Remove possible existing BOM characters from XML String before passing it to `WSDL#_fromXML()` and parsing it. (herom) * Added possibility to set a custom `valueKey` for the parsed values from XML SOAP Response as the current fixed "$value" key could collide with some policies (as it's the case when using MongoDB). (herom) * Handling nil attributes in response xml (Graham Hay) * Updating History (jsdevel) * Updated client.js; Created request-response-sample. (Lev Nazarenko) * Resolve namespaces correctly by ignoring "tns:", "targetNamespace", "typedNamespace:", ... prefixes in child elements by default. (herom) * adding default attributesKey to server and allowing the property to be configurable fixing issue #406 (Helder Rossa) * Remove extra characters before and after soap envelope (jkirkwood) * Fix: Allow operations to not have definitions (Chris Barton) * Update Readme.md (Tom Caflisch) * Ignore unknown elements (Graham Hay) * Keep ns from top-level (Graham Hay) * Check status code of invocation response (Graham Hay) * wsdl should handle more types (Dmytro Semenov) * Using jshint 2.3.0 for indentation. (jsdevel) * 0.4.7 release (jsdevel) * 0.4.6 release (jsdevel) * Added possiblity for request elements containing both content and attributes. (Jasper Woudenberg) * Fixup the `elementFormDefault` functionality. (Arthur Schreiber) * Fix determining the namespace for complex elements. (Arthur Schreiber) * Add support for the `elementFormDefault` schema attribute. (Arthur Schreiber) * Fixing duplicate code which had gotten introduced because of a merge. (ankush-garg) * Handle SOAP Response element value and attributes so that the attribu… …tes of an element don't get overwritten if also a value is given. (Heinz Romirer) * Allowing the property name "attributes" to be configurable. (Michael Hernandez) * Moving xsi type namespace processing to processAttributes method to handle xsiTypes for object of arrays. (ankush-garg) * Added the possibility to work with `wsdl` files which pull their `schema`s in through `import`s and declare their message `part` to have an `element` attribute instead of `type`. (herom) * Allowing response.xml to be optional in tests. (jsdevel) * Allowing request.xml and response.json to be optional for tests. (jsdevel) * Fix for adding an undefined XML namespace to the generated XML's child namespace (Abhijit Gaikwad) * Added some documentation on options object when calling createClient. (Golo Roden) * Patch for issue #150 (Ashvin) * Moving up guidelines for submitting Pull Requests. (Joseph Spencer)
Raymond Feng committedSep 27, 2016 Configuration menu - View commit details
-
Copy full SHA for b468d4f - Browse repository at this point
Copy the full SHA b468d4fView commit details
Commits on Sep 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9ace3a0 - Browse repository at this point
Copy the full SHA 9ace3a0View commit details -
Merge pull request #22 from strongloop/soap-fixes
Remove and re-implement forceSoap12Headers wsdl option
Configuration menu - View commit details
-
Copy full SHA for 66f8a65 - Browse repository at this point
Copy the full SHA 66f8a65View commit details
Commits on Sep 30, 2016
-
add babel script as prepublish
fix to add babel as npm prepublish to compile es6
Configuration menu - View commit details
-
Copy full SHA for 3eb4652 - Browse repository at this point
Copy the full SHA 3eb4652View commit details -
Merge pull request #23 from strongloop/babel-prepublish
add babel script as prepublish
Configuration menu - View commit details
-
Copy full SHA for 79de8e6 - Browse repository at this point
Copy the full SHA 79de8e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 624dd43 - Browse repository at this point
Copy the full SHA 624dd43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91cc736 - Browse repository at this point
Copy the full SHA 91cc736View commit details -
Merge pull request #24 from strongloop/soap-fixes
Fixed wsdl-test failure
Configuration menu - View commit details
-
Copy full SHA for 6f24233 - Browse repository at this point
Copy the full SHA 6f24233View commit details -
* code review fixes (rashmihunt) * fixed wsdl-test failure (rashmihunt) * add babel script as prepublish (deepakrkris) * remove forceSoap12Headers wsdl option and reimplement (rashmihunt)
Raymond Feng committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for f5c2d53 - Browse repository at this point
Copy the full SHA f5c2d53View commit details
Commits on Oct 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c87488e - Browse repository at this point
Copy the full SHA c87488eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a67a21 - Browse repository at this point
Copy the full SHA 8a67a21View commit details -
Merge pull request #28 from strongloop/soap-fixes
Debug support & fixed warning msgs
Configuration menu - View commit details
-
Copy full SHA for aa386e1 - Browse repository at this point
Copy the full SHA aa386e1View commit details
Commits on Oct 7, 2016
-
* fixed debug level (rashmihunt) * debug support & fixed warning (rashmihunt)
Raymond Feng committedOct 7, 2016 Configuration menu - View commit details
-
Copy full SHA for bec702e - Browse repository at this point
Copy the full SHA bec702eView commit details
Commits on Oct 19, 2016
-
Using targetNamespace of the attribute if present (#32)
Fix is correct. Merging the PR.
Configuration menu - View commit details
-
Copy full SHA for 9c1e411 - Browse repository at this point
Copy the full SHA 9c1e411View commit details
Commits on Oct 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 41e088d - Browse repository at this point
Copy the full SHA 41e088dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e0d25b - Browse repository at this point
Copy the full SHA 5e0d25bView commit details -
Merge pull request #33 from strongloop/issue31
'definitions' not available in describeHeaders () function. Fixes #45
Configuration menu - View commit details
-
Copy full SHA for 7c1fe64 - Browse repository at this point
Copy the full SHA 7c1fe64View commit details
Commits on Nov 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 21bd496 - Browse repository at this point
Copy the full SHA 21bd496View commit details -
Merge pull request #36 from strongloop/add_translation5
Add translation files
Configuration menu - View commit details
-
Copy full SHA for 0acc949 - Browse repository at this point
Copy the full SHA 0acc949View commit details
Commits on Nov 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a4e99df - Browse repository at this point
Copy the full SHA a4e99dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c82af - Browse repository at this point
Copy the full SHA e0c82afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ac444 - Browse repository at this point
Copy the full SHA b5ac444View commit details
Commits on Nov 18, 2016
-
Merge pull request #40 from bhoriuchi/issue-37
Thank you for the PR. This fixes #37
Configuration menu - View commit details
-
Copy full SHA for f90f2be - Browse repository at this point
Copy the full SHA f90f2beView commit details
Commits on Nov 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bb9206b - Browse repository at this point
Copy the full SHA bb9206bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e9a01 - Browse repository at this point
Copy the full SHA d9e9a01View commit details -
handle the case where the header for set-cookie is a string and not an array
Configuration menu - View commit details
-
Copy full SHA for 362da75 - Browse repository at this point
Copy the full SHA 362da75View commit details
Commits on Nov 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e0e53d9 - Browse repository at this point
Copy the full SHA e0e53d9View commit details -
Merge pull request #47 from strongloop/add_translation7
Update translation files
Configuration menu - View commit details
-
Copy full SHA for 5d40a63 - Browse repository at this point
Copy the full SHA 5d40a63View commit details
Commits on Nov 30, 2016
-
Initial support for NTLM (#52)
* ntlm support * fixed example ntlm.js * removed old licence * fixed test issues * ntlm support * fixed example ntlm.js * fixed test issues * add optional wsdl auth * revert handleResponsemethod args * switch to uuid from node-uuid
Configuration menu - View commit details
-
Copy full SHA for 114b86e - Browse repository at this point
Copy the full SHA 114b86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for deb5df8 - Browse repository at this point
Copy the full SHA deb5df8View commit details
Commits on Dec 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7abf7bd - Browse repository at this point
Copy the full SHA 7abf7bdView commit details
Commits on Dec 6, 2016
-
Merge pull request #54 from strongloop/ntlm
Proper support for xsi:type
Configuration menu - View commit details
-
Copy full SHA for 5366588 - Browse repository at this point
Copy the full SHA 5366588View commit details
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 62ab3b3 - Browse repository at this point
Copy the full SHA 62ab3b3View commit details
There are no files selected for viewing