How to use SOAP in asp.net mvc
Posted
by bastijn
on Stack Overflow
See other posts from Stack Overflow
or by bastijn
Published on 2010-04-26T18:34:07Z
Indexed on
2010/04/26
18:43 UTC
Read the original article
Hit count: 230
soap
|asp.net-mvc
A 3rd party site sends its notifications after my web application has completed some action in order to notify me of its succes. Receiving a notification item requires a response back to the 3rd party server (URL) with the a containing the value "accepted".
I have never user SOAP and with the basic info found I'm a bit lost for the case of asp.net mvc. Are there any good links showing the principle of receiving and sending SOAP responses?
Tutorials / information may be presented in other languages such as java, asp.net (classic) or something. I need to get a general idea since googling on SOAP is not giving me anything for the past few hours.
thanks in advance.
© Stack Overflow or respective owner