File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.4.3 / 2014-04-07
2
+ =================
3
+ * Refactored WS-security. small modifications to pull #275
4
+ * Updated readme to add documentation for passing options to a client request
5
+ * Added null check for portType and methods[ methodname] .output
6
+ * Fixed issue where requests that included compex types led to invalid request XML.
7
+ * Support for attributes array elements and support for complex extensions with array elements.
8
+ * Make sure callback is done asynchronously for a cached wsdl
9
+ * Added WSDL inheritance support (#133 ).
10
+
1
11
0.4.2 / 2014-03-13
2
12
=================
3
13
* Added the ability to inspect and clear soap headers.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " soap" ,
3
- "version" : " 0.4.2 " ,
3
+ "version" : " 0.4.3 " ,
4
4
"description" : " A minimal node SOAP client" ,
5
5
"engines" : {
6
6
"node" : " >=0.8.0"
You can’t perform that action at this time.
0 commit comments