I am try to retriving XML data which Trading partner submitted in TN.
For this I have created processing rule and invoking service through processing rule. Document is coming in pipeline directory but not able to retrive document in service.
I tried by following manners
savePipelineToFile and restorePipelineToFile.
I have put specification reference wm.tn.rec:ProcessingService but no results.
If anyone knows please explain me steps to resolve this issue. I’ll be really thankful.
I found my mistake which I was doing in savePipelineToFile service.
I was debugging again whereas service already got executed by processing rule.
Correct steps are for developing
1.Save pipeline
2. restorepipeline
3. select wm.tn.rec:processingService in Specification Reference and
4. bizdocToRecord.
I found my mistake which I was doing in savePipelineToFile service.
I was debugging again whereas service already got executed by processing rule.
Correct steps are for developing
1.Save pipeline
2. restorepipeline
3. select wm.tn.rec:processingService in Specification Reference and
4. bizdocToRecord.