We are implementing a distributed app with a Silverlight 2.0 client.
The Web server forwards the calls from the client to an application
server which sits behind a firewall.

Question:
--------------
what would be the easiest/most elegant solution to bridge the WCF
calls from the Silverlight client into RSB.

Sketch of the envisioned solution:
------------------------------------------------
My wish it is to have one single WCF service with a single method
accepting "generic" messages (possibly serialized with the
XmlMessageSerializer of RSB) and replying with a "generic" message
response (also serialized with the XmlMessageSerializer). That would
make the configuration of WCF very easy/slim...

As soon as the message arrives at the WCF service I want to feed it
into the bus. On the application server I then have the appropriate
message handlers that consume the messages and reply with a message
response.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to