This example overrides this method to provide another title.
SOM_Scope PSZ SOMLINK SampleM_wpclsQueryTitle(M_Sample *somSelf) { /* M_SampleData *somThis = M_SampleGetData(somSelf); */ M_SampleMethodDebug("M_Sample","SampleM_wpclsQueryTitle"); return( "My WPS Object" ); /* Return a new title */ }