I'm working on a server application, which will use web services to communicate with the user clients. I need to make the services accessible on every platform (basically all kinds of mobile phones), so by default using WCF would be painful on the client side, but i was wondering, if there was a not-too-hard way to customize WCF messages, so that i can give an exact, and easy-to-use specification to the client-guys.
feedback
|
|
You can pick between Use
Use
If you really must, you can define your own serializer to handle serialization totally the way you want (watch out for the amount of work needed for this!). See Service Station: Serialization in WCF for more info on the serializers | |||
|
feedback
|