The problem is that they URL lookup can take a while (1sec) and it is not good
to do it in the parsing. The SOAP query can be done with a simple HTTP POST, and
it should not be hard to parse the response.
How about the MSBuild scanner creates links to a method in the warnings plugin
that takes the category id as parameter, then the method will query the MS
service and return a valid URL. The browser is then relayed to the URL.
This way it will not take longer to parse the console log, and the service
lookup will only be done on request.
What do you think?
Created an attachment (id=262)
SOAP query