Hi,
I have one WCF application which is trying to communicate with AX2012. I establish a connection with Ax2012 successfully but when i am trying to communicate with AX i am getting error "The system cannot find the file specified".
Code which is throwing error:
var proxy = ServiceEngine.Instance[wsdlEndpoint, AuthInfo];
I checked by debugging the code i have the wsdl and its accessible also and auth info is also correct. I am unable to understand which file it is looking for?
Can anyone help me how to fix this ?
Thanks
*This post is locked for comments
I have the same question (0)