Hello,
We are integrating our web based procurment product with Business Central and using the web services to export data via SOAP.
When setting up the following Web Service
ObjectType = "Page"
Table = 537
Object Name = Dimension Values
If you click on the SOAP URL that is generated it gives your the xml output, which has a FieldListing. You will see that the field [Dimension_Code] is missing, which should be incorrect, because this field is a Primary Key field in the [Dimension Value] table within BC.
On the same web service setup, if you click on the oData URI, the output from OData does list the [Dimension_Code] has a valid field.
With the same Web service, how are the two outputs different?
With the SOAP, with this web service, you cannot use, because you cannot pass in one of the required fields.
Thank you in advance for any help!
Heather Scovell