I have created a web service using WCF and I want to display, say that a company's description in the information booth . After I made the modification, I would like to save it to the SharePoint Library. Once I save it from there, what I want is that when I click on any link in the SharePoint, I would like to open it and then display the details in Infoption.
Can anyone help me with it?
Thank you.
If you have "web service" advanced form template you can set your web service as the main connection Are there. You will then be able to pull information from the web service.
To submit to a SharePoint Library, you must add a button to your form, edit its properties, select "submit" under action, then click on "Submit option ..." From here you will select the "Send Form Data to Single Destination" radio button and use drop down to select the SharePoint Document Library. Just follow the wizard from here and you should have a work form.
Comments
Post a Comment