I have a simple Nav 2017 codeunit which compiles well on Nav Development. I then go forward to Publish and Expose it. But when i paste the URL on my browser (IE) its not showing my Functions. What could be wrong ? Please help.
http://abm-nav2017.abm.co.ke:7047/DynamicsNAV100/WS/Chloride Exide Kenya Ltd/Codeunit/MPESAC2B
___________________________________________________________________________________________________________________
<definitions xmlns="
http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:microsoft-dynamics-schemas/codeunit/MPESAC2B" targetNamespace="urn:microsoft-dynamics-schemas/codeunit/MPESAC2B">
<types>
<schema xmlns="
http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="urn:microsoft-dynamics-schemas/codeunit/MPESAC2B"/>
</types>
<portType name="MPESAC2B_Port"/>
<binding name="MPESAC2B_Binding" type="tns:MPESAC2B_Port">
<binding xmlns="
http://schemas.xmlsoap.org/wsdl/soap/" transport="
http://schemas.xmlsoap.org/soap/http"/>
</binding>
<service name="MPESAC2B">
<port name="MPESAC2B_Port" binding="tns:MPESAC2B_Binding">
<address xmlns="
http://schemas.xmlsoap.org/wsdl/soap/" location="
http://abm-nav2017.abm.co.ke:7047/DynamicsNAV100/WS/Chloride Exide Kenya Ltd/Codeunit/MPESAC2B"/>
</port>
</service>
</definitions>
Comments