Namespace Parameter (Connect-SAPGateway Cmdlet)
Specify the service namespace you want to retrieve data from. This is required if the service is not specified in the URL.
Syntax
Connect-SAPGateway -Namespace string
Data Type
cstr
Default Value
""
Remarks
Specify the namespace you want to retrieve data from. For example, in the external OData service, http://services.odata.org/Northwind/Northwind.svc/ , 'Northwind' is the Service Namespace. This is required if the service is not specified in the URL.
This is a required parameter.