without further ado, here are the two tips (in question form):
- do you really need an orchestration?
- do you really need an xsd/xml message?
also, most projects don't need and xsd/xml message. a .net class as a message is, for most solutions, the better option. there's one big con in using a .net class however. if you need to publish your message externally, the you have to go with xsd, because a .net class offers nothing as far as publication goes. nonetheless, if you don't need an externally published message, go with a .net class... it'll save you tons of times and headaches ;)
0 comments:
Post a Comment