Re: From wsdl to wsdl

2011-11-15 Thread farha
This is the StockRouteBuilder code: public class StockRouteBuilder extends RouteBuilder{ @Override public void configure() throws Exception { from("cxf:bean:pleaseRoute") .convertBodyTo(StockBean.class) .wireTap("file://target/inbox/") .to("xslt:file:D:

Re: From wsdl to wsdl

2011-11-15 Thread farha
Hi, In response to the above mail my StockRouteBuilder java code is: public class StockRouteBuilder extends RouteBuilder{ @Override public void configure() throws Exception { //StockEndPointService ses = StockEndPointService(); StockEndPointServi

Re: From wsdl to wsdl

2011-11-15 Thread farha
Could you please check our camel route. I have attached the code below. Any further help would be appreciated as we are not able to move forward. http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org

RE: From wsdl to wsdl

2011-11-14 Thread farha
hread.java:662)[:1.6.0_24] Caused by: java.net.SocketException: Network is unreachable: connect at java.net.PlainSocketImpl.socketConnect(Native Method)[:1.6.0_24] Thanks & Regards, Farha Jahan| Project Engineer ENTERPRISE BUSINESS INTEGRATION PRACTICE (BAS) >> " Connecting & Tra

Re: Unable to resolve endpoint

2011-11-14 Thread farha
>> foo Try like this com.wipro.camel com.wipro.camel It may help you! :) -- View this message in context: http://camel.465427.n5.nabble.com/Unable-to-resolve-endpoint-tp4993464p4993505.html Sent from the Camel - Users mailing list archive at Nabble.com.

From wsdl to wsdl

2011-11-14 Thread farha
Hi, My scenario is to fetch the soap request from the wsdl, do the neccesary transformation and then forward it to another wsdl. Please help with the endpoints syntax. I am doing this through eclipse,directing the camel-context.xml to a Java Dsl bean through route builder. -- View this mes

Re: Where to keep .xsl in eclipse

2011-11-13 Thread farha
Thanks. My transformation is working. My scenario is to fetch the soap request from the wsdl, do the neccesary transformation and then forward it to another wsdl.Please help with the endpoints framework. I am doing this through eclipse,directing the camel-context.xml to a Java Dsl through route bu

Where to keep .xsl in eclipse

2011-11-12 Thread farha
Can anyone tell where to keep the .xsl in eclipse?? I am using Fuse-4.4.1 in eclipse-Helios. I have to send and xml file from a folder to output folder transforming it using xslt. This is the code from("file://rider/inbox/") .wireTap("log:com.wipro.camel.MyRouteBu

sending file to cache

2011-08-02 Thread farha
I have a working use case that moves a file from input folder to output folder through XSLT moving through activemq input and output queue. I want the transformed file to go to the cache and then to output queue. How can I do this? kindly help! -- View this message in context: http://camel.46542