II.
Topic JSON
Structured · livetopic:soap
SOAP (Simple Object Access Protocol) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:soap",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "SOAP (Simple Object Access Protocol)",
"description": "SOAP as a cross-cutting topic - XML envelope-based service contracts,\nWSDL-described operations, and message-oriented integration semantics.\n"
},
"outgoingEdges": [
{
"from": "topic:soap",
"to": "domain:web-development",
"kind": "applies_to"
},
{
"from": "topic:soap",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:soap",
"kind": "contains"
},
{
"from": "domain:api-development",
"to": "topic:soap",
"kind": "contains"
},
{
"from": "domain:web-development",
"to": "topic:soap",
"kind": "contains"
}
]
}