Hi All,
I'm new to single stack SAP PO and BPM. I need to use BPM. My scenerio is a simple XMLfile with four records/loop in one single XML file and I need to send it to a directory(local path in PO system). Through the BPM, based on the loop the single file will get four individual record with 10 seconds delay between each message from BPM.
I've built the BPM and deployed it successfully from NWDS. I created the wsdl file from of my ICO and testing from SOAPUI.
In any Integration scenerio, one channel is to receive file from the sender and another channel is to send file to the receiver.
I've one 'Sender' SOAP channel- to receive file from SOAPUI and I've 'Receiver' channel with message protocol XI3.0 and in TargetURl field http://XXXXXX:50000/MessagingSystem/receive/JPR/XI
In my ICO, I've assigned the sender channel and in the Outbound Processing tab I've assigned Receiver channel.
I've basic doubt. I've worked on dual stack and ccBPM. So, I'm just relating to that. please help me to understand the step. This is my first BPM in single stack.
My question is :
If one channel is to receive file from SOAPUI and one channel is to send file to my NWBPM then how will I put my individual record file(the output of BPM process) onto my specified path.
Thanks,
RAJ.