wpf legacy server call
Posted
by
Shah Al
on Stack Overflow
See other posts from Stack Overflow
or by Shah Al
Published on 2011-01-03T17:22:17Z
Indexed on
2011/01/03
21:54 UTC
Read the original article
Hit count: 283
Hi,
We have a legacy application running tomcat that publishes data in a simple html table. I have no control on the remote server publishing the data. I am looking to extract the data into a WPF desktop application and display it as a table.
Is there any way a WPF application can make a url call, get the result and parse the data. This would be similar to AJAX from JSP.
Any thoughts/ideas? Please advice.
Regards,
© Stack Overflow or respective owner