Hello, Experts
Issue: I have created an Inbound port(Enhanced) for the existing 'HcmJobApplicationService' with HttpBinding.
I have already consume the service in SOAPUI tool. The issue is when i call the 'create' method with set of parameters(mandatory only) . It throughs an error of 'Root element is missing' as it is expecting some more information in it, which i am unable to detect please see below error.
Even in the AIF exception log, it is throughing the same 'Root element is missing' with only details.
Event Viewer execption:
Object Server 01: An error has occurred in the services framework. Method: AifMessageInspector::AfterReceiveRequest. Error: System.ServiceModel.FaultException`1[Microsoft.Dynamics.Ax.Services.AifFault]: Root element is missing. (Fault Detail is equal to Microsoft.Dynamics.Ax.Services.AifFault).
Kindly guide me on this.