Thank you Mary, but my need is a lot more like this : how srvSub can be independant and autonome from srvMain (the parent service).
I need srvSub uses any private documents of its choice, and not depending of the documents declared and used by srvMain.
If I code what you suggest, srvMain and srvSub becomes completly linked (the same doc is used by srvMain and srvSub).
For my need, I expect the srvSub service behavior like a completely autonomous java program behavior.
What ever the documents he uses, must not interfere with the parents services that call it.
and must not interfere with the parents services documents in the pipeline.
If srvMain use a document called “test”, why srvSub can not use another private document called the same ?
Sorry, as I’m french it is a little difficult for me to explain more clarely what I need 
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services