Re: Wicket + Webservice

2009-08-28 Thread nino martinez wael
Going for the web page, you could in theory do REST... But how smooth it are i do not know.. regards Nino 2009/8/28 Bas Gooren b...@iswd.nl: 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

Re: Wicket + Webservice

2009-08-28 Thread Bas Gooren
martinez wael nino.martinez.w...@gmail.com To: users@wicket.apache.org Sent: Friday, August 28, 2009 1:16 PM Subject: Re: Wicket + Webservice Going for the web page, you could in theory do REST... But how smooth it are i do not know.. regards Nino 2009/8/28 Bas Gooren b...@iswd.nl: I would like

Re: Wicket + Webservice

2009-08-28 Thread nino martinez wael
provided by the payment provider. The WSDL specifies a SOAP binding, so that's what I need to implement. Bas - Original Message - From: nino martinez wael nino.martinez.w...@gmail.com To: users@wicket.apache.org Sent: Friday, August 28, 2009 1:16 PM Subject: Re: Wicket + Webservice

Re: Wicket + Webservice

2009-08-28 Thread nino martinez wael
Message - From: nino martinez wael nino.martinez.w...@gmail.com To: users@wicket.apache.org Sent: Friday, August 28, 2009 1:16 PM Subject: Re: Wicket + Webservice Going for the web page, you could in theory do REST... But how smooth it are i do not know.. regards Nino 2009/8/28 Bas

Re: Wicket + Webservice

2009-08-28 Thread Bas Gooren
-commons.dev.java.net/guice/), so maybe I can find a way to make it use the wicket-guice injector. Bas - Original Message - From: nino martinez wael nino.martinez.w...@gmail.com To: users@wicket.apache.org Sent: Friday, August 28, 2009 2:04 PM Subject: Re: Wicket + Webservice doh, took

Re: Wicket + Webservice

2009-08-28 Thread nino martinez wael
martinez wael nino.martinez.w...@gmail.com To: users@wicket.apache.org Sent: Friday, August 28, 2009 2:04 PM Subject: Re: Wicket + Webservice doh, took a closer look at the blog, it's already described there.. So you know that wicket can return XML 2009/8/28 nino martinez wael

Re: Wicket + Webservice

2009-08-28 Thread Uwe Schäfer
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

Re: Wicket + Webservice

2009-08-28 Thread Uwe Schäfer
Bas Gooren schrieb: I have found JAX-WS Guice integration (see https://jax-ws-commons.dev.java.net/guice/), so maybe I can find a way to make it use the wicket-guice injector. easy, done it. i´ll publish it on sunday and send you a private mail. cu uwe

Re: Wicket + Webservice

2009-08-28 Thread Bas Gooren
is access to the wicket Injector instance, since it contains all my application-relevant mappings. Bas - Original Message - From: nino martinez wael nino.martinez.w...@gmail.com To: users@wicket.apache.org Sent: Friday, August 28, 2009 3:15 PM Subject: Re: Wicket + Webservice Hmm

Re: Wicket + Webservice

2009-08-28 Thread Bas Gooren
Subject: Re: Wicket + Webservice Bas Gooren schrieb: I have found JAX-WS Guice integration (see https://jax-ws-commons.dev.java.net/guice/), so maybe I can find a way to make it use the wicket-guice injector. easy, done it. i´ll publish it on sunday and send you a private mail. cu uwe