I am getting this error when trying to add a service reference below in C# 2008
http://localhost:7047/DynamicsNAV/WS/{mycompanyname..}/Page/Sales_Invoice
I can add other references, just not this one and have no idea how to fix it.
Complete error is as follows:
- <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
- <s:Body>
- <s:Fault>
<faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Service.WebServices.ServiceBrokerException</faultcode>
<faultstring xml:lang="en-US">Naming conflict within the Sales Invoice object. Fields "<No.>" and "<No.>" are both transformed to "_x003C_No__x003E_". Please find new a name for one of those fields!</faultstring>
- <detail>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Naming conflict within the Sales Invoice object. Fields "<No.>" and "<No.>" are both transformed to "_x003C_No__x003E_". Please find new a name for one of those fields!</string>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
*This post is locked for comments