Potal Development

Hi,
I am just new to wM portal.Can any one give me few tips on Portal?
Regards
Avinash

Make sure your portal installation is solid and has no erros before beginning devleopment.

Install the Eclipse plugins and make sure they are working.

Start with the basics (follow the tutorial) and then work your way up to portlets that do real work.

Get an HTML / graphical design person involved in the project early if you want a finished product that looks like a professional job.

HTH,

Mark

I have installed wM portal and will be starting to work on it. Could you let me know how to invoke a flow service from wM portal and get data returned by the flow service. Is this available in any documentation.If yes could you let me know which document is that.
Regards
Avinash

In previous versions of Portal, the easiest way to invoke IS Flow or Java services was to expose them as document/literal or soap/rpc web services and then use the Portlet generator Eclipse plugin to create a new portlet from a WSDL file.

I’m not sure whether this is still the easiest method in Portal 6.5, but there should be something similar.

Mark