hi,
i'm creating a webservice for DotNetNuke, where i'm trying to call the main functionalities (like create portal, get portals, get administrators..).I'm using the DNN's dlls.
I'm trying to create a portal using the function "createPortal" in DotNetNuke.Entities.Portals.PortalController.
While doing the createportal() i'm getting an error :"Error creating Profile Definitions ". i beleive i'm passing wrong parameters, can someone please explain the following parameters: portalalias,serverpath,childpath
Thanks