A few months-old WSE 2.0 article

I wanted to refresh my understanding of Microsoft’s Web Services Enhancements (WSE) 2.0, so I started reading an old article by Aaron Skonnard. It’s really nice. I particularly liked the second paragraph:

“The popularity of the WebMethod framework and others like it has nearly convinced mainstream developers that Web Services are only useful for RPC over HTTP. The irony is that some of the most interesting and powerful Web Services of the future probably won’t use either. The Web Services concept is designed around XML messaging over arbitrary transports. XML messaging applications can benefit from a variety of different communications protocols as long as they aren’t detrimental to the fundamental interoperability goals of the system.”

Web Services are treated by many as the modern way of doing RPC over XML or even as the “interoperable” way of doing distributed objects using angle brackets. Of course they could be used like that and in fact they are (OGSI, WS-RF). However, Web Services are more than that. They are all about message exchanges and interaction patterns.

Just my 2p.

Recent Posts

The Beginning of CVOYA

There’s a unique energy that comes with starting something new — a blend of excitement,…

1 month ago

Enhancements in Graph Model: Dynamic Entities & Full-Text Search

As I continued work on BrainExpanded and its MCP service, I came to realize that…

4 months ago

GraphModel: A .NET Abstraction for Graphs

Just over a month ago, I published "Playing with graphs and Neo4j". Back then, it…

5 months ago

Playing with graphs and neo4j

After my initial implementation of some BrainExpanded-related ideas on top of dgraph using its GraphQL…

6 months ago

A Graph Model DSL

Say hello to the Graph Model Domain Specific Language (GMDSL), created with the help of…

7 months ago

BrainExpanded – Web app and Data Sources

As I wrote in previous posts, the manual recording of memories for BrainExpanded is just…

7 months ago