Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7612149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:50:16+00:00 2026-05-31T01:50:16+00:00

In this flow the HTTP inbound is configured with request-response. But I still dont

  • 0

In this flow the HTTP inbound is configured with request-response. But I still dont get the response as it is routed to the File outbound. How do I get a response for the HTTP endpoint and also route the response to File outbound.

<flow name="helloFlow1" doc:name="helloFlow1">
    <http:inbound-endpoint exchange-pattern="request-response" host="localhost" port="9095" doc:name="HTTP"/>
    <custom-transformer class="com.uk.MyTransformer" doc:name="Java"/>
    <component class="com.uk.MyComponent" doc:name="Java"/>
    <echo-component doc:name="Echo"/>
    <file:outbound-endpoint path="C:\" outputPattern="file#[function:datestamp]" doc:name="File"/>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T01:50:17+00:00Added an answer on May 31, 2026 at 1:50 am

    You don’t receive a response because nothing creates one: the file:outbound-endpoint is one-way per nature and doesn’t generate a response event.

    Assuming you want the same content written to the file to be also returned to the caller of the HTTP endpoint, one option consists in “detaching” the writing to the file in a parallel async flow so the main flow returns its current value to the caller:

    <flow name="helloFlow1" doc:name="helloFlow1">
        <http:inbound-endpoint exchange-pattern="request-response" host="localhost" port="9095" doc:name="HTTP"/>
        <custom-transformer class="com.uk.MyTransformer" doc:name="Java"/>
        <component class="com.uk.MyComponent" doc:name="Java"/>
        <echo-component doc:name="Echo"/>
        <async>
            <file:outbound-endpoint path="C:\" outputPattern="file#[function:datestamp]" doc:name="File"/>
        </async>
    </flow>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My mule config file contains the below flow: <flow name=HTTP input1> <ftp:inbound-endpoint user=username password=secret
I have a Flow in MULE like below : <flow name=MetaService> <http:inbound-endpoint address=http://localhost:8000/jcore/meta transformer-refs=HttpParams
i followed this tutorial (http://github.com/tupps/OpenFlow) for creating cover-flow , but in open flow openflow
I use FlowCoverView ( http://chaosinmotion.com/blog/?p=295 ) for cover flow. However, the textures this library
I've tried a few google searches and stack over flow searches, but this is
I have a mule-config file where i have defined a http inbound to accept
http://www.ibm.com/developerworks/library/j-ajax1/ajax.gif I came across this flow, i would like to know certain things over
How to pass information in this flow: Flash(AS3) -> PHP, using XML -> Database(mysql)
Why gose to image's flow This is code: <p><img class=left width=95 height=64 src=# />
This is one of those ajax alternate flow questions. Normally I expect my ajax

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.