Re: Fwd: CXF has graduated!

2008-04-17 Thread pierre post
Congratulations to everyone who is involved and best luck for the future! Pierre Forwarding this to cxf-user as it's as important for them as well. Dan -- Forwarded Message -- Subject: CXF has graduated! Date: Wednesday 16 April 2008 From: Jim Jagielski <[EMAIL PROTECT

Re: Fwd: CXF has graduated!

2008-04-17 Thread Ashok Madhavan
Congratulations to all the people involved. great job guys. On Thu, Apr 17, 2008 at 7:20 PM, maomaode <[EMAIL PROTECTED]> wrote: > Congratulations! > > James > > Forwarding this to cxf-user as it's as important for them as well. > > Dan > > > > -- Forwarded Message -- > > > > S

Re: Fwd: CXF has graduated!

2008-04-17 Thread maomaode
Congratulations! James Forwarding this to cxf-user as it's as important for them as well. Dan -- Forwarded Message -- Subject: CXF has graduated! Date: Wednesday 16 April 2008 From: Jim Jagielski <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] I am happy and proud to announce th

Re: Fwd: CXF has graduated!

2008-04-17 Thread Jackey Ding
Congratulations! Thanks & best regards Jackey 2008/4/17, Davide Gesino <[EMAIL PROTECTED]>: > > > Congratulations to Dan and all the team ;-) > I've been waiting this to happen for a long time. > > Davide > > > Juanjo Vázquez wrote: > > > > Congratulations! > > > > Regards, > > > > Juanjo > > >

CXF 2.1 B2

2008-04-17 Thread Arul Dhesiaseelan
Hi Dan, Is there a plan to release 2.1 beta2 in the coming days? Cheers, Arul

Re: Does JavaToWSDL support generics ?

2008-04-17 Thread Daniel Kulp
What version of CXF? That should definitely be working. Dan On Thursday 17 April 2008, stlecho wrote: > Hi, > > I would like to generate a WSDL for the following method: "public > List getAllCars();". In the generated WSDL I expect to have > something similar to ' name="getAllCarsResponse"> m

On the fly WSDL lacks namespace declarations

2008-04-17 Thread zem_user
Hello, When I access the WSDL which is generated on the fly by invoking http://:/?wsdl, I don't see any namespace declarations. I cannot use the same WSDL as is to generate the client code. I need to plugin in the namespace declarations (e.g. for soap and wsdl prefixes) in order for it to work wi

Optional elements and null

2008-04-17 Thread Sica, David (David)
I have my response XSD as: In certain situations I don't want to populate the requestID element in the response so I would expect

Re: soap requests with no attributes or elements

2008-04-17 Thread Fazle Khan
Thanks all for your help. I decided to use empty nested complexType elements for no-input soap reqeusts and the generated code works much better. -- View this message in context: http://www.nabble.com/soap-requests-with-no-attributes-or-elements-tp16715370p16744039.html Sent from the cxf-user m

Re: Q: Issues when attempting to send ">". Wind up with ">"

2008-04-17 Thread Benson Margulies
Here we go again. I suggest that you write things like 'convert the greater-than sign to amp g t semi'. You shouldn't ever need to do this. No standard-conforming XML processor needs it. On Wed, Apr 16, 2008 at 9:19 PM, adam_j_bradley <[EMAIL PROTECTED]> wrote: > > Dan, > > Thanks for the tip, g

Re: Invalid SOAP message

2008-04-17 Thread Jan Pechanec
Yes! That's the problem! I made it via code and it works. Thank you very much, Jan Daniel Kulp <[EMAIL PROTECTED]> napsal dne 16.04.2008 19:11:15: > > Those extra character are due to the "Transfer-Encoding: chunked". It > looks like the cobol server doesn't support the chunked encoding.Yo

Does JavaToWSDL support generics ?

2008-04-17 Thread stlecho
Hi, I would like to generate a WSDL for the following method: "public List getAllCars();". In the generated WSDL I expect to have something similar to ''. When using JavaToWSDL, the generated WSDL contains ''. There is no reference to the 'Car' element :o(. Based on this experience I was wonder

Re: Fwd: CXF has graduated!

2008-04-17 Thread Davide Gesino
Congratulations to Dan and all the team ;-) I've been waiting this to happen for a long time. Davide Juanjo Vázquez wrote: > > Congratulations! > > Regards, > > Juanjo > > On Wed, Apr 16, 2008 at 8:30 PM, David Castañeda <[EMAIL PROTECTED]> > wrote: > >> Kudos to Dan and all people who has

Re: SSL KeyManager Authentication

2008-04-17 Thread mmocnik
Solved. I misspelled the filename of the KeyManager TrustStore. For some reason I did not get an Exception... Regards, Marko -- View this message in context: http://www.nabble.com/SSL-KeyManager-Authentication-tp16718625p16741940.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Q: Issues when attempting to send ">". Wind up with ">"

2008-04-17 Thread Ian Roberts
adam_j_bradley wrote: Dan, Thanks for the tip, getting closer! One thing I want to now have is for all the ">" symbols to be converted to ">" to mimic the behavior of the existing Web Service client (C# based). Any thoughts on how I might do that? It shouldn't be necessary - both forms are eq

Re: CXF Spring client: getting the message´s XML payload

2008-04-17 Thread Juan José Vázquez Delgado
Hi Freeman, Definitely, Option 2 is the most suitable way for my configuration because is less intrusive than others. I´ll try it. Thanks a lot for your support. Regards, Juanjo.

How to develop a WebServiceClient correctly?

2008-04-17 Thread Ulrike
Currently I’m using CXF for accessing some Seam (stateful) services. I managed it to maintain session state of one service (I’ve set the SESSION_MAINTAIN_PROPERTY to true), but I need some further help with different services using the same session. A usual scenario would be following: • a