Hello folks!
During trying to update user object, for some reason OneIM seems is not passing parameters to the Powershell function. How it looks:
XML schema for user:
<ReadConfiguration> <ListingCommand Command="Get-UserList"> <SetParameter Param…
Hello folks!
During trying to update user object, for some reason OneIM seems is not passing parameters to the Powershell function. How it looks:
XML schema for user:
<ReadConfiguration> <ListingCommand Command="Get-UserList"> <SetParameter Param…
Hi
What is the best solution for importing XML data?
The xml is returned by an external API so i looked into the sync editor with the powershell connector which would be my preferred approach, but i can’t find any examples online or is there another better…
Hello Everyone, I am just checking the comparison between JSON and XML, I have checked some blogs they said JSON is better them XML for data transfer. Can I know this is only one reason for JSON is better than XML? Can anyone tell me?
Hi,
I am trying to create a web services connector. The following code won't compile. It throws an error about not being able to perform XML serialize on the 'timings' parameter which is a custom class of that web service. But when I run the same code…