This post originated from an RSS feed registered with Java Buzz
by Arjen Poutsma.
Original Post: Why SOAP doesnât do Operations
Feed Title: The Ancient Art of Programming
Feed URL: http://feeds.feedburner.com/TheAncientArtOfProgramming
Feed Description: A blog about programming in .NET and Java
If you read the SOAP specification, you will notice that the entire spec doesn’t contain the word operation. Not once. On the other hand, in the WSDL spec it is mentioned numerously. This seems weird, isn’t WSDL used to specify SOAP services?
Actually, it isn’t so weird. While RPC-style SOAP there is a strong relation between [...]