want to exchange data between sites

Last post 08-02-2007 12:37 PM by Srheal. 4 replies.

Sort Posts:

  • want to exchange data between sites

    07-30-2007, 12:16 AM
    • Participant
      985 point Participant
    • SanjaySutar
    • Member since 06-19-2007, 2:49 AM
    • Posts 555

    hi

          i want to exchange data between 2 sites for e.g data of employees to another site .

    I think web services can do it. But i dont know how to achieve that. Secondly i heard that it is  possible using SOAP but that is what XML webservices use to transfer xml data.

    I just want to know how to achieve that ,better if any example is there.........

     

     

    Thanx in advance

  • Re: want to exchange data between sites

    07-30-2007, 12:37 AM
    • All-Star
      23,803 point All-Star
    • pkellner
    • Member since 11-12-2004, 10:42 AM
    • San Jose, California
    • Posts 3,567
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    You would create a web service on one system, and have the other system call that web service using  the web client api.

    Here are some articles on how to do it.

    http://www.kantega.no/kurs/kursliste/kursinfo.asp?thisId=1114690258

     

    Peter Kellner
    http://peterkellner.net
    Microsoft MVP • ASPInsider
  • Re: want to exchange data between sites

    07-30-2007, 12:50 AM
    • All-Star
      17,710 point All-Star
    • vivek_iit
    • Member since 06-18-2006, 6:13 PM
    • New Delhi
    • Posts 3,171
    • TrustedFriends-MVPs

    You can use XML Webservices using SOAP header as shown in this article:

    http://aspalliance.com/979_Working_with_Web_Services_Using_ASPNET

    Hope this helps,

    Vivek 

  • Re: want to exchange data between sites

    08-01-2007, 9:21 AM
    Answer
    • Participant
      985 point Participant
    • SanjaySutar
    • Member since 06-19-2007, 2:49 AM
    • Posts 555

    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

     

    thanx in advance

  • Re: want to exchange data between sites

    08-02-2007, 12:37 PM
    • Member
      159 point Member
    • Srheal
    • Member since 09-15-2006, 9:29 PM
    • Posts 38

    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 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.

Page 1 of 1 (5 items)