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
40
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
100
Chamando um flow de dentro do Transform Message
alexteles10
0
78
MuleSoft Juntando duas ou mais Listas ordenadas
alexteles10
0
73
MuleSoft Como mockar resultado com transform mensager
alexteles10
0
46
MuleSoft mock com set payload
alexteles10
0
55
Como excluir o conector do facebook Do anyponit
alexteles10
0
71
Baixando conectores que não são nativos
alexteles10
0
61
Editor do Anypoint
alexteles10
0
45
MuleSoft Como fazer um when dentro de um when
alexteles10
0
60
Other Decks in Education
See All in Education
計算物理におけるGitの使い方 / 01-c-compphys
kaityo256
PRO
2
470
MySmartSTEAM 2526
cbtlibrary
0
210
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)
signer
PRO
0
2.5k
演習:Gitの応用操作 / 05-git-advanced
kaityo256
PRO
0
210
【dip】「なりたい自分」に近づくための、「自分と向き合う」小さな振り返り
dip_tech
PRO
0
260
Postcards
gabrielramirezv
0
160
Introduction - Lecture 1 - Advanced Topics in Big Data (4023256FNR)
signer
PRO
2
2.3k
Web Search and SEO - Lecture 10 - Web Technologies (1019888BNR)
signer
PRO
2
3.1k
高校数学B「統計的な推測」 分野の問題と課題
shimizudan
1
110
AIで日本はどう進化する? 〜キミが生きる2035年の地図〜
behomazn
0
130
Introduction - Lecture 1 - Information Visualisation (4019538FNR)
signer
PRO
0
5.3k
The browser strikes back
jonoalderson
0
770
Featured
See All Featured
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4.1k
The SEO Collaboration Effect
kristinabergwall1
0
390
The Art of Programming - Codeland 2020
erikaheidi
57
14k
Site-Speed That Sticks
csswizardry
13
1.1k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
99
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Context Engineering - Making Every Token Count
addyosmani
9
740
Information Architects: The Missing Link in Design Systems
soysaucechin
0
820
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
We Are The Robots
honzajavorek
0
190
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.5k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
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