'asmx soap handler for processing rest messages
I have c# asmx service which handles soap messages. Is there any way we convert the rest messages to soap messages so asmx can process them? As we know rest doesn't have wsdl soap envelope. Any code snippets or open-source which can get his solution achieved ?
Need to interpret two type of message which are
1.application/x-www-form-urlencoded - 2. text/xml - this is with soap extension
appreciate any inputs
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
