G
George
Hello,
I am building an assembly that connects to a third party application via
http. I need create a http message that I post to the third party
application. The message is very complicated with alot of business rules
which I can define in a xml/config file. So, I will need to parse the xml
file and also use reflection to retrieve certain data from my business
objects via properties. This assembly will be used alot so performance is
critical. I could hardcode the business rules however maintanence would be
a pain. Any suggestions?
Thanks
I am building an assembly that connects to a third party application via
http. I need create a http message that I post to the third party
application. The message is very complicated with alot of business rules
which I can define in a xml/config file. So, I will need to parse the xml
file and also use reflection to retrieve certain data from my business
objects via properties. This assembly will be used alot so performance is
critical. I could hardcode the business rules however maintanence would be
a pain. Any suggestions?
Thanks