Session 4 : Developing APIs -Part II | Anypoint Studio | MuleSoft For Absolute Beginners

preview_player
Показать описание

Topics:

Flow – Reference – Hands-On
Attributes and Variables
SET VARIABLE and Attributes – Hands-On
TRANSFORM MESSAGE
LOGGER
SCOPE OF ATTRIBUTES, PAYLOAD, AND VARIABLES- Hands-On
CONFIGURATION PROPERTIES

-~-~~-~~~-~~-~-
Please watch: "Implement an API using Anypoint Code Builder #ACB @sravanlingam #mule4 #mulesoft #salesforce"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

I would love to learn more from this guy! He has a teacher quality!!!

yetemfekernegeya
Автор

Great efforts into explaining in detail. Thank you very much for your dedication.

nr
Автор

Hey Sarvan Thanks a lot for such informative and deep dive session for Mule soft

MushtaqAhmed-gbvp
Автор

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

smitalawande
Автор

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

shahidshaikh
Автор

Super sravan ..amazing class..easily understandable..

settivariprathap
Автор

Great work Sravan.. I really liked all your sessions. very helpful. Thanks for sharing. god bless you

manishmahajan
Автор

through out the video your guidance and explanation is awesome keep encourage us love u
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

venulook
Автор

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

manojreddy
Автор

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?

jasonnewbury
Автор

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

francescovulcano
Автор

I am working on assignment. I have a doubt. Query Parameters can be accessed using syntax like 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]?

kunchapusriteja
Автор

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

shaikansarbasha
Автор

Hello, why is that only attribute quertParams use as String, attribute.method does not use use String?

yili
Автор

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

krishnaveniamilineni
Автор

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

guy
Автор

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?

varnikachauhan
Автор

In my mule debugger variables and watches :connected with mule. waiting for a mule message to arrive.Attributes and payload is not showing

pharika
Автор

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

Jayansh
Автор

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.

akshayavhad