invoke the services in controller

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

invoke the services in controller

Sugail Hameed
hello list,
 i got struct in the invoking of services through controller.in location of
view map how it should be given
Reply | Threaded
Open this post in threaded view
|

Re: invoke the services in controller

Deepak Dixit-2
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