Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | SOAP Folder | Summary of Elements in this Folder | pub.soap.utils:getQName
 
pub.soap.utils:getQName
WmPublic. Returns the qualified name for a given node.
Input Parameters
node
com.wm.app.b2b.server.saaj.SOAPElement The XML node whose qualified name you want to discover.
Output Parameters
Qname
Document The node's qualified name.Qname will contain the following keys:
Key
Description
namespaceName
String Namespace portion of the node's qualified name.
localName
String Local portion of the node's qualified name.
Usage Notes
Generally, you use this service in conjunction with the pub.soap.utils:getHeaderEntries or pub.soap.utils:getBodyEntries service to loop over the message's header or body entries and identify entries with a particular qualified name.
See Also
pub.soap.utils:getBodyEntries
pub.soap.utils:getHeaderEntries