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
ashutosh kumar gupta
NA
190
0
Restful WCF Service with 2 Parameters
May 5 2016 7:24 AM
I have created a restful WCF Service with parameters of type Stream and integer. But when executing it it is showing the error that we can not use any other parameter with parameter as Stream type. How we can do this. The signature of the method is as.
[OperationContract(Name = "CustomerBillingDetail")]
[WebInvoke(Method = "POST",
UriTemplate = "/CustomerBillingDetail/BillDetails")]
string CustomerBillingDetail(Stream xmlStream, string ClientId);
Reply
Answers (
1
)
How to deserialize an XML with information about a custom ob
WCF: The remote server returned an error: (400) Bad Request.