Skip to content

Commit

Permalink
Request used in Get-WorkdayIntegrationEvent broke between v27 and v30…
Browse files Browse the repository at this point in the history
…. Will fix later.
  • Loading branch information
Nathan Hartley committed Apr 20, 2018
1 parent 19217dc commit 9b45b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Start-WorkdayIntegration.ps1
Expand Up @@ -64,7 +64,7 @@
if ([string]::IsNullOrWhiteSpace($Integrations_ResourcesUri)) { $Integrations_ResourcesUri = $WorkdayConfiguration.Endpoints['Integrations'] }

$request = [XML]@'
<bsvc:Launch_Integration_Event_Request bsvc:version="v30.0" xmlns:bsvc="urn:com.workday/bsvc">
<bsvc:Launch_Integration_Event_Request bsvc:version="v27.0" xmlns:bsvc="urn:com.workday/bsvc">
<bsvc:Integration_System_Reference>
<bsvc:ID bsvc:type="type">id</bsvc:ID>
</bsvc:Integration_System_Reference>
Expand Down

0 comments on commit 9b45b5d

Please sign in to comment.