Hello all,
I am trying to create Proxy code (.cs file) using svcutil.exe over AccountsPayableServices wsdl (say: http://<FQDN>:8101/DynamicsAx/Services/AccountsPayableServices).
Underneath the class VendVendInvoiceService (inside AccountsPayableServices) there's a Table called VendInvoiceInfoTable which has a lot of Properties.
Now in the proxy code so formed by SvcUtil.exe, after I opened the class VendInvoiceInfoTable, I can find only some of the properties there, but not all.
Properties like Approver, Approved, Description, Ordering, Hold, etc and so many others are not present in the proxy code .cs file.
Below attached are screenshots of
- VendInvoiceInfoTable in AOT showing its Properties like Approver and Approved.
- VendInvoiceInfoTable class definition inside the proxy code so created which doesn't have these properties defined there.
Why is it so? And how can I make sure these properties are available in the proxy code?
*This post is locked for comments