Call long running operation in WSS feature OnActivated Event
- by dirq
More specifically - How do I reference SPContext in Web Service with [SoapDocumentMethod(OneWay=true)]?
We are creating a feature that needs to run a job when a site is created. The job takes about 4 minutes to complete. So, we made a web service that we can call when the feature is activated. This works but we want it to run asynchronously…