Link to home
Start Free TrialLog in
Avatar of Aarsleff
AarsleffFlag for Denmark

asked on

Submit infopath fields to a Webservice

I'm not a programmer
Got InfoPath 2010 without the submit data to SQL directly

So can anyone help me create a webservice (or point me to a how-to) so I can submit 5 fields from an infopath form to a specific database & table in a SQL server?

the fields from infopath:

Date [datetime]

RekNo [int]

HelpType [varchar](50)

AfdeptNo [int]

CarNo [int]

Problem [varchar](50)

thanks in advance
Avatar of Clay Fox
Clay Fox
Flag of United States of America image

Option 1 - recreate your form as a database form and link it to the table you want to submit data to.
Option 2 - check out www.qdabra.com and their web service toolkit which will enable this with a simple install
Option 3 - program your own web service
ASKER CERTIFIED SOLUTION
Avatar of Aarsleff
Aarsleff
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aarsleff

ASKER

ww