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
Z K
NA
16
1.3k
Soap code in Asp.net c#
Jul 25 2019 12:52 PM
how we can use that soap request in c# asp.net Application code after that request how we can get response.without adding refrence or wsdl or proxy classes or .asmx
how we can use that code from our c# asp.net application.
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap ="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<eps:ViewName xmlns:eps="http://www.test.com/A/eps">PersonName</eps:ViewName>
<eps:UserCode xmlns:eps="http://www.test.com/A/eps">****</eps:UserCode>
<eps:Password xmlns:eps="http://www.test.com/A/eps">****</eps:Password> </soap:Header>
<soap:Body> <eps:constraint xmlns:eps="http://www.test.com/A/eps" name="COMnum"> 111 </eps:constraint> <eps:constraint xmlns:eps="http://www.test.com/A/eps" name="EMPnum"> 1211 </eps:constraint>
</soap:Body> </soap:Envelope>
Reply
Answers (
1
)
How to upload files in OneDrive use MS Graph API
How to Learn MS Graph APi