I am new to ServiceMix and try to run a simple example as file poller > Xlst
> file sender
I have xbean.xml as
<file:poller service="test:file-poller" endpoint="file-poller"
targetService="test:xslt"
targetEndpoint="xslt"
file="file:///c:/test/pool">
and
<saxon:xslt service="test:xslt" endpoint="xslt"
resource="classpath:bridge.xsl" />
but get error like
WARN - FileComponent - Message in file
c:\test\pool\test.xml could not be handled successfully: Unsupported MEP:
http://www.w3.org/2004/08/wsdl/in-only
java.lang.UnsupportedOperationException: Unsupported MEP:
http://www.w3.org/2004
/08/wsdl/in-only
What's the right way to use these components and can anyone give a working
example?
--
View this message in context:
http://servicemix.396122.n5.nabble.com/Beginner-s-question-Poller-Xlst-Sender-tp3357111p3357111.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.