...
Code Block |
---|
((WSRegistryServiceClient)registry).logut(); |
Here we need to cast the registry object to the WSRegistryServiceClient in order to do that.
Sample Details
The full sample can be found in $CARBON_HOME/samples/ws-client
.
...
Code Block |
---|
((WSRegistryServiceClient)registry).logut(); |
Here we need to cast the registry object to the WSRegistryServiceClient in order to do that.
The full sample can be found in $CARBON_HOME/samples/ws-client
.