Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
MuleSoft conhecendo Tipos MIME
Search
Alex teles
August 18, 2016
Education
0
38
MuleSoft conhecendo Tipos MIME
MuleSoft conhecendo Tipos MIME
Alex teles
August 18, 2016
Tweet
Share
More Decks by Alex teles
See All by Alex teles
Mulesoft configurando conexão com banco AS400 DB2
alexteles10
0
88
Chamando um flow de dentro do Transform Message
alexteles10
0
71
MuleSoft Juntando duas ou mais Listas ordenadas
alexteles10
0
67
MuleSoft Como mockar resultado com transform mensager
alexteles10
0
39
MuleSoft mock com set payload
alexteles10
0
45
Como excluir o conector do facebook Do anyponit
alexteles10
0
66
Baixando conectores que não são nativos
alexteles10
0
57
Editor do Anypoint
alexteles10
0
41
MuleSoft Como fazer um when dentro de um when
alexteles10
0
45
Other Decks in Education
See All in Education
マネジメント「される側」 こそ覚悟を決めろ
nao_randd
10
5.3k
推しのコミュニティはなんぼあってもいい / Let's join a lot of communities.
kaga
2
1.7k
Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
1.7k
Linuxのよく使うコマンドを解説
mickey_kubo
1
130
SARA Annual Report 2024-25
sara2023
1
180
Common STIs in London: Symptoms, Risks & Prevention
medicaldental
0
130
プレゼンテーション実践
takenawa
0
4.4k
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019538FNR)
signer
PRO
1
2k
Webリテラシー基礎
takenawa
0
4.5k
新卒研修に仕掛ける 学びのサイクル / Implementing Learning Cycles in New Graduate Training
takashi_toyosaki
1
140
系統性を意識したプログラミング教育~ガチャを実装しよう~
asial_edu
0
400
Interaction - Lecture 10 - Information Visualisation (4019538FNR)
signer
PRO
0
2k
Featured
See All Featured
It's Worth the Effort
3n
185
28k
How GitHub (no longer) Works
holman
314
140k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
700
A designer walks into a library…
pauljervisheath
206
24k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.4k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Transcript
MuleSoft
Tipos MIME Principais • Java • Json • Csv •
xml
Conectores usados • Http • Logger • Variable • Transform
message
Flow criado
Configuração dos logs
XML dos Logger • <logger message="======== Primeiro Log =========> #[message.payloadAs(java.lang.String)]"
level="INFO" doc:name="Logger"/>
Configuração de variável
XML da variável • <set-variable variableName="payloadOrigem" value="" doc:name="Variable"/>
Tipos MIME da variável
Configuração do Transform Message
XML do Transforme • <dw:transform-message metadata:id="e58f894c-4aee-4132-abdd-c77c65dc1891" doc:name="Transform Message"> • <dw:set-payload><![CDATA[%dw
1.0 • %input payload application/json • %output application/json • --- • payload map ( • (payload01, indexOfPayload01) -> { • Pessoa:[ • Nome_Pessoa: payload01.Nome, • CPF_Pessoa: payload01.CPF, • Idade_Pessoa: payload01.Idade] } ) • ]]></dw:set-payload> • </dw:transform-message>
No transform pode-se usar o MIME
Coloca o curso do mouse no output ou in e
pressione ctrl+espaço do teclado Ctrl+espaço
XML Completo
• Bom chegamos ao fim muito obrigado a todos