Hi JR,
I typically save form data into a database via a webservice. You can
create a web method that accepts the parameters as the arguments you
want to insert into a database.
Once you have created the webservice method you can create a data
connection to the web service in Infopath at design. Once you have
created the data connection you can set the parameters of the webservice
method to the actual fields on the form.
Lastly you will need to convert your data connection into a udcx file
which will likely need to exist in a data connection library on your
sharepoint site. After doing this you will need to reconfigure your
udcx file to make web service calls via the web service proxy. Then you
will need to both enable the web service proxy for your sharepoint site
and configure the forms services to allow cross domain connections.
Allot of information but the udcx file is vital for the form to run in
browser-enabled mode.
Hope this helps,
Maui Williams | Solution Developer II, MCSD.Net
Avanade | West Region
2211 Elliott Avenue, Suite 200 Seattle, WA 98121
-----Original Message-----
From: Jithendrian. R [mailto:JithendrianR@discussions.microsoft.com]
Posted At: Wednesday, November 01, 2006 11:11 PM
Posted To: microsoft.public.infopath
Conversation: Filling Forms in FormServer
Subject: Filling Forms in FormServer
Hi ,
I have hosted my infopath 2007 form in formserver and then loading the
form
into my aspx page. now when the form is filled i want to save the
details of
the form into my database and dont want to save it on to the server.
How to do this?
TIA
Jithendrian. R
Jithendrian. R - 14 Nov 2006 03:20 GMT
Hi Maui,
Apologies for late response. Actually i dont want to expose my service to
InfoPathForm. Moreover apart from the Infopath Form i need to send ome more
datas as parameters to my service from the UI when the infopath form is
submitted.
Need help on this.
TIA
Jithendrian. R
> Hi JR,
>
[quoted text clipped - 39 lines]
> TIA
> Jithendrian. R