Consuming Web Services in InfoPath Part 4: Configuring Form Services
Next, you need to configure Form Services to use Web Proxy...
- Navigate to your data connection library. Save a copy of the Universal Data Connection file somewhere in your harddisk.
- Navigate to Central Administration
- Under "Application Management" -> "InfoPath Forms Services", click on "Manage the Web service proxy"
- Check "Enable the Web service proxy"
- Click [OK]
- Open up the UDC file you have saved in your local harddisk.
- Depending what your web services does... For readonly web services, look at udc:SelectCommand. For writeonly web services, look at udc:UpdateCommand. For both directions, look at both. :p Anyway, set the "UseFormServiceProxy" attribute to true.
- Under "Application Management" -> "InfoPath Forms Services", click on "Manage data connection files"
- Upload the updated UDC file here.
- Test your form, and it should work now...
There is something I can't figure out... Why is there no data connection file in central admin when I selected Centrally Managed...