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
ctcoley
NA
6
0
Problem with Web Service Parameter
Mar 8 2004 4:30 PM
I am having a problem with a simple web service that accepts a parameter. For example: [WebMethod] public string HelloWorld(string strParam) { return "Hi"; } This method returns a 500 Internal Server Error. When I remove the parameter: [WebMethod] public string HelloWorld() { return "Hi"; } the web service works fine. Does anyone have any experience with this or know of a direction to log what is causing the error (nothing is in the event log). Thanks.
Reply
Answers (
1
)
Using HTTPWEBREQUEST----->Very Urgent
Two dimensional arrays and .NET Web Servicec :(