In this second post, Kevin Dockx explains two things - passing in parameters to an operation and using custom binding with binary encoding.
Source: The Blog of Kevin Dockx
After my previous post on how to use a Channel Factory in Silverlight, I received quite a few questions through Twitter, the main one being: “how do you pass in parameters to an operation?” Next to that, someone also suggested to use a custom binding with binary encoding instead of the default basicHttpBinding. So I decided to write a post explaining how to achieve those two things – welcome to part 2: binary cows & new-born calves!
Read Kevin's previous post here.