WMS support is part of the minimum, standard and extended APIs.
Read the WMS-C foreword again !
Adding a WMS layer is as simple as that :
myMap.getMap().addLayer(
"WMS",
layer_name,
"url_to_wms",
wms_parameters,
layer_options
);All in all, there is no significant difference between OpenLayers.Layer.WMS use and Geoportal.Layer.WMS use expect for the geographic rights management that is :
GeoRM: Geoportal.GeoRMHandler.addKey(
gGEOPORTALRIGHTSMANAGEMENT.apiKey,
gGEOPORTALRIGHTSMANAGEMENT[gGEOPORTALRIGHTSMANAGEMENT.apiKey].tokenServer.url,
gGEOPORTALRIGHTSMANAGEMENT[gGEOPORTALRIGHTSMANAGEMENT.apiKey].tokenServer.ttl,
myMap)