Hello,
We are trying to create a webservice that offers an XMLBeans object (created 
from an schema file).
We would like it to be as easy as possible and we thought about using just 
annotations: @Webservice, @WebMethod.

The issue is that we don't want to use Spring, and all the examples we found 
are using Spring for the XMLBeansServiceFactory configuration.
Is it possible?

In the documentation (http://xfire.codehaus.org/XMLBeans+Integration) it tells 
how to do it programmatically.
The problem is that I don't know where I have to add the code. It doesn't say 
which files should be created or extended.

Where should I write the code to create a new ServiceFactory?
Do I have to extend the ServiceFactory?

And this code, where does it belong?
Service service = asf.create(MyService.class);


As you can see, I am lost.
Any hint will be greatly appreciated.

Thank you very much,
                 Jose Manuel Valladares

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to