UNPKG
ngx-soap
Version:
beta (0.6.1-beta.1)
beta.0 (0.6.1-beta.0)
latest (0.7.0)
0.7.0
0.6.3
0.6.2
0.6.1
0.6.1-beta.1
0.6.1-beta.0
0.6.0
0.5.0-beta1
0.5.0-beta.7
0.5.0-beta.6
0.5.0-beta.5
0.5.0-beta.4
0.5.0-beta.3
0.5.0-beta.2
0.2.2-beta6
0.2.2-beta5
0.2.2-beta4
0.2.2-beta3
0.2.2-beta2
0.2.2-beta1
0.2.1
0.2.0
0.1.9
0.1.8
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.7
SOAP service for Angular
github.com/lula/ngx-soap
ngx-soap
/
lib
/
soap
/
wsdl.d.ts
3 lines
(2 loc)
•
149 B
TypeScript
View Raw
1
2
3
export
declare
let
WSDL
:
(
definition
:
any
,
uri
:
any
,
options
:
any
) =>
void
;
export
declare
function
open_wsdl
(
uri
:
any
,
options
:
any
):
Promise
<
any
>;