You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Sugail Hameed <su...@kenapps.com> on 2011/09/09 09:06:44 UTC

invoke the services in controller

hello list,
 i got struct in the invoking of services through controller.in location of
view map how it should be given

Re: invoke the services in controller

Posted by Deepak Dixit <de...@hotwaxmedia.com>.
Hello Sugail,

You can invoke service via controller in following way:

    <request-map uri="requestName">
        <event type="service" invoke="sericeName"/>
        <response name="success" type="view" value="successView"/>
        <response name="error" type="view" value="errorPage"/>
    </request-map>


Thanks & Regards
-- 
Deepak Dixit
HotWax Media Pvt. Ltd.
www.hotwaxmedia.com
Contact :- +91-98267-54548
Skype  :- deepakdixit

On Sep 9, 2011, at 12:36 PM, Sugail Hameed wrote:

> hello list,
> i got struct in the invoking of services through controller.in location of
> view map how it should be given