SoapRequestFactory Class

The SoapRequestFactory class is a factory class for the SoapRequest instances. It provides convenient way to convert an instance of IMessage. to an instance of SoapRequest.


Methods

NameDescription
SoapRequestFactory.Create(SoapRequestType, IMessage)Create SoapRequest of a given type from the IMessage reference.

SoapRequestFactory.Create(SoapRequestType, IMessage) Method

The Create method is static. Use it to create SoapRequest of a given type from the IMessage reference.

Use dark colors for code blocksCopy
1
public static SoapRequest Create(SOI.SoapRequestType requestType, ESRI.ArcGIS.esriSystem.IMessage inRequest)
ParameterDescription
requestTypeDesired request type.
inRequestSource request as IMessage.

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