Problem subcribing

I am using wm6.1 and trying to publish and subscribe to a document.
Iam able to receive the document in the subcribing service but the values in the document are empty.

i ahve trie dout the setting changes but it does not wrk.

can anyone help me.

Make sure that the service receiving the document has the document as input and the NAME of the document is the fully-qualified namespace name of the document.

For example, if in the Default package, you had a Default folder and in this folder you have a PurchaseOrder document.

The fully-qualified namespace for the document would be:

Default:PurchaseOrder

Try it…

Ray

Thanks it works i did not know that we shd use the input name with the same namespace. i was giving a document reference.

Thanks for the help.