What is the recommended way to introduce the invocation of an ASP.NET web service from a SharePoint list item event receiver (specifically, a MOSS 2007 document library)? I don’t want to tightly couple the web service URL to the event receiver; but can I still add a service reference (or web reference) to the event receiver project, make the URL Behavior
dynamic, so I can update the reference’s URL in the event receiver code using SharePoint’s own web.config
or a feature property of the event receiver?
↧
Best practice for calling web service from Sharepoint List Item Event Receiver
↧