If the base file name does not contain an underscore character, the module assumes the file is a SubmitPO request (Module = iJM_B2BIn, Operation = JM_B2BOp_SubmitPO).
If the base file name contains an '_' character, the text including and following the first '_' in the file name is interpreted as follows:
_Order
▪The XML is for a submit order request (Module = iJM_B2BIn, Operation = JM_B2BOp_SubmitPO).
_quote
▪The XML is for a submit quote request (Module = iJM_B2BIn, Operation = JM_B2BOp_SubmitQuote).
Examples:
File132123123.xml – will be treated as a SubmitPO request.
File898373_Order.xml – will be treated as a SubmitPO request.
File_SomeText.xml – will fail processing.
File898373_Quote.xml – will be treated as a SubmitQuote request.
|