RE: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-16 Thread Christopher Moesel
than other WS frameworks. -Chris -Original Message- From: Randy Burgess [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 10:38 AM To: cxf-user@incubator.apache.org Subject: Re: java2wsdl -> wsdl2java lossy? (newbie alert!) Metro has Spring support. https://jax-ws-commons.dev.

Re: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-15 Thread Glen Mazza
; > Regards, > Randy Burgess > Web Applications Developer > Nuvox Communications > > > > > From: Glen Mazza <[EMAIL PROTECTED]> > > Reply-To: > > Date: Wed, 15 Aug 2007 10:26:28 -0400 > > To: <[EMAIL PROTECTED]>, > > Subject: Re: java

Re: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-15 Thread Randy Burgess
> Subject: Re: java2wsdl -> wsdl2java lossy? (newbie alert!) > > Hello Brett, > > Am Donnerstag, den 09.08.2007, 23:37 -0500 schrieb Brett Wooldridge: > >> I may return to CXF at some point, the level of activity here is encouraging >> and leads me to think CXF will impr

Re: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-15 Thread Glen Mazza
Hello Brett, Am Donnerstag, den 09.08.2007, 23:37 -0500 schrieb Brett Wooldridge: > I may return to CXF at some point, the level of activity here is encouraging > and leads me to think CXF will improve over time. However -- and really, I > don't mean to knock you guys on your own list but I've k

Re: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-09 Thread doug
Ok, thanks for your advice Brett, James. I'll ponder the options over several beers, probably forget, and probably be back with follow up troubles next week. Thanks again Doug On Friday 10 August 2007 15:50, Brett Wooldridge wrote: > Jaxws ri claims to support MTOM but I have not used it. A web

Re: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-09 Thread Brett Wooldridge
Jaxws ri claims to support MTOM but I have not used it. A web search revealed that it's been in for about 18 months, so maybe it's baked (depends on how much use it's gotten). Re: String[], I bit the bullet and performed the refactor on our code, but we didn't have nearly as many methods returnin

Re: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-09 Thread doug
Hi James, On Friday 10 August 2007 13:03, James Mao wrote: > Well, i tried yesterday, i have the same results as you gave, the > previous binding file is not correct, you can not put the wsdl location > inside the schemaLocation. Oh. That bit actually seemed to work, in the sense that changing th

Re: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-09 Thread Brett Wooldridge
For the record, I gave up and switched to jaxws ri. As noted below, it generates essentially the same binding so we switched over to typed collections. This handy table here has a breakdown of the basic bindings you get from JAX-WS vs. JAX-RPC: http://www.ibm.com/developerworks/webservices/libra

Re: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-09 Thread James Mao
Hi Doug, Well, i tried yesterday, i have the same results as you gave, the previous binding file is not correct, you can not put the wsdl location inside the schemaLocation. The interface really did not change, what changed is the type class, you can see there is String[], but it use the List ind

Re: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-09 Thread doug
If I explicitly modify the generated WSDL file as follows: http://www.w3.org/2001/XMLSchema"; xmlns:tns="urn:srv" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="urn:srv" xmlns:jxb="http://java.sun.com/xml/ns/jaxb"; jxb:version="

Re: java2wsdl -> wsdl2java lossy? (newbie alert!)

2007-08-08 Thread doug
Hi list, I apologise in advance for my ignorance but I am trying to convert my Axis 1 SOAP client/services to CXF, and as a complete newbie to CXF and JAXB, am having quite a few difficulties. My latest issue is the same as a recent correspondent (Brett) in that my web service interface methods