Wednesday, July 10, 2013

Simple SOA infrastructure (Call RESTful WCF Service, Recognize relevant Service and Execute)

Simple SOA infrastructure (Call RESTful WCF Service, Recognize relevant Service and Execute)


Let's start with Service Gateway part:


And Utils for:


And Request Object Model:

And WCF Service Part:

Service Contract



Service implementation:


...and Service Request Object (must be exactly like Client Request Object for JSON Serialization)


No comments:

Post a Comment