*/
private RegistryPortType getRegistryService( )
throws MalformedURLException,
ServiceException
{
RegistryWsdmServiceLocator registryLocator = new RegistryWsdmServiceLocator( );
return registryLocator.getregistry( new URL( getBaseEndpointUrl( ) + "/"
+ registryLocator.getregistryWSDDServiceName( ) ) );
}