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
Name | Description |
---|---|
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.
public static SoapRequest Create(SOI.SoapRequestType requestType, ESRI.ArcGIS.esriSystem.IMessage inRequest)
Parameter | Description |
---|---|
requestType | Desired request type. |
inRequest | Source request as IMessage. |