Hello,
…I have problem with mapping documents.
After document is (properly?) mapped, pipeline dump gives me nothing (only input documents are in pipeline dumped to file).
Implementation:
docBillingRequest - publishable document (with Billing reference document)
subscriptionTrigger - calling service “handling”
handling - input to this service was choosen by document type chooser (docBillingRequest)
next thing is the problematic service which maps docBillingRequest to docTypeRef_tns_BillingOut_submit_Input
map steps looks like this:
Billing(reference)\dept
is mapped to
nativeDoc\BillingRequest\dept
etc.
lists, are mapped in loops - each field is mapped to newly created field in target document
the whole target document is created in succesive map steps, and after everything is mapped, the nativeDoc is simply mapped to:
billing(reference)
the problem is:
- when I am starting (from developer) “handling” service - the document maps
- when I am publishing document to broker, trigger is calling “handling” service and - the document doesnt maps ; (
With Best Regards,
GOLAN.
ps: Help please. I was trying to solve this for few days looking for a different approuches, searched web resources, and find nothing helpfull to solve this problem.