This post originated from an RSS feed registered with Java Buzz
by Arjen Poutsma.
Original Post: Thoughts on a SOA, part 2: Itâs not Remoting
Feed Title: The Ancient Art of Programming
Feed URL: http://feeds.feedburner.com/TheAncientArtOfProgramming
Feed Description: A blog about programming in .NET and Java
When I started using SOAP on Java, I had a simple goal:
I wanted to expose my business interfaces via SOAP. I wanted the WSDLs to be generated automatically, and I wanted the value objects I used as parameters to be converted automatically. Most of all, I didn't want to change ...