MYOB API. Using getrange against server returns localhost in URI -


when use getrange against server uris show localhost. normal? communication error when go forward , want eliminate rather basic item. in advance greg

the public address on server needs set correct network address. default seems localhost, links generated server work when opened on server itself.

you can change public network address in myob api config file. should located on server @ c:\program files (x86)\myob\api\2.x.x.x\. xml config file should called myob.accountright.api.windowsservicehost.exe.config.

in config file, under <appsettings> there should publicaddressserver key. update corresponding value correct network address or dns name server.

lastly, restart myob api service changes take effect. windows service name should myob accountright api service.

give try , see if helps!

edit: source - http://myobapi.tumblr.com/post/70231017169/how-to-change-config-variables-for-the-desktop-api


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -