On AX09 I am using BC.Net within a WCF service to call my X++ class methods and return data to the client.
I am looking for an alternative to BC.Net in AX12.
I want to use the same X++ methods currently used AX09, but create a custom exposed service in AX12, that can be called from my WCF - but use TCP\IP or NamedPipes as the protocol instead of HTTP - as the WCF service will be on the same box as the Dax 12 service?