A while ago, I needed the opposite of InvRegistry.RegisterInterface(TypeInfo(MySoapInter facePortType, 'urn:myURN', 'utf-8');, so instead of registering an interface with a namespace URN, obtain the URN by passing the interface inverting [WayBack] TInvokableClassRegistry.RegisterInterface. This is the class helper I wrote: type TInvokableClassRegistryHelper = class helper for TInvokableClassRegistry public function GetInterfaceNamespace(Info: PTypeInfo): string; end; function TInvokableClassRegistryHelper.Ge
Weiterlesen...