Quantcast
Channel: PowerShell General
Viewing all articles
Browse latest Browse all 10624

PowerShell and Filter Beans

$
0
0

Greetings;

I'm working with this WSDL API and so far I've managed to get most of the API methods wrapped with a PowerShell function.  It's (sort of) a ticketing system and one important ability would be to get a batch of tickets based on a filter.  It just so happens that there's a method for getting requests by filter, but it needs a 'filter bean array' as an overload.  I tried creating a PSObject but the API didn't know what to do with that.  Any suggestions on how to create a filter bean object? Better yet, anyone got an example of how they created a filter bean?


Viewing all articles
Browse latest Browse all 10624

Trending Articles