Control to access a webserveice?

T

theWul

So.... is there any control that allows to select/validate data retrieved from a webservice?
In particular I need something where the user can input a code that is validated against a webservice, and upon validation the decoded text should be retrieved (and inserted into another readonly control).
Furthermore there should be an option to display a selection dialog whenever the user triggers some kind of "search"-event or inputs ambiguos code parts.

Thanks ahead =)
 
R

Roger Jennings

There's a simple (no-code) InfoPath SP-1 Web service client example at
http://www.oakleaf.ws/InfoPath/simplews.aspx that's similar to what you
describe. The form sends address info and a key code to a public demo Web
service that returns USPS validation info for the address.

The sample doesn't include search features, but the Web service does have
some options to resolve address ambiguities.

There's a more complex Web service example with downloadable code at
http://www.oakleaf.ws/InfoPath/nworders.aspx.

--rj



theWul said:
So.... is there any control that allows to select/validate data retrieved from a webservice?
In particular I need something where the user can input a code that is
validated against a webservice, and upon validation the decoded text should
be retrieved (and inserted into another readonly control).
Furthermore there should be an option to display a selection dialog
whenever the user triggers some kind of "search"-event or inputs ambiguos
code parts.
 
Top