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
MONALISA DAS
NA
14
648
Access the function of wfc .svc from python
Jul 27 2017 8:44 AM
Hi all,
I want to access the functionalities of operationcontact of a WFC service from my python code.
[OperationContract]
int CalculateAge(int day, int month, int year);
int ITiberium.CalculateAge(int day, int month, int year)
{
DateTime dt = new DateTime(year, month, day);
int datetodays = DateTime.Now.Subtract(dt).Days;
return datetodays;
}
Can anybody help?
Thanks in advance,
Monalisa.
Reply
Answers (
2
)
Seminar for Angular JS
how to consume WSDL created by Apache Axis version: 1.4