Please find the assignments here : sravanlingam.com/mulesoftassignments-for-practice/ Also you can find me @sravan lingam Vlogsyt ua-cam.com/users/sravanyadavlvideos . Feel free to subscribe to my personal vlogs
Superb....! You have covered so many detailing. When I have gone through the Training materials I thought I have understood everything but now I know I missed so many things. Smita
Hey Sarvan Thanks a lot for such informative and deep dive session for Mule soft .Is there a way we can get this PPT ? which you have used in all sessions
Hi Sravan, my dataweave evaluate shows dataweave 2.0 error when i running debug. i am beginner and using Mac. is there any document for setting in Mac. lot of setting missing
I am working on assignment. I have a doubt. Query Parameters can be accessed using syntax like #[attributes.queryParam.parameterName]. Now if we are passing something in postman body like given in the assignment: { “name” : “sravan”, “role” : “developer” } - Now, #[payload] syntax will point to the whole body, but if I want to get only name or role part how can it be referred? for eg: output should be sravan if I give syntax as #[payload.name]?
through out the video your guidance and explanation is awesome keep encourage us love u bro.............. Q:while debugging at 1:08 facing error such as test connection failed:coudn't deploy the application please gone through the issue?tried my best to resolve the issue but coudn't crack it
Hi Sravan, I'm not able to see any results in the Mule Debugger, it only shows the message "Variables and watches - Connected with Mule. Waiting for a mule message to arrive.". Can you please help me out with this, where it has been going wrong?
Hi sravan, Your explanation is super but you should explain slowly while explaining the process. Your faster so that we can't understand the exact usage of that component
Hey Sravan, I had this error while deploying on debug mode Missing Body Expression. i.e dw 2.0 --- true "My payloads didn't have any value after build"
Hi I am learning mulesoft and won't be able to launch the mule debugger in anypoint studio. I have tried all the solutions like uninstall the multiple versions of Java, changing the port however still am getting the same error " mule debugger is not running on anypoint studio launch the same. Can anybody help me out
Thanks a lot Sravan your lesson are better than training. I have only one question: where can I find the assignments and the ppt slides? The links don't work
Hi Francesco, slides are not being shared but the content of slides are made as developer cook book Both the cook book and assignments can be found at www.sravanlingam.com
@MuleSoft-TechZone I Tried importing RAML file from design center into my anypoint studio as shown in session3 , for me project xml file is blank and if I see into resources everything is imported . Could you suggest me here please
First please check if application is deployed.you can find in console. Please make sure you have a debugger point. If you still face the issue, try to change debugger port and run. Unless u run the request, you won't see debugging mode. Make sure u have debugger point. Follow the video
Hi sravan in flow reference u didnt tell about target variable....Where processed payload we can save and our current payload didnt get overridden with processed payload.
Hello sir Already I've gone through ur previous videos, I have a problem in creating API in that API manager I got add API instead of manage API, pls guide me in this
Hi Sravan, thanks so much for the amazing course! Wondering if you're still looking at submitted assignments, or is there a place we can check our work against a completed example?
Hello Sir , I want to return a response which Appends ("Hi Your input Payload is " ++ payload ) I am not able to do that . How to return the input payload in response using SetPayload shape
Hai Sravan, Thx for sharing all your knowledge & info. Your sessions are very neat & clean. In Session-4 X+Y=? DataWeave Expression section I am not getting any data in the dropdown when typing attributes like you are getting. Can you pls help me out with this issue? I am using Studio Version-7.11.0
Sravan, one doubt. you mentioned attributes as immutables..But im transformer you assigned valued and shown it as can be assigned different value.. Pls clarify
Hi Sravan, I have two different yaml(property files) intern.yaml intern: name: “yard” employer: “Mulesoft” contractor.yaml contractor: name: “Josef” employer: “Freelance” Based on my input value i have to call property file dynamically in dataweave var source = "intern" / "contract" // choose intern.yaml or contractor.yaml name: p('intern.name') employer: p('inter.employer) please suggest me if possible or any other option
Hi, thanks sravan for you training videos while practicing I am getting error like variable and watches : Mule debugger not running ..launch your application in debug.. please help me to resolve
This training very helpful and detailed. Thanks for creating them. I been having issue when i try to use the Config.yaml file. I get this error: org.mule.tooling.client.api.exception.DeploymentException. Any idea why and how to resolve it? I will really appreciate your help.
i am getting this error "Unable to resolve reference of string. at 1 : 1" evaluating expression:" when i add variable names in payload. Can you help me in resolving this?
Hello Sir, I was trying to practice assignment 4 . I set up a variable to call the company name (which is a query parameter) and set payload with expression: '${message}' ++ ": " ++ payload.FirstName as String ++ " you are a " ++ payload.Role as String ++ " working for " ++ (vars.companyname). The payload expression does not work when I include the this: ++ vars.companyname. please help. I am seeing this error: ""Unable to infer a output media type as more than one is being used: application/json,application/java please specify using: 'output --- ' 1| 'Hey Success' ++ ": " ++ payload.FirstName as String ++ " you are a " ++ payload.Role as String ++ " working for " ++ (vars.companyname).
Hello Sravan sir, my flow is = LISTENER -> SET VAR (name) -> SET VAR (method) -> TRANSFORM MESSAGE ->ERROR HANDLING. Inside trans. message my code is following:- . "Hello your name is " ++ vars.name ++ ", and your method name is " ++ vars.method . . In debug mode, I can see values of both variables (i.e. no problem in variables values). However when I reach to transform message in debug mode following error is there:- . ""You called the function '++' with these arguments: 1: String ("Hello your name is rohan, and your method name is ") 2: Null (null) But it expects one of these combinations: (Array, Array) (Date, Time) (Date, LocalTime) (Date, TimeZone) (LocalDateTime, TimeZone) (LocalTime, Date) (LocalTime, TimeZone) (Object, Object) (String, String) (Time, Date) (TimeZone, LocalDateTime) (TimeZone, Date) (TimeZone, LocalTime) 1| "Hello your name is " ++ vars.name ++ ", and your method name is " ++ vars.method ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Trace: at ++ (line: 1, column: 1) at main (line: 1, column: 68)" evaluating expression: ""Hello your name is " ++ vars.name ++ ", and your method name is " ++ vars.method"."
Please find the assignments here : sravanlingam.com/mulesoftassignments-for-practice/
Also you can find me @sravan lingam Vlogsyt ua-cam.com/users/sravanyadavlvideos . Feel free to subscribe to my personal vlogs
I would love to learn more from this guy! He has a teacher quality!!!
Great efforts into explaining in detail. Thank you very much for your dedication.
Superb....! You have covered so many detailing.
When I have gone through the Training materials I thought I have understood everything but now I know I missed so many things.
Smita
Glad you liked :)
Hey Sarvan Thanks a lot for such informative and deep dive session for Mule soft
Super sravan ..amazing class..easily understandable..
Hey Sarvan Thanks a lot for such informative and deep dive session for Mule soft .Is there a way we can get this PPT ? which you have used in all sessions
Hi Sravan, my dataweave evaluate shows dataweave 2.0 error when i running debug. i am beginner and using Mac. is there any document for setting in Mac. lot of setting missing
In my mule debugger variables and watches :connected with mule. waiting for a mule message to arrive.Attributes and payload is not showing
I am working on assignment. I have a doubt. Query Parameters can be accessed using syntax like #[attributes.queryParam.parameterName]. Now if we are passing something in postman body like given in the assignment:
{
“name” : “sravan”,
“role” : “developer”
}
-
Now, #[payload] syntax will point to the whole body, but if I want to get only name or role part how can it be referred?
for eg: output should be sravan if I give syntax as #[payload.name]?
through out the video your guidance and explanation is awesome keep encourage us love u bro..............
Q:while debugging at 1:08 facing error such as test connection failed:coudn't deploy the application please gone through the issue?tried my best to resolve the issue but coudn't crack it
Hello, why is that only attribute quertParams use as String, attribute.method does not use use String?
hi sravan im not getting a dialog box with drop down starting with #[.... if i click x+y
Probably u r using latest studio. You can still work on evaluation part.
Great work Sravan.. I really liked all your sessions. very helpful. Thanks for sharing. god bless you
Thanks Manish 🤩
Hi Sravan,
I'm not able to see any results in the Mule Debugger, it only shows the message "Variables and watches - Connected with Mule. Waiting for a mule message to arrive.". Can you please help me out with this, where it has been going wrong?
I might be mistaken, but maybe it means your app is waiting for an incoming request. You should send and http request from postman for example.
Me also having the same problem 🥺
I am also getting the same issue. Sent the request from.postman but still it's empty. Was this resolved?
hello Sravan,
My mule debugger is not visible in console window how can I resolve it?
Hi sravan,
Your explanation is super but you should explain slowly while explaining the process. Your faster so that we can't understand the exact usage of that component
Hey Sravan, I had this error while deploying on debug mode
Missing Body Expression. i.e dw 2.0
---
true "My payloads didn't have any value after build"
my mule debugger is not working...xyz icons are ideal can pls help on this
Hi I am learning mulesoft and won't be able to launch the mule debugger in anypoint studio.
I have tried all the solutions like uninstall the multiple versions of Java, changing the port however still am getting the same error " mule debugger is not running on anypoint studio launch the same.
Can anybody help me out
Thanks a lot Sravan your lesson are better than training. I have only one question: where can I find the assignments and the ppt slides? The links don't work
Hi Francesco, slides are not being shared but the content of slides are made as developer cook book
Both the cook book and assignments can be found at www.sravanlingam.com
@@MuleSoftTechZone Thank you very much
The mule debugger is not running on anypoint studio as it doesnt appear
@MuleSoft-TechZone
I Tried importing RAML file from design center into my anypoint studio as shown in session3 , for me project xml file is blank and if I see into resources everything is imported .
Could you suggest me here please
Hi Sir, In mule debugger X+Y=? is working as evaluate data wave expression, their is no syntax pop up for attribute. Can you please resolve it.
Hi sir, I am not able to see anything in the Mule debugger. It is only showing Mule Debugger is not running. launch Your Mule application in debug.
First please check if application is deployed.you can find in console. Please make sure you have a debugger point. If you still face the issue, try to change debugger port and run. Unless u run the request, you won't see debugging mode. Make sure u have debugger point. Follow the video
Hi sravan in flow reference u didnt tell about target variable....Where processed payload we can save and our current payload didnt get overridden with processed payload.
Hello sir
Already I've gone through ur previous videos, I have a problem in creating API in that API manager I got add API instead of manage API, pls guide me in this
Hi Sravan, thanks so much for the amazing course! Wondering if you're still looking at submitted assignments, or is there a place we can check our work against a completed example?
I'll check this End of Month. But please keep going. Will revert back with mail 😁
Hai jason i need help with the assignment
hello ,"when I'm trying to Debugge I'm facing this kind of issue "Variables and watches - Connected with Mule. Waiting for a mule message to arrive."
I am also getting this issue? Was that resolved for you?
shravan i just want to know that from where does this AFTER HTTPS payload came from?
plz explain
Hello Sir ,
I want to return a response which Appends ("Hi Your input Payload is " ++ payload )
I am not able to do that . How to return the input payload in response using SetPayload shape
Hi Sravan, When i am clicking on assignment link it is not getting opened. Can you please help to provide the assignment link pls.
www.sravanlingam.com/mulesoft-assignments/
Hi Sir, When I am running mule debugger in mule debugger section it is showing "Connected with mule waiting for mule message to arrive"
it means your app is waiting for an incoming request. You should send and http request from postman for example.
Hai Sravan, Thx for sharing all your knowledge & info. Your sessions are very neat & clean. In Session-4 X+Y=? DataWeave Expression section I am not getting any data in the dropdown when typing attributes like you are getting. Can you pls help me out with this issue? I am using Studio Version-7.11.0
Which any point version are you using
Sravan, one doubt.
you mentioned attributes as immutables..But im transformer you assigned valued and shown it as can be assigned different value..
Pls clarify
unable to see my request in mule debugger? kindly help
Hi Sravan,
I have two different yaml(property files)
intern.yaml
intern:
name: “yard”
employer: “Mulesoft”
contractor.yaml
contractor:
name: “Josef”
employer: “Freelance”
Based on my input value i have to call property file dynamically in dataweave
var source = "intern" / "contract" // choose intern.yaml or contractor.yaml
name: p('intern.name')
employer: p('inter.employer)
please suggest me if possible or any other option
AnypointStudio' is not recognized as an internal or external command,
operable program or batch file.
A common error I get when I try hands on
My mule debugger is empty after I debug the application. How should I change that?
I have sent a request from postman and postman is giving correct response. But still the mule debugger is empty
Add stop point then it wil show
@@shivaprasad5670I am learning mule soft and getting the same error can you help me
Hi sir, I need pagination using mongodb in mulesoft. Could you please help me out
Hi, thanks sravan for you training videos while practicing I am getting error like variable and watches : Mule debugger not running ..launch your application in debug.. please help me to resolve
Hi can you help me solving the same issue m getting also
This training very helpful and detailed. Thanks for creating them. I been having issue when i try to use the Config.yaml file. I get this error: org.mule.tooling.client.api.exception.DeploymentException. Any idea why and how to resolve it? I will really appreciate your help.
i am getting this error "Unable to resolve reference of string. at 1 : 1" evaluating expression:" when i add variable names in payload. Can you help me in resolving this?
Please post your code over here
Hello Sir, I was trying to practice assignment 4 . I set up a variable to call the company name (which is a query parameter) and set payload with expression: '${message}' ++ ": " ++ payload.FirstName as String ++ " you are a " ++ payload.Role as String ++ " working for " ++ (vars.companyname). The payload expression does not work when I include the this: ++ vars.companyname. please help.
I am seeing this error: ""Unable to infer a output media type as more than one is being used: application/json,application/java please specify using: 'output --- '
1| 'Hey Success' ++ ": " ++ payload.FirstName as String ++ " you are a " ++ payload.Role as String ++ " working for " ++ (vars.companyname).
Getting the same problem. can anyone help...
Hai need help regarding the same prblm
Can you give offline training in hyderabad
Thank you sir
Sir please make more videos for mcd level 2
2021 first video to see✋🏻✋🏻
Happy New year 🎆
@@MuleSoftTechZone happy new year
could you please share the PPTs or PPTs in PDF form ?
sravanlingam.com/mulesoftassignments-for-practice/
You can find cook book pdf here
Can u give me total mulesoft course
Firs I would like to say for this amyzing tutorial!!! Can i get the practice exercise please! Thank you!!!
Pass below Payload from Body :
{
“name” : “sravan”,
“role” : “developer”
}
how do i pass above payload from body and how do get on anypoint?
You can pass using Postman and see the response
@@saurabhsalunkhe3939 hai i need a help i am stuck at assignment
Very informative but the audio was very bad it keeps breaking over and over.
Hello Sravan sir, my flow is = LISTENER -> SET VAR (name) -> SET VAR (method) -> TRANSFORM MESSAGE ->ERROR HANDLING.
Inside trans. message my code is following:-
.
"Hello your name is " ++ vars.name ++ ", and your method name is " ++ vars.method .
.
In debug mode, I can see values of both variables (i.e. no problem in variables values). However when I reach to transform message in debug mode following error is there:-
.
""You called the function '++' with these arguments:
1: String ("Hello your name is rohan, and your method name is ")
2: Null (null)
But it expects one of these combinations:
(Array, Array)
(Date, Time)
(Date, LocalTime)
(Date, TimeZone)
(LocalDateTime, TimeZone)
(LocalTime, Date)
(LocalTime, TimeZone)
(Object, Object)
(String, String)
(Time, Date)
(TimeZone, LocalDateTime)
(TimeZone, Date)
(TimeZone, LocalTime)
1| "Hello your name is " ++ vars.name ++ ", and your method name is " ++ vars.method
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Trace:
at ++ (line: 1, column: 1)
at main (line: 1, column: 68)" evaluating expression: ""Hello your name is " ++ vars.name ++ ", and your method name is " ++ vars.method"."
Hi, your vars.name is giving null. make sure you are handling null errors. u cannot concat null with string