TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Biswajit Kayal
NA
289
71.2k
Working with a byte array in WCF service
Jul 31 2017 2:27 PM
I am working with a byte array input to a WCF REST service. Request and Response format is json. I am facing issue when the service tries to deserialize byte array. At client side I am using NewtonSoft to serialize and at server side it is default DataContract Serializer. If I encode byte array to Base64String then service works fine. Problem is with byte array. Can someone help me if there is any special treatment required while working with byte array in WCF.
Reply
Answers (
2
)
How to create WCF service with Post data?
Soap Message Signing