I am trying to read about RETS and have understood little.
I basically need to create RETS SOAP web service to post data to a URL. I am trying to do this with ASP.NET and C#.
I need to receive the data entered by users/brokers and then re-transmit in RETS compliant standard XML. It will be sent to these clients who are RETS 2.0 compliant. The challenge here includes ensuring the entered data is RETS 2.0 compliant.
Can anyone suggest, at a high level, what needs to be done to conform to the RETS 2.0 standard, and how to get started?