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
Resign Designs
NA
31
29.9k
How to solve this web service issue?
Sep 1 2015 1:17 PM
Hi,
I have a WSDL service (see attached extracted file from WSDL).That used for currency converter.
Here is my code
CurrencyWebRef.CurrencyService obj = new CurrencyWebRef.CurrencyService();
CurrencyWebRef.Currency Currency = new CurrencyWebRef.Currency();
double dt = new double();
Response.Write(obj.GetConversionRate(CurrencyCode.AED,
true
, CurrencyCode.ANG,
true
));
I have a problem with this conversion and I will get the result as "Currency" instead of the real
conversion rate.Surely I have made some mistake in my code.Can anyone help me out.
I have a doubt with highlighted part.
Thanks
Attachment:
currencyservice.zip
Reply
Answers (
2
)
beginner to software side
cannot open popup window using web.sitemap