Results 1 to 3 of 3

Thread: Generating WSDL from class with Aspects

  1. #1
    Join Date
    Nov 2010
    Location
    Santo Domingo, Albay Philippines
    Posts
    158

    Question Generating WSDL from class with Aspects

    I have an entity generated with Roo and it has obviously several aspects including ITDs.

    I want to generate a WSDL/SOAP web service for that entity with Apache CXF or Spring WS.

    The tools don't seem to pick up the aspects and the resuling WSDL doesn't have all the fields and methods injected by the aspects.

    I suspect I need to use the compiled class after weaving but I don't find how to do that.

    Any insight would be appreciated.

  2. #2
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    667

    Default

    Unless you decide to push in the relevant members (which would negate some of the benefits of using Roo), then your tool will indeed need to generate the WSDL from the compiled classes instead of the .java source files. You'll need to check the relevant tool's documentation to find out how to do that. Sorry not to be of more help.

  3. #3
    Join Date
    Sep 2004
    Location
    Valencia, ES
    Posts
    92

    Default

    Hi Mike,

    I think gvNIX could help you. Take a look at http://code.google.com/p/gvnix/wiki/LearnGvnixEn

    Hope it helps
    Enrique Ruiz
    DiSiD - http://www.disid.com

Tags for this Thread

Posting Permissions

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