open-nav
GitHub
npm
Preparing search index...
client/src
postXml
Function postXml
postXml
(
baseUrl
:
string
,
operation
:
string
,
xml
:
string
,
options
?:
TransportOptions
,
retryable
?:
boolean
,
)
:
Promise
<
NavResponse
>
POST an XML request to a NAV operation and parse the response.
Parameters
baseUrl
:
string
operation
:
string
xml
:
string
options
:
TransportOptions
= {}
retryable
:
boolean
= true
Returns
Promise
<
NavResponse
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
open-nav
Loading...
POST an XML request to a NAV operation and parse the response.