Web Service to InfoPath

H

Helen Trim

I have written a C# web service in Visual Studio 2005, to be used by InfoPath
2007 to retrieve and submit data. The web service works perfctly, but only
after I have opened Visual Studio, opened the web service solution, selected
the asmx file and viewed it in a browser.

Do I need to add something to InfoPath or something to the web service, to
get it to work without going through these steps each time?

Thanks for your help,
Helen
 
S

Sundar Narasiman

You need to do the following steps

1.Provide Data Connection to the web service from the infopath from
Pls refer the following links for that
http://dotnetbuzz.spaces.live.com/blog/cns!F3599E60D988EEB0!249.entry
http://msdn2.microsoft.com/en-us/library/bb852081.aspx

2. For deploying the forms to the forms services, pls refe the following links
http://msdn2.microsoft.com/en-us/library/bb267334.aspx
http://msdn2.microsoft.com/en-us/library/bb267337.aspx
http://msdn2.microsoft.com/en-us/library/bb267335.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top