Michael Van der Borght's Blog

  • Home
  • Contact
  • Sign in
  • RSS Feed

Archives

September 2011 (2)

Categories

  • SharePoint 2010
  • SharePoint 2007
  • FAST Search Server
  • Nintex Workflow 2010
  • InfoPath

Blogs I Read




MCP MCTS MCT MVP

MCP MCTS MCT MVP

MCP MCTS MCT MVP



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]

Published: 9/9/2011 | 45  Comments | 0  Links to this post
Tagged as: SharePoint 2010, InfoPath

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]

Published: 9/2/2011 | 1878  Comments | 0  Links to this post
Tagged as: InfoPath, SharePoint 2010