Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 and the class on the SVN can be found here.