NationalAssociationOfRealtors / libRETS

libRETS is RETS client library written in C++ that allows rapid development of RETS client applications. By saving the developer from dealing with the RETS protocol details, the application writer can concentrate on their application, saving them time and money in the process
Other
107 stars 59 forks source link

Add Action parameter to UpdateRequest #76

Closed darrenkopp closed 5 years ago

darrenkopp commented 5 years ago

If merged this would resolve #42 by adding the ability to specify the Action parameter. I'm still in the process of trying to get this to build on Windows so I haven't had a chance to test this yet, but in general I believe this is all that is necessary. My concern is that the previous expectation was that Type would always be set and this code would attempt to send Type="" due to how it's currently initialized, but please correct me if I'm wrong.

codenaked commented 5 years ago

@jazzklein - Thanks for merging! Any chance of getting a build with that change in it?

jazzklein commented 5 years ago

@codenaked Hopefully this weekend.

(Please note, I've been out of Real Estate for about 7 years and am now doing this all on my own time, so I can't take work hours to do it)

codenaked commented 5 years ago

Yup, no worries and thanks! If we can help out, please let me know.