Call WCF from NAV

derrickderrick Member Posts: 86
edited 2010-07-01 in NAV Three Tier
Hi experts,

Could Nav2009 SP1 by using SOAP(or other ways if you could suggest) to talk to WCF(HTTP protocol)?
If yes, any recommentations on documents or samples on the SOAP syntax? I believe this is different in syntax by comparing to call to .asmx classic Web Services.

Like for instance, if this is to set for classic Web Services
=> XmlHttp.open('POST','http://www.webservicex.net/CurrencyConvertor.asmx',0);
What should be for WCF?

Comments

Sign In or Register to comment.