![]() |
Web Services Has anybody developed a .NET web service wrapper for creating new cases. I would like to integrate creating new cases into my .NET windows app, and it seems a Web Service would be the answer.
Ralph Shillington
In the FogBUGZ/Accessories folder, there's an ActiveX control that does exactly that. ScoutSample.zip contains an example of using it. The ActiveX control can be called from .Net apps and uses HTTP to create new bugs using the simplified interface at scoutSubmit.asp, which you can call yourself using any HTTP library.
Joel Spolsky
It should be too much work to convert my C# wrapper to a .NET Web Service. Right now the wrapper connects to the standard Scout page with an appropriate query string.
Brian Schkerke
Modify the first sentence of the above to be..
Brian Schkerke
|