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
Sanfoor Sanfoor
NA
6
12.2k
Call soap 1.1 web method
Jun 21 2015 7:30 AM
in my web application i invoke a soap 1.1 web method on remote server, i add a web reference from wsdl file.
it must return a message and then update some records in database .but it doesn't make any action .
so, in my web.config file i add the following line
<remove name="HttpSoap12"/>
but still no thing happen.
i am in trouble how to test this web method? how to be sure that my code is invoking this web method?
Reply
Answers (
0
)
How to call WebMethod from cross domain
the web method is not returning any data when used