RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetSoapBodyNamespace Method

Returns the value of the first namespace attribute found on a SOAP body node inside a binding with a specified port type.

Pascal
function GetSoapBodyNamespace(const BindingPortType: DOMString): DOMString;
C++
__fastcall DOMString GetSoapBodyNamespace(const DOMString BindingPortType);

GetSoapBodyNamespace searches the bindings in the WSDL document and any documents it imports for one that has a port type that matches BindingPortType. It then searches the operations of that binding to find one whose messages include a SOAP body node. It returns the namespace attribute of that SOAP body node. 

PortTypeName is the name of the port type (interface) that must appear in the binding. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!