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
Dominus Farib
NA
6
806
Webservice consuming another webservice
May 7 2015 8:36 PM
Hello friends, I need to develop a webservice as described below:
Help me, please!
Developing a Web Service in C #
WSDL with a method that takes two parameters:
- Numeric (int)
- Char ("C" or "F")
The WSDL method should:
1. Get another WebService in:
http://www.w3schools.com/webservices/tempconvert.asmx
;
2. consume the corresponding methods:
C and the CelsiusToFahrenheit
F to FahrenheitToCelsius;
3. To perform the calculation and return an XML (XmlDocument) with the answer;
4. Recording the research on a table in the database Mysql
Table "research", with the fields / columns:
* Id_consulta [generate automatic]
* Request temperature,
* Request type (F or C)
* Temperature response,
* Datetime consultation,
* Ip of the applicant,
* Xml generated.
Reply
Answers (
0
)
How to parse json array in C# data coming from webservices
Push Notification in axmx web service..