Hello,
I am trying to access webservices through IE.
My Both NAV service is running.
I also Publish codeunit in Webservices table.
And i use this URL :
http://localhost:7047/DynamicsNAV/WS/CR ... ./Services
But it will give me output like "Internet Explorer cannot display the webpage"
How can i resolve it?
Answers
2) You need to run it under account which have access ito NAV (but if it is this case, you will get the "Not Authorised")
3) Try this: http://localhost:7047/DynamicsNAV/WS/Services
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Microsoft Dynamics NAV Consultant
Jatin's Blog
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Service:
User:
Type: Microsoft.Dynamics.Nav.Service.WebServices.ServiceBrokerException
Message: Service "CRONUS India Ltd_/Codeunit/RunJob" was not found!
StackTrace:
at Microsoft.Dynamics.Nav.Service.WebServices.UrlParser.ParseUrlPart(String theUrlPart)
at Microsoft.Dynamics.Nav.Service.WebServices.UrlParser..ctor(String urlPart)
at Microsoft.Dynamics.Nav.Service.WebServices.ServiceBroker.Invoke(Boolean isSoapMessage, String serviceName, Uri url, XmlReader input, TextWriter output, String sid)
at Microsoft.Dynamics.Nav.Service.WebServices.NavWebService.<>c__DisplayClass3.<>c__DisplayClass5.<ProcessMessage>b__1()
at Microsoft.Dynamics.Nav.Service.WebServices.Disposer.Scope(Code code)
at Microsoft.Dynamics.Nav.Service.WebServices.NavWebService.<>c__DisplayClass3.<ProcessMessage>b__0(StreamWriter streamWriter)
at Microsoft.Dynamics.Nav.Service.WebServices.WCFUtil.GetPopulatedMemoryStream(StreamFillingCallback callback)
at Microsoft.Dynamics.Nav.Service.WebServices.NavWebService.ProcessMessage(Message message)
at SyncInvokeProcessMessage(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
Source: Microsoft.Dynamics.Nav.Service.WebServices
Microsoft Dynamics NAV Consultant
Jatin's Blog
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
and i get output like this image.
Microsoft Dynamics NAV Consultant
Jatin's Blog
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks kine for Your great support.
Microsoft Dynamics NAV Consultant
Jatin's Blog