want to exchange data between siteshttp://forums.asp.net/t/1139630.aspx/1?want+to+exchange+data+between+sitesThu, 02 Aug 2007 16:37:03 -040011396301829680http://forums.asp.net/p/1139630/1829680.aspx/1?want+to+exchange+data+between+siteswant to exchange data between sites <p>hi</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i want to exchange data between 2 sites for e.g data of employees to another site .</p> <p>I think web services can do it. But i dont know how to achieve that. Secondly i heard that it is&nbsp; possible using SOAP but that is what XML webservices use to transfer xml data.</p> <p>I just want to know how to achieve that ,better if any example is there.........</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>Thanx in advance</p> 2007-07-30T04:16:28-04:001829704http://forums.asp.net/p/1139630/1829704.aspx/1?Re+want+to+exchange+data+between+sitesRe: want to exchange data between sites <p>You would create a web service on one system, and have the other system call that web service using&nbsp; the web client api.</p> <p>Here are some articles on how to do it.</p> <p><a href="http://www.kantega.no/kurs/kursliste/kursinfo.asp?thisId=1114690258">http://www.kantega.no/kurs/kursliste/kursinfo.asp?thisId=1114690258</a></p> <p>&nbsp;</p> 2007-07-30T04:37:46-04:001829719http://forums.asp.net/p/1139630/1829719.aspx/1?Re+want+to+exchange+data+between+sitesRe: want to exchange data between sites <p>You can use XML Webservices using SOAP header as shown in this article:</p> <p>http://aspalliance.com/979_Working_with_Web_Services_Using_ASPNET</p> <p>Hope this helps,</p> <p>Vivek&nbsp;</p> 2007-07-30T04:50:19-04:001835089http://forums.asp.net/p/1139630/1835089.aspx/1?Re+want+to+exchange+data+between+sitesRe: want to exchange data between sites <p>hi thanx 4 the reply but i want some more comprehensive stuff. I mean i require any example or any book from where i can get this stuff</p> <p>&nbsp;</p> <p>thanx in advance</p> 2007-08-01T13:21:35-04:001838129http://forums.asp.net/p/1139630/1838129.aspx/1?Re+want+to+exchange+data+between+sitesRe: want to exchange data between sites <p>Hey SanjaySutar listen not all information has to use a webservice to pass data between websites. Depending the amount of data that your sharing, will depend on if you need to use a web service, what web services are for is so a Multi application accross net works can share data. But how much data are you sharing and what do you want to share. I can tell you one way to share data is directly through internet web browsers, Browser have abilities to hold data also known as cookies. Cookies are browser variables that store bits of information, if you have two websites and you want to pass data between one website to another you could use a system known as a cookies share description log that will allow you to convert data across web browsers; without ever needing any webservice. Very powerful wouldn't you say? I have done this for a company that wanted to verifiy a user login from a&nbsp;totally different web site with out havent to access any members databse or any webservice for that matter. I totally knocked the guys socks off with this ability. And guess how long it took two minutes.</p> 2007-08-02T16:37:03-04:00