Results 1 to 3 of 3

Thread: Architectural Question - SWF & WebService Action?

  1. #1

    Question Architectural Question - SWF & WebService Action?

    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?

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    have Spring generate a local proxy to your WS using spring remoting (or spring web services); you can then invoke the proxy within your flow definition or within an action implementation. See the SWF samples and reference manual for an example of both.

    Keith
    Keith Donald
    Core Spring Development Team

  3. #3

    Default

    Thx for the prompt reply Keith. Will try that out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •