Options

webservice error

ShaddowShaddow Member Posts: 2
edited 2010-04-09 in NAV Three Tier
Hi!

I've started testing the NAV webservices an immediately got problems :cry:

That's what I did:

I've created a page (list type) an published it as a webservice. Now I open it with the Internet Explorer with this URL:
"http://localhost:7047/DynamicsNAV/WS/Company/Services/SFValueDetails"

an get this message:

- <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"&gt;
- <s:Body>
- <s:Fault>
<faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Service.WebServices.ServiceBrokerException</faultcode>
<faultstring xml:lang="de-DE">Service "Company/Services/SFValueDetails" was not found!</faultstring>
- <detail>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Service "Company/Services/SFValueDetails" was not found!</string>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>


Any ideas?

Comments

Sign In or Register to comment.