I am using JSF+SWF+Web-Services. The architectural question is how should i be writing my actions that are just delegations to a call on the web-service layer? I would like to directly specify/wire my web-service method in flow definition XML. Is this possible? Do i write a custom action or a custom FlowArtifactFactory? What are the possibilitites?


Reply With Quote