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
Jim
NA
2
0
Making a client call to WCF Windows Service problem
Nov 12 2007 4:35 PM
My contract looks like this:
[ServiceContract(Namespace = "WCFServiceLibraryTest")]
public interface ICalculator
{
[OperationContract]
double Add(double n1, double n2);
}
On a test.aspx.cs page:
I try to call my .Add and this is what it looks like
calcService.Add(double n1, bool n1Specified, double n2, bool n2Specified, out double multiplyResult, out bool multiplyResultSpecified)
What are all these added paramters?? bool n1Specified for example?
Thanks
Reply
Answers (
0
)
Listening Tcp Ports on Vista
Error in Creating a Web Client factory solution