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
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
41
MuleSoft Como fazer um when dentro de um when
alexteles10
0
45
Other Decks in Education
See All in Education
Constructing a Custom TeX Ecosystem for Educational Institutions—Beyond Academic Typesetting
doratex
1
11k
Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)
signer
PRO
0
2.4k
新卒交流ワークショップ
pokotyamu
0
440
マネジメント「される側」 こそ覚悟を決めろ
nao_randd
10
5.4k
i-GIP 2025 中高生のみなさんへ資料
202200
0
500
OJTに夢を見すぎていませんか? ロールプレイ研修の試行錯誤/tryanderror-in-roleplaying-training
takipone
1
160
Webリテラシー基礎
takenawa
0
7.2k
Open Source Summit Japan 2025のボランティアをしませんか
kujiraitakahiro
0
740
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
signer
PRO
1
2.1k
OpenSourceSummitJapanを運営してみた話
kujiraitakahiro
0
720
Pydantic(AI)とJSONの詳細解説
mickey_kubo
0
120
ビジネスモデル理解
takenawa
0
7.3k
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
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