Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
dear expert,

i want to pull the data from the server using Retsconnector into text file .i dont want to use the Retsconnector software to do this thing i want to do this automaticaly in my project.so please assist me for this query.
Posted
Updated 27-Jul-12 22:06pm
v2

1 solution

I don't have that software, but I found something on Google.

I read that Rets lets you connect to it because it has a webservice.

http://www.rets.org/documentation[^]

http://www.rets.org/files/RETS2_Service_final.pdf[^]

I think when you connect to the webservices of RETS you will be able to get the proper data.
Here's information from Microsoft on how you would do that.
http://msdn.microsoft.com/en-us/library/k482wk1b[^]

and here

How to make a simple WebService and consume it.[^]

This is the "discovery url" that you would need
http://www.rets.org/files/rets2.wsdl[^]

Further, I found that RETSConnector has a feature that lets you generate a Jscript that you might be able to convert to VB.NET.
http://wiki.rets.org/wiki/RETSConnectorScript[^]
 
Share this answer
 
v5
Comments
murlikrishna 28-Jul-12 8:02am    
I want to code in VB i want to connect with the server and retrive the data into file and later i use this file to upload in local database.please give me code
woutercx 28-Jul-12 8:55am    
You'll have to write the code yourself, I'm only pointing you to the solution. Also, the Script generator feature lets you generate JScript code that would be easy to convert to VB.NET code.
murlikrishna 8-Aug-12 0:11am    
thanks for u r support .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900