MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / addEPR

Function addEPR

wsdiscovery/util.py:49–52  ·  view source on GitHub ↗
(doc, node, epr)

Source from the content-addressed store, hash-verified

47
48
49def addEPR(doc, node, epr):
50 eprEl = doc.createElementNS(NS_ADDRESSING, "a:EndpointReference")
51 addElementWithText(doc, eprEl, "a:Address", NS_ADDRESSING, epr)
52 node.appendChild(eprEl)
53
54
55def addScopes(doc, node, scopes):

Callers 5

createByeMessageFunction · 0.85
createResolveMessageFunction · 0.85
createProbeMatchMessageFunction · 0.85
createHelloMessageFunction · 0.85

Calls 1

addElementWithTextFunction · 0.85

Tested by

no test coverage detected