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
sujith sb
NA
4
0
WCF large size request data handling asynchronously
Mar 4 2014 11:40 PM
I have a self hosted WCF service for handling HTTP POST request.
My WCF service method will handle 2 types of request (1. getting data, 2. Do some action with given data).
My scenario
:
1. Started Action request with large amount of data. : during the starting of that action do some processing. 2. client reads some results. 3. sending the remaining data for the previous action.
I implemented this using 'TcpListener' it is working.
Problem
: when i try to implement this scenario using WCF, i have got the 'Bad request' during the first action request.
Any help/guidance would be great as I'm really stuck on this.
Attachment:
class1.rar
Reply
Answers (
0
)
Abstract Client-Server Aplication from Data Structure
Error in WCF Service