I am developing a SharePoint (MOSS 2007) list item event receiver, and I need to invoke a web service in the itemUpdated
method. I have several questions on how to go about doing this:
There is a lot of information on the web. That's the problem, I am an overwhelmed noob! And, I would like a 2015 answer to a MOSS 2007 implementation!
You can add a Service Reference in your SharePoint Project. During the process, this will add an end point to the app.config of the project. You'll have to place this endpoint in the webconfig of your web app (in IIS repertory).