wpf legacy server call
- by Shah Al
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,