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 utilizando xpath3
Search
Alex teles
August 04, 2016
Education
0
75
MuleSoft utilizando xpath3
MuleSoft utilizando xpath3
Alex teles
August 04, 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
70
MuleSoft Juntando duas ou mais Listas ordenadas
alexteles10
0
66
MuleSoft Como mockar resultado com transform mensager
alexteles10
0
39
MuleSoft mock com set payload
alexteles10
0
44
Como excluir o conector do facebook Do anyponit
alexteles10
0
66
Baixando conectores que não são nativos
alexteles10
0
56
Editor do Anypoint
alexteles10
0
41
MuleSoft Como fazer um when dentro de um when
alexteles10
0
43
Other Decks in Education
See All in Education
宮城大学の講義にAIが演じる架空の人格を導入した事例の紹介
tendasato
1
140
Info Session MSc Computer Science & MSc Applied Informatics
signer
PRO
0
170
Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
1.7k
探究的な学び:Monaca Educationで学ぶプログラミングとちょっとした課題解決
asial_edu
0
360
教員向け生成AI基礎講座(2025年3月28日 東京大学メタバース工学部 ジュニア講座)
luiyoshida
1
410
自己紹介 / who-am-i
yasulab
PRO
3
5k
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4019538FNR)
signer
PRO
0
2.4k
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visualisation (4019538FNR)
signer
PRO
1
2.3k
CV_1_Introduction
hachama
0
250
OpenRobomaster 中国のロボットコンテスト 日本連携の可能性
takasumasakazu
0
400
生成AI時代教育とICT支援員への期待
o_ob
0
270
小さなチャレンジが生んだチームの大きな変化 -私のふりかえり探求の原点
callas1900
0
410
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
172
14k
Raft: Consensus for Rubyists
vanstee
137
6.9k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Become a Pro
speakerdeck
PRO
28
5.3k
Facilitating Awesome Meetings
lara
54
6.4k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
Scaling GitHub
holman
459
140k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Fireside Chat
paigeccino
37
3.4k
The World Runs on Bad Software
bkeepers
PRO
68
11k
Transcript
MULESOFT
• UTILIZANDO XPATH3 - MULESOFT
Cria um flow que receba um xml
Log para ver o que esta chegando
Xpath3 dentro da expressão mule
Rodando o projeto em modo debug o xml que chegou
a tag<DADOS> esta vazia
None
Foi pro caminho de baixo por esta vazio
Passando um xml com a tag <DAODS> com valores
Foi para a condição de cima por conta do xpath3
na condição #[xpath3('PESSOAS/export/DADOS') != ""]
• XML DE ENTRADA • <PESSOAS> • <IMPORT> • <START_DATE>2016-08-03</START_DATE>
• </IMPORT> • <EXPORT> • <DADOS> • <ROW ID="0"> • <NOME>TESTE XPATH3</NOME> • <IDADE>25</IDADE> • <CPF>123.456.789-88</CPF> • <DATA-NASCIMENTO>1986-08-03</DATA-NASCIMENTO> • <SEXO>M</SEXO> • </ROW> • </DADOS> • <TELEFONE/> • </EXPORT> • </PESSOAS>
Você pode usar essa forma para validas seu expressão 1º
2º
FIM