Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

InfoPath with Microsoft Content Management Server Web Services : Creating the InfoPath Document

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
8/17/2012 6:15:57 PM

Preparing the InfoPath Environment

At this point you need to have Microsoft InfoPath 2003 and Office 2003 Service Pack 1 (SP1) installed on your computer. If your Office 2003 installation does not have SP1 currently applied, you will be able to download it from:

http://www.microsoft.com/downloads/details.aspx?FamilyID=9c51d3a6-7cb1-4f61-837e-5f938254fc47

					  

You should also download the InfoPath 2003 SDK for further reference from:

http://www.microsoft.com/downloads/details.aspx?FamilyId=351F0616-93AA-4FE8-9238-D702F1BFBAB4

					  

To verify Service Pack 1 has been installed, start InfoPath and click Help | About Microsoft Office InfoPath. The name of the latest service pack is printed next to the product’s version number.

Creating the InfoPath Document

InfoPath documents require an InfoPath template (.xsn), designed in InfoPath, before they can create an InfoPath form template and connect it to a Web service for data retrieval and submission. Follow these steps to create an InfoPath template that will connect to the Web service we just created:

1.
Launch Microsoft InfoPath 2003.

2.
On the left-hand side of the Fill Out a Form window, select Design a Form. If the Fill Out a Form window is not open, select File | Design a Form.

3.
From the Task Pane on the right-hand side, select New from Data Connection.

4.
In the Data Connection Wizard, select Web Service and click Next.

5.
Select Receive and submit data and click Next.

6.
Enter the Web service URL as http://localhost/McmsAuthoringWebService/authoring.asmx and click Next.

7.
For the Retrieve operation we must select the GetPosting operation and click Next.

8.
Click Next again. We use the same Web service address for the submit functionality, so again, click Next.

9.
Select the SavePosting operation and click Next.

10.
There are several ways to submit data to a Web service. The entire XML document can be submitted or a specific node can be selected. For this form, we will submit only the GetPostingResult node that represents the result of the previous Web service call. Under Parameter options, click the Modify button to open the Select a Field or Group dialog.

11.
Expand the dataFields node and the s0:GetPostingResponse node, then select the GetPostingResult node and click OK.

Depending on whether or not you have .NET 1.1 Service Pack 1 installed, the XML document namespace may be s0 or tns, because once the service pack is installed, VS .NET generates the Web service description (WSDL) file differently. Either s0 or tns will work in this solution.


12.
The submit data Field or group textbox will now be populated with an XPath query representing the path to the GetPostingResult node in InfoPath’s internal data structure.

13.
Click Next. Leave the data connection name as Main submit and click Finish.

The InfoPath template should now be created and the Data source window should now reflect the structure of the Web service.

Now let’s give this form a title. Click the Click to add title label and type in MCMS Authoring InfoPath Form. Select the text and make it bold.

Finally, we’ll enter some brief instructions below the title. Click anywhere on the Click to add form content label. In the space provided, enter This InfoPath form can retrieve and update existing MCMS postings.

Other -----------------
- InfoPath with Microsoft Content Management Server Web Services : Creating the ASP.NET Web Service
- Active Directory Domain Services 2008 : Configuring Attributes to Be Indexed for Containerized Searches, Configuring Attributes Not to Be Indexed for Containerized Searches
- Active Directory Domain Services 2008 : Configure Attributes to Be Copied When Duplicating Users, Configure Attributes Not to Be Copied When Duplicating Users
- Windows Server 2008 Server Core : Associating a Folder to a Drive with the Subst Utility, Displaying a Directory Structure with the Tree Utility, Managing the Volume Shadow Service with the VSSAdmin U
- Microsoft Dynamic GP 2010 : Module Setup - Inventory (part 3) - Inventory Item Setup
- Microsoft Dynamic GP 2010 : Module Setup - Inventory (part 2) - Item class setup
- Microsoft Dynamic GP 2010 : Module Setup - Inventory (part 1) - Inventory Control Setup, Inventory sites, Unit of Measure Schedules
- Exchange Server 2007 : Designing Exchange Infrastructure, Integrating Client Access into Exchange Server 2007 Design
- Exchange Server 2007 : Designing Exchange Server Roles in an Exchange Environment
- Microsoft Dynamics CRM 4.0 : Infrastructure Design Considerations - Outlook Infrastructure Optimization
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server