I would like to integrate a webservice callable by others into my existing 
Wicket application.
The reason is that I'm integration a third-party payment provider and they 
provide a callback mechanism in the form of a WSDL I need to implement.

Now I've taken a look at enunciate, which looks great btw, but it seems to 
operate next to wicket instead of integrated with wicket: as a separate filter.

I'd like to be able to control the location where the webservice is mounted 
from wicket, and access my guice-injected services through wicket-guice 
integration. This way I have easy access to all the services and daos in my 
application

The questions I have are:
- is it possible to handle an incoming webservice request through a WebPage 
implementation?
- if not, what would be a good alternative? (given the requirement that I'd 
like to be able to use the wicket-guice injector)

Bas

Reply via email to