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
Omar Kh
NA
301
21.6k
how to make soap request and get the response using asp.net
Oct 6 2019 4:12 AM
im trying to make a webrequest using wsdl, aacheck webservice contains 3 parameter username,password,presultdesc_out the third one should be the response to the request
so i have added the url from VS2015 and its just seems fine
when i go to the code i have make and object of my service reference
the code below
ServiceReference1.nwebserviceClient req = new ServiceReference1.nwebserviceClient();
req.aaCheck(username.Text, password.Text,result.Text);
the error on the third parameter which display
"arguemnt 3 must be passed with ref keyword "
what should i do ? how to fix it ?
Reply
Answers (
2
)
Ajouter un bouton dans GridView pour ouvrir un fichier
How to prevent reloading _Layout.cshtml in asp.net cor mvc