Hi,
I have a WSE web service that returns a list of items in a collection.
I need to change certain items in the collection if they match a particular regex pattern.
I don't have the source code to the web service!
Would it be possible to inherit from the service and hook into the method marked with [webmethod] and then loop through the collection, filter it, then return it to the calling client?