Results 1 to 2 of 2

Thread: XMLBeans + SpringWS

  1. #1
    Join Date
    Apr 2009
    Posts
    12

    Default XMLBeans + SpringWS

    Hi all -
    I am looking into using XMLBeans to handle the request of our web services. Am I correct in saying that we do not need to manually generate the Java Beans w/the xmlbean "scomp" command?

    Does the XMLBeanMarshaller take care of that? If anyone has any examples of how they accomplished this please pass it along. Thank you in advance for your help.

  2. #2
    Join Date
    Aug 2007
    Location
    Belgium
    Posts
    58

    Default

    Hi,

    I also used XMLBeans to map my incoming/outcomings requests to Java beans but I don't think there is a way that Spring manages this at runtime. You have to compile them once and add the generated jar (or classes if you prefer) to your build path inside your project.

    If you are using Maven, you can try using the XMLBeans plugin that is available.

    I hope this helps you 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
  •