How to consume SOAP webservice in Asp.net mvc
up vote
0
down vote
favorite
I have requirement to consume SOAP webservice in asp.net mvc application which includes Tokens,Headers as well.Can any one suggest how to consume web service through SOAP format
My request body well be:
20000001
soap
add a comment |
up vote
0
down vote
favorite
I have requirement to consume SOAP webservice in asp.net mvc application which includes Tokens,Headers as well.Can any one suggest how to consume web service through SOAP format
My request body well be:
20000001
soap
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/soap/envelope" xmlns:ws="ws.webservices.exam.com"> <soapenv:Header/> <soapenv:Body> <ws:searchBySerialNumberForADF> <ws:numeroDeSerie>20000001</ws:numeroDeSerie> </ws:searchBySerialNumberForADF> </soapenv:Body> </soapenv:Envelope>
– prasanth
Nov 19 at 7:23
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have requirement to consume SOAP webservice in asp.net mvc application which includes Tokens,Headers as well.Can any one suggest how to consume web service through SOAP format
My request body well be:
20000001
soap
I have requirement to consume SOAP webservice in asp.net mvc application which includes Tokens,Headers as well.Can any one suggest how to consume web service through SOAP format
My request body well be:
20000001
soap
soap
asked Nov 19 at 7:23
prasanth
124
124
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/soap/envelope" xmlns:ws="ws.webservices.exam.com"> <soapenv:Header/> <soapenv:Body> <ws:searchBySerialNumberForADF> <ws:numeroDeSerie>20000001</ws:numeroDeSerie> </ws:searchBySerialNumberForADF> </soapenv:Body> </soapenv:Envelope>
– prasanth
Nov 19 at 7:23
add a comment |
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/soap/envelope" xmlns:ws="ws.webservices.exam.com"> <soapenv:Header/> <soapenv:Body> <ws:searchBySerialNumberForADF> <ws:numeroDeSerie>20000001</ws:numeroDeSerie> </ws:searchBySerialNumberForADF> </soapenv:Body> </soapenv:Envelope>
– prasanth
Nov 19 at 7:23
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/soap/envelope" xmlns:ws="ws.webservices.exam.com"> <soapenv:Header/> <soapenv:Body> <ws:searchBySerialNumberForADF> <ws:numeroDeSerie>20000001</ws:numeroDeSerie> </ws:searchBySerialNumberForADF> </soapenv:Body> </soapenv:Envelope>
– prasanth
Nov 19 at 7:23
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/soap/envelope" xmlns:ws="ws.webservices.exam.com"> <soapenv:Header/> <soapenv:Body> <ws:searchBySerialNumberForADF> <ws:numeroDeSerie>20000001</ws:numeroDeSerie> </ws:searchBySerialNumberForADF> </soapenv:Body> </soapenv:Envelope>
– prasanth
Nov 19 at 7:23
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53370011%2fhow-to-consume-soap-webservice-in-asp-net-mvc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/soap/envelope" xmlns:ws="ws.webservices.exam.com"> <soapenv:Header/> <soapenv:Body> <ws:searchBySerialNumberForADF> <ws:numeroDeSerie>20000001</ws:numeroDeSerie> </ws:searchBySerialNumberForADF> </soapenv:Body> </soapenv:Envelope>
– prasanth
Nov 19 at 7:23