Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
Windows Server 2008
Description
Currently the WCF Interop project encodes/decodes only string and int data types. The project needs to do all the AMQP data types.
- In directory wcf/src/apache/qpid/interop source files InputLink.cpp and OutputLink.cpp have convenient TODO: markers exposing where the encoder/decoder code might go.
- The dotnet project seems to have what might be needed in client/transport/codec/*.
The effort would be to move the code from dotnet into wcf/interop.