Case Creation via File Listener
Hi,
We have a requirement of creating a case via file listener. I have generated the data mapping rules including the parse XML using the Connector and Metadata accelerator. The parse XML has been created in class ABC-CD-EE-Work-Int-Import. The service file which processes the XML has the primary page as ABC-CD-EE-Work and so while simulating the service , it is failing because the engine is searching for the parse XML in the class ABC-CD-EE-Work.
Tried changing the context of the primary page but to no avail. Can anyone provide a stepwise guide on how to achieve the same?
Also, can we use the svcAddWorkObject activity to create the case after parsing?