SoapUtility.GetServerPhysicalPath(String, String, String, String) Method

Definition

Returns the path for the SOAP virtual root.

public:
 virtual void GetServerPhysicalPath(System::String ^ rootWebServer, System::String ^ inBaseUrl, System::String ^ inVirtualRoot, [Runtime::InteropServices::Out] System::String ^ % physicalPath);
public void GetServerPhysicalPath (string rootWebServer, string inBaseUrl, string inVirtualRoot, out string physicalPath);
abstract member GetServerPhysicalPath : string * string * string * string -> unit
override this.GetServerPhysicalPath : string * string * string * string -> unit
Public Sub GetServerPhysicalPath (rootWebServer As String, inBaseUrl As String, inVirtualRoot As String, ByRef physicalPath As String)

Parameters

rootWebServer
String

The root Web server.

inBaseUrl
String

The base URL address.

inVirtualRoot
String

The name of the virtual root.

physicalPath
String

When this method returns, this parameter contains the file path for the SOAP virtual root.

Implements

Exceptions

A caller in the call chain does not have permission to access unmanaged code.

The SOAP utility is not available.

The call to get the system directory failed.

Applies to