Here is the Microsoft Dynamics NAV Web Services from msdn. But I can only call http://<Server>:<WebServicePort>/<ServerInstance> and http://<Server>:<WebServicePort>/<ServerInstance>/ws/SystemService and http://<Server>:<WebServicePort>/<ServerInstance>/ws/services.
But I can't call the following:
http://<Server>:<WebServicePort>/<ServerInstance>/WS/<CompanyName>/services
http://<Server>:<WebServicePort>/<ServerInstance>/WS/<CompanyName>/Page/<ServiceName>
The URL for accessing a specific codeunit has the following elements:
http://<Server>:<WebServicePort>/<ServerInstance>/WS/<CompanyName>/Codeunit/<ServiceName>
How can I access Microsoft Dynamics Nav web services for each company from browser?