Menu
  • HOME
  • TAGS

Connecting MS SQL Server with mule

mule,mule-studio,mule-el,mule-component,mule-module-jpa

I'm using SQLserver express 2012. - Download the sqljdbc41.jar file from microsoft sqljdbc41.jar - Put the jar file into the Anypoint Studio Plugin directory (e.g C:\Program Files (x86)\AnypointStudio\plugins) - Using SQL configuration manager, goto SQL Server Network Configuration --> Protocols for SQLEXPRESS and enable TCP/IP protocol In AnyPoint studio (I'm...

get value from request header in http call -mule

mule,mule-studio,mule-el,mule-component,mule-module-jpa

suppose if the header name was "authToken" which contains the authentication token. it can be accessed in mule floe with below mel expression #[message.inboundProperties.authToken]