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
Hariom Prasad
1.5k
195
16.2k
Wcf service (dt method) not able to acess in client app
Sep 21 2013 5:07 AM
hi friends
i have developed a service in wcf say datatable method
i am not able to access in client app
public DataTable Grid(WcfThreetierData obj1)
{
con.Open();
cmd = new SqlCommand("PROC_WCF_GRID", con);
cmd.CommandType = CommandType.StoredProcedure;
da = new SqlDataAdapter(cmd);
da.Fill(dt);
con.Close();
return dt;
}
rest all the methods are able access
The error is
"An error occurred while receiving the HTTP response to http://gunnala-pc/wcfthreetier/wcfthreetier.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down)."
please suggest
Reply
Answers (
3
)
How to Use payment Gateway in asp.net
using one radchart in the place of 4 radcharts