.Net use WSDL for other communication protocol (TCP, etc)
- by Chen
Hi,
Is it possible to generate a proxy class from WSDL and use the proxy class for other communication protocol?
For example, my application generate the new proxy class and then use this class as a standard for sending request and receiving response messages on TCP, JMS, etc.
Thanks