Imagine you have 2 applications Application A and Application B. Basically I would like to insert records that exist in Application A into Application B. Sql Server Reporting Server is available on Application A
And I was wondering if it is possible to build a report that gathers the record that I need and then publish it as a web service so I can consume it on Application B and then do the inserts.
Application A and B are in two different web servers separated by the internet.
If this is possible could someone post a link that shows an example?
BTW: My experience with SSRS is null, but I have been a web developer for quite a while so I have a general understanding of what we could do I just need some one to point me into the right direction.
Thanks in advance.