SoapCapabilities Class

A class that helps define the capabilities required to execute methods in a SOAP SOE.


Constructors

NameDescription
SoapCapabilities()Default constructor.

SoapCapabilities() Constructor

Default constructor.


Methods

NameDescription
SoapCapabilities.AddMethod(String, String)Adds a method to the SoapCapabilities instance, defining the required capability in order to allow its execution.

SoapCapabilities.AddMethod(String, String) Method

Adds a method to the SoapCapabilities instance, defining the required capability in order to allow its execution.

Use dark colors for code blocksCopy
1
public void AddMethod(string methodName, string requiredCapability)
ParameterDescription
methodNameThe name of the method
requiredCapabilityThe capability required to allow execution

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.