Sep 092011

Update InfoPath form with a web service.

When you want to update an item in SharePoint with an InfoPath form. You will have to use some custom code and a data connection. In my example I used a SharePoint Webservice. Web Service This is the code I used to update my item. public void Upd ...[Read More]

Sep 022011

Error calling asmx web services with InfoPath: SharePoint 2010

A while ago I made a couple of InfoPath forms that used an asmx service to prefill some of the controls on the InfoPath form. When I was running the form with http there was no problem occurring, but when I was trying to run it with https I got a ...[Read More]