removeSubservice()
void removeSubservice(string ssid)
This method deletes a subservice.
Parameters
- ssid
- Format: string
Results
No results are returned by this method.
There are no messages defined by this method.
Faults
NoSuchItemExceptionThis fault is returned when no subservice with the specified SSID exists.
Java client syntax
java -cp build/smilewsv2-client.jar [options]
com.inomial.smile.client.v2.examples.RemoveSubservice ssid
- ssid
- Purpose: Specifies the subservice to be removed.
Note: For more information about the Java client and the options it
accepts, see Java client syntax.