So I have created an AIF/Web service in AX 2009 called QRCode, and if i try to call it from C# it works.
Now in the service i have a method called getVersion, and i would like to be able to call it directly using an URL in a browser instead of using the c# program, but I can seem to figure out what the url is supposed to be.
The Url for the service is localhost/.../qrcode.svc
This article about calling a webservice directly from an url (Not AX) did not seem to work (link)
I tried with localhost/.../getVersion and also localhost/.../getVersion
Does anyone have any tips?
*This post is locked for comments