Re: CXF, JMS/AMQP listener

2012-04-25 Thread Daniel Kulp
@apache.org] > Sent: 25 April 2012 16:32 > To: users@cxf.apache.org > Cc: John Baker > Subject: Re: CXF, JMS/AMQP listener > > On Wednesday, April 25, 2012 03:16:43 PM John Baker wrote: > > That's the problem, I'm not using an endpoint. > > > > I

RE: CXF, JMS/AMQP listener

2012-04-25 Thread John Baker
Oh sorry, I didn't see the end of your mail :) -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: 25 April 2012 16:32 To: users@cxf.apache.org Cc: John Baker Subject: Re: CXF, JMS/AMQP listener On Wednesday, April 25, 2012 03:16:43 PM John Baker wrote: > Th

RE: CXF, JMS/AMQP listener

2012-04-25 Thread John Baker
niel Kulp [mailto:dk...@apache.org] Sent: 25 April 2012 16:32 To: users@cxf.apache.org Cc: John Baker Subject: Re: CXF, JMS/AMQP listener On Wednesday, April 25, 2012 03:16:43 PM John Baker wrote: > That's the problem, I'm not using an endpoint. > > I'm reading a message

Re: CXF, JMS/AMQP listener

2012-04-25 Thread Daniel Kulp
f/trunk/api/src/main/java/org/apache/cxf/wsdl/EndpointReferenceUtils.java The LSResourceResolver can use catalogs or whatever to resolve the schemas. Dan > > > > -Original Message----- > From: Daniel Kulp [mailto:dk...@apache.org] > Sent: 25 April 2012 16:13

RE: CXF, JMS/AMQP listener

2012-04-25 Thread John Baker
lp [mailto:dk...@apache.org] Sent: 25 April 2012 16:13 To: users@cxf.apache.org Cc: John Baker Subject: Re: CXF, JMS/AMQP listener On Wednesday, April 25, 2012 11:10:36 AM John Baker wrote: > I've done that but I'm now missing a SOAP message validation step. > Jaxb2marshaller can&

Re: CXF, JMS/AMQP listener

2012-04-25 Thread Daniel Kulp
ndpoint, then CXF will setup the JAXB (un)marshaller to validate the incoming XML against the wsdl/schema. Dan > > -Original Message- > From: Alex O'Ree [mailto:spyhunte...@gmail.com] > Sent: 25 April 2012 12:09 > To: users@cxf.apache.org > Subject: Re: CXF, JMS/

RE: CXF, JMS/AMQP listener

2012-04-25 Thread John Baker
Could a LocalConduit be used? -Original Message- From: John Baker [mailto:john.ba...@camelotgroup.co.uk] Sent: 25 April 2012 12:11 To: users@cxf.apache.org Subject: RE: CXF, JMS/AMQP listener I've done that but I'm now missing a SOAP message validation step. Jaxb2marshalle

RE: CXF, JMS/AMQP listener

2012-04-25 Thread akuhtz-2
Have you checked Camel? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-JMS-AMQP-listener-tp5664383p5664527.html Sent from the cxf-user mailing list archive at Nabble.com.

RE: CXF, JMS/AMQP listener

2012-04-25 Thread John Baker
Ree [mailto:spyhunte...@gmail.com] Sent: 25 April 2012 12:09 To: users@cxf.apache.org Subject: Re: CXF, JMS/AMQP listener You could setup a subscriber, then create a jaxb marshaller and attempt to convert it to the expected data type. I don't recall seeing anything built in though, maybe some

Re: CXF, JMS/AMQP listener

2012-04-25 Thread Alex O'Ree
You could setup a subscriber, then create a jaxb marshaller and attempt to convert it to the expected data type. I don't recall seeing anything built in though, maybe someone else has On Wed, Apr 25, 2012 at 6:00 AM, John Baker wrote: > Hello > > Is there a CXF component to connect to a JMS or AM

CXF, JMS/AMQP listener

2012-04-25 Thread John Baker
Hello Is there a CXF component to connect to a JMS or AMQP queue, read messages and validate the SOAP message against the WSDL etc? John ** The information contained in this email may be confidential. It is intended o