Open
Conversation
fixed tests now when we get empty string for strings instead of empty objects when converting from soap to json
Add last endpoint
fix for empty strings that were returnd as empty json objects
* SOAP fault 1.1 spec http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383507 * SOAP fault 1.2 spec http://www.w3.org/TR/soap12-part1/#soapfault
Use different namespace styles for SOAP Fault 1.1 and 1.2
Fixed SOAP Fault errors not being raised as errors
Fix untested (obviously wrong) check in WSDL#findChildParameterObject
Adds `Object.prototype.hasOwnProperty` check in `WSDL.prototype.objectToRpcXML` and `WSDL.prototype.objectToXML`. This prevents sending arbitrary Javascript has XML nodes.
…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.
Update spelling and formatting to clarify several sections of Readme
Include correct namespace alias for operations without parameters
Add support for xsd element ref
…ttpClient. Before this, the specified client was not used when fetching the wsdl file. This fix will force the wsdl to use the specified httpClient.
Add optional statusCode on soap fault
Update Readme request reponse samples Update wsdl New Test ignore namespace
…l-fix Fix for wsdl retrieval with specified options.httpClient
remove extra slash fix boolean cast rename forceSoap12 to forceSoap12Headers
Adding security to soap-stub.
add SOAP v1.2 support for client
Adding createErroringStub to soap-stub.
Prevent sending Object prototype methods as XML
…-issue-disabling Adding gitter badge in preparation of disabling issues.
added the ability to add HTTP headers to the client.
note new option in readme test for req within Service spacing update test for ipv6
Provide original `req` to Service
This occurs on responses that from what I can tell do not have an xsi:type of string, Thus these objects would not have an internal $value and would return undefined. This commit keeps backwards compatibility and falls back to assuming the error was a string.
Fixed issue when an error was undefined: undefined
This adds supports for PFX files as an alternative to cert and keys. Support for passphrase's Fixed issues with ClientSSLSecurityPFX in 0.1 and 0.8 Additional documentation and tests
Adding ability to use PFX files
…type-attribute Add missing type attribute for PasswordText in WSSecurity
When an error occur, send HTTP 500 status code
…ome servers to trip
Remove SOAPAction http header in SOAP 1.2, extra header was causing s…
…l-modelName * upstream/master: (48 commits) Remove SOAPAction http header in SOAP 1.2, extra header was causing some servers to trip When an error occur, send HTTP 500 status code Adding ClientSSLSecurityPFX for use in requests Fixed issue when an error was undefined: undefined Add missing type attribute for PasswordText in WSSecurity and update related tests Release v0.11.0 pass req to service removed console logs added the ability to add HTTP headers to the client. Release v0.10.3 Adding createErroringStub to soap-stub. Release v0.10.2 Adding security to soap-stub. Release v0.10.1 Adding soap-stub. add SOAP v1.2 support for client Release v0.10.0 Fix xml namespace/element/type handling Release v0.9.5 Fixes 743, Allow circular XSD files to be loaded ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@y-tang
Rolled forward to latest #upstream/master