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 9242473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:35:10+00:00 2026-06-18T08:35:10+00:00

In configuration.xml file I implemented a flow for publishing out a wsdl, during the

  • 0

In configuration.xml file I implemented a flow for publishing out a wsdl, during the way I put a logger that return Client’s IP address. this is my code:

<logger message="#[groovy:message.getInboundProperty('MULE_REMOTE_CLIENT_ADDRESS')]" level="INFO" doc:name="Logger"/>

Now I want to transfer(pass) ip address to my .xslt file? How can I do it?

  • 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-06-18T08:35:11+00:00Added an answer on June 18, 2026 at 8:35 am

    If you’re using Mule 3.3, you can utilize MEL and simplify logger statement like this:

    <logger message="#[message.inboundProperties['MULE_REMOTE_CLIENT_ADDRESS']]" level="INFO" doc:name="Logger"/>
    

    To pass IP address to XSLT, store it in a variable and pass that.

    <set-variable variableName="remoteClientAddress" value = "#[message.inboundProperties['MULE_REMOTE_CLIENT_ADDRESS']]"/>
    

    Display with logger

      <logger message="Remote client address is------> #[remoteClientAddress]" level="INFO" doc:name="Logger"/>
    

    Pass it to XSLT as:

       <xm:xslt-transformer xsl-file="xsltFileName.xslt">
            <xm:context-property key="remoteClientAddress" value="#[remoteClientAddress]"/>
        </xm:xslt-transformer>
    

    In your XSLT, declare a param variable

    <xsl:param  name="remoteClientAddress" />
    

    and then use this variable as

    <xsl:value-of select="$remoteClientAddress" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Could someone know where is saved path to external XML-File that contain configuration for
I have a configuration file in xml, with increasing specificity. That is, the closest
I have some values in a configuration file (XML file) with some values like
Application1 has a xml configuration file say: <Application1> <ConfigApp1>Value1</ConfigApp1> <App1Layout>Layout</App1Layout> </Application1> Application2 has a
To use Spring Integration in a Spring XML configuration file, I need to declare
I'm using apache commons library and log4j. I have an xml configuration file and
I have a file named configuration.xml which resides in classes folder of my WEB-INF
Having an xml file like this: <?xml version=1.0 encoding=utf-8?> <Configuration> <Bla> BlaDiBla </Bla> </Configuration>
I want to store configuration information about my DLL in an XML file inside
Decided to use Apache's Common Configuration package to parse an XML File. I decided

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.