Simple SOA infrastructure (Call RESTful WCF Service, Recognize relevant Service and Execute)
Let's start with Service Gateway part:
And Utils for:
And WCF Service Part:
Service Contract
Service implementation:
...and Service Request Object (must be exactly like Client Request Object for JSON Serialization)
Let's start with Service Gateway part:
And Utils for:
And Request Object Model:
Service Contract
...and Service Request Object (must be exactly like Client Request Object for JSON Serialization)
No comments:
Post a Comment