How to call a Biztalk net.TCP service from Raw TCP request?
        Posted  
        
            by Burhan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Burhan
        
        
        
        Published on 2009-02-12T12:58:25Z
        Indexed on 
            2010/04/19
            17:03 UTC
        
        
        Read the original article
        Hit count: 324
        
I have written a net.tcp based service in Biztalk 2006 R2 and it listens at a location,
http://localhost:5060/WCFTcpService
I need to call this service by using Raw TCP request. i.e.
I don't want to create a proxy class and consume it in a .NET client application. How can I be able to do this?
The real scenario is that an Oracle Stored procedure will be used to communicate with this service and the only way I am allowed to call this service is to send a TCP request to the Biztalk server that is hosting the service. Any help or tips would be really appreciated. Thanks.
© Stack Overflow or respective owner