forked from hofstede-matheus/soa_pragmatico
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo.xml
More file actions
38 lines (38 loc) · 1009 Bytes
/
repo.xml
File metadata and controls
38 lines (38 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<root>
<service>
<name>Lab1</name>
<url>http://localhost:8084/S1/S1?wsdl</url>
<what>relatorio</what>
<how>urgencia</how>
<who>hospital</who>
</service>
<service>
<name>Lab2</name>
<url>http://localhost:8084/S1/S2?wsdl</url>
<what>relatorio</what>
<how>emergencia</how>
<who>hospital</who>
</service>
<service>
<name>Lab3</name>
<url>http://localhost:8084/S1/S3?wsdl</url>
<what>relatorio</what>
<how>padrao</how>
<who>hospital</who>
</service>
<service>
<name>Empresa</name>
<url>http://localhost:8084/S1/S3?wsdl</url>
<what>dados</what>
<how>simples</how>
<who>pessoa_fisica</who>
</service>
<service>
<name>Governo</name>
<url>pra_testar</url>
<what>dados</what>
<how>completo</how>
<who>pessoa_fisica</who>
</service>
</root>