.Net use WSDL for other communication protocol (TCP, etc)

Posted by Chen on Stack Overflow See other posts from Stack Overflow or by Chen
Published on 2010-04-22T06:38:34Z Indexed on 2010/04/22 8:23 UTC
Read the original article Hit count: 153

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET