I am trying to compile a list of SOA developer dont's. Things that people are doing out there that they shouldn't be.
I will start the list with passing objects in and out of services. A good example of this is passing a dataset out of a service. JAVA developers will not be able to use this service because JAVA cannot translate a dataset. The fix is to use XML instead.
Well I hope this list gets nice and long and then I will try to narrow them down and rank them.