How to get data form document through broker

Hi viewers,I am traing to get data from one document to another document through broker ,that document is stored in another location using write file,I gave connection in puhlisher and properly write subscription process also but I not get that document data,in the IS shows this message

2009-12-21 09:43:47 IST [ISS.0098.0051V2] DefaultProducer sending document to Broker.
2009-12-21 09:43:47 IST [ISP.0090.0003C] ************** publish *******************
2009-12-21 09:43:47 IST [ISS.0098.0006V2] Consumer:pubANDsub2.publishdoc.trigger:insidetrg received
2009-12-21 09:43:47 IST [ISC.0050.0019V2] Copy failed: No source data available: to=/outputxml/empl
2009-12-21 09:43:47 IST [ISC.0050.0019V2] Copy failed: No source data available: to=/outputxml/empl
2009-12-21 09:43:47 IST [ISC.0050.0019V2] Copy failed: No source data available: to=/outputxml/empl
2009-12-21 09:43:47 IST [ISC.0050.0019V2] Copy failed: No source data available: to=/outputxml/empl
2009-12-21 09:43:47 IST [ISC.0050.0019V2] Copy failed: No source data available: to=/document, from
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java(Compiled Code))
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java(Compiled Code))
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java(Compiled Code))
at java.net.Socket.connect(Socket.java(Compiled Code))
at java.net.Socket.connect(Socket.java(Inlined Compiled Code))
at java.net.Socket.(Socket.java(Compiled Code))
at java.net.Socket.(Socket.java(Compiled Code))
at com.javtech.appia.middleware.socket.SocketMiddlewareInterface.(SocketMiddlewareInt
at com.javtech.appia.middleware.MiddlewareInterfaceFactory.getSocketMiddlewareInterface(Mid
at wm.fix.appia.wrapper.connect(wrapper.java:281)
at wm.fix.appia.AppiaPoller.run(AppiaPoller.java:56)
at java.lang.Thread.run(Thread.java:568)
Error in wm.fix.appia.wrapper:connect() – Connection refused: connect

-in this not call sub service through trigger,why how to connet in this
-when we can do syncronous the document and how to get document through brokar

Hi,

sorry, but from your description it is not clear what you are trying to accomplish. You should try to sum up a description of your scenario.

The log yoy posted contains entries which belongs to the Appia cliant libraries (belonging to Appia fix engine). This usually is part of the webMethods Fix adapter, but you didn’t mention using Fix or the Fix adapter here.