Skip to content

Instantly share code, notes, and snippets.

@raj-arun
Created July 18, 2019 15:36
Show Gist options
  • Save raj-arun/6fffdc374201a28e96b530440e51d2f6 to your computer and use it in GitHub Desktop.
Save raj-arun/6fffdc374201a28e96b530440e51d2f6 to your computer and use it in GitHub Desktop.
Invoke the BI Report
#Invoke BI Report
Invoke-WebRequest $loginData.wsdl `
-Method Post -ContentType "application/soap+xml;charset=utf-8" `
-Headers $headers -InFile EPM_Account_Hierarchy.xml -OutFile output.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment