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
89
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
40
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
42
MuleSoft Como fazer um when dentro de um when
alexteles10
0
45
Other Decks in Education
See All in Education
Web Application Frameworks - Lecture 3 - Web Technologies (1019888BNR)
signer
PRO
0
3k
RSJ2025 ランチョンセミナー 一歩ずつ世界へ:学生・若手研究者のための等身大の国際化の始め方
t_inamura
0
310
HCI and Interaction Design - Lecture 2 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
1.3k
附属科学技術高等学校の概要|Science Tokyo(東京科学大学)
sciencetokyo
PRO
0
1.1k
Présentation_1ère_Spé_2025.pdf
bernhardsvt
0
400
Master of Applied Science & Engineering: Computer Science & Master of Science in Applied Informatics: Artificial Intelligence and Data Science
signer
PRO
0
830
AI for Learning
fonylew
0
190
核燃料政策を問う─英国の決断と日本
hide2kano
0
200
Entrepreneurship minor course at HSE 2025
karlov
0
100
2025年度春学期 統計学 第14回 分布についての仮説を検証する ー 仮説検定(1) (2025. 7. 10)
akiraasano
PRO
0
160
探査機自作ゼミ2025スライド
sksat
3
810
Портфолио - Шынар Ауелбекова
shynar
0
120
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Fireside Chat
paigeccino
40
3.7k
Why Our Code Smells
bkeepers
PRO
339
57k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
900
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
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