WSDLVersion Parameter (Connect-Workday Cmdlet)
The version of the WSDL to use for the service(s) specified in the Service connection property. Only applies when ConnectionType is set to SOAP.
Syntax
Connect-Workday -WSDLVersion string
Data Type
cstr
Default Value
"v44.1"
Remarks
The cmdlet can only connect to a single version of the Workday SOAP API. Use this property to change what version of the API the cmdlet uses. This property affects all SOAP services specified in the Service property.
The latest version of the Workday SOAP API's WSDL changes often.
If you would like to use the latest version, the version may be set to a higher value in this connection property to match the latest release.
Alternatively, you can set the WSDLURL directly and this property will be ignored.