soap
Provides methods for working with SOAP based Web Services.
Last updated
Provides methods for working with SOAP based Web Services.
Last updated
Sets Basic Authentication details to be used for connections with the service.
Parameters:
Name | Type | Description |
---|---|---|
Sets Bearer Token Authentication details to be used for connections with the service.
Parameters:
Name | Type | Description |
---|---|---|
Sets NTLM Authentication details to be used for connections with the service.
Parameters:
Name | Type | Description |
---|---|---|
Returns SOAP service description.
Parameters:
Returns:
Object
- Service description.
Initiates a SOAP request and returns the response.
** Usage example:**
Parameters:
Returns:
Object
- The response object.
Returns last response headers.
Returns:
Object
- IncomingHttpHeaders (https://microsoft.github.io/PowerBI-JavaScript/interfaces/node_modules__types_node_http2_d.http2.incominghttpheaders.html).
Sets proxy url to be used for connections with the service.
Parameters:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
user
String
Username.
pass
String
Password.
token
String
Token.
user
String
Username.
pass
String
Password.
domain
String
Domain.
workstation
String
Workstation.
wsdlUrl
String
URL pointing to the WSDL XML.
wsdlHeaders
Object
optional
custom HTTP headers to be sent on WSDL requests.
wsdlUrl
String
URL pointing to the WSDL XML.
method
String
Method name (case sensitive).
args
Object
optional
Object containing the arguments.
wsdlHeaders
Object
optional
custom HTTP headers to be sent on WSDL requests.
url
String
Proxy url. Invocation without arguments will remove any previously set url.