Hi
I've been working on exposing a couple of codeunits through SOAP webservice in Business central using the XML file in AL project. It was working perfectly in all previous versions but when we tested it in April Release of Business central(14.0.29531.0-DK), it does not expose any of the public methods in the codeunits. What could have possibly gone wrong?
Following is one of the XML files being used to publish the web service in BC:
<?xml version="1.0" encoding="utf-8"?> <ExportedData> <TenantWebServiceCollection> <TenantWebService> <ObjectType>5</ObjectType> <ServiceName>ImportData</ServiceName> <ObjectID>55000</ObjectID> <Published>true</Published> </TenantWebService> </TenantWebServiceCollection> </ExportedData>