Bas Gooren schrieb:

to a WSDL provided by the payment provider. The WSDL specifies a SOAP binding, so that's what I need to implement.

have the same requirements and we go for metro. it is a s easy as adding the dependency to pom and annotating @WebSerive.
be sure to take at least version

 <dependency>
  <groupId>com.sun.xml.ws</groupId>
  <artifactId>jaxws-rt</artifactId>
  <version>2.1.4</version>
 </dependency>

as this one makes the tidious wsgen step obsolete!

cu uwe

ps: plays nicely with guice as well ;)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to