Capturing text box data in webservice

V

Vinesh

Hi,
I am new user of InfoPath.
May i know how to get the text from text box of InfoPath in web service
written in C#.

Appreciate your help.

Regards,
Vinesh
 
B

Ben Walters

Hey Vinesh,
If you Add a new submit Data connection in your InfoPath form
Tools>Data connections
you can submit your form to a webservice as a string of XML, your web method
can then take this xml and load it into an XMLDocument from here you can use
Xpath to get the data out.

if you need more info on this let me know and I'll shoot through a sample

Cheers
Ben
 
Top