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
大学院進学について(2025年度版)
imash
0
120
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
380
20250625_なんでもCopilot 一年の振り返り
ponponmikankan
0
350
SISTEMA DE MEMORIA Y SU IMPACTO EN LAS DECISIONES.
jvpcubias
0
120
自己紹介 / who-am-i
yasulab
PRO
3
5.4k
Alumnote inc. Company Deck
yukinumata
0
1.9k
ARアプリを活用した防災まち歩きデータ作成ハンズオン
nro2daisuke
0
170
JPCERTから始まる草の根活動~セキュリティ文化醸成のためのアクション~
masakiokuda
0
220
20250830_MIEE祭_会社員視点での学びのヒント
ponponmikankan
1
150
Présentation_1ère_Spé_2025.pdf
bernhardsvt
0
200
相互コミュニケーションの難しさ
masakiokuda
0
200
新卒研修に仕掛ける 学びのサイクル / Implementing Learning Cycles in New Graduate Training
takashi_toyosaki
1
220
Featured
See All Featured
Side Projects
sachag
455
43k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Documentation Writing (for coders)
carmenintech
74
5k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
It's Worth the Effort
3n
187
28k
The Invisible Side of Design
smashingmag
301
51k
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