XFire to CXF - wrapping arrays

2010-01-24 Thread Christian Landbo Frederiksen
I am upgrading an old XFire webservice to the latest edition of CXF. I am hoping I can do this with no changes to the web service interface (WSDL). I my XFire edition methods that return arrays resulted in a type e.g: ArrayOfErrorCode: getErrorCodesResponse

Re: XFire to CXF - wrapping arrays

2010-01-24 Thread Benson Margulies
Are you sure you were using JAXB and not Aegis with XFire? On Sun, Jan 24, 2010 at 4:07 AM, Christian Landbo Frederiksen c...@traen.com wrote: I am upgrading an old XFire webservice to the latest edition of CXF. I am hoping I can do this with no changes to the web service interface (WSDL).

RE: XFire to CXF - wrapping arrays

2010-01-24 Thread Christian Landbo Frederiksen
XFire is setup using defaults, so I guess that would be Aegis yes. -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: 24. januar 2010 13:45 To: users@cxf.apache.org Subject: Re: XFire to CXF - wrapping arrays Are you sure you were using JAXB and not Aegis

Re: XFire to CXF - wrapping arrays

2010-01-24 Thread Benson Margulies
Did you configure CXF with Aegis or JAXB? this looks like you are getting the JAXB sort of array, or Aegis with the new 'flat' option turned on (which I thought was off by default). On Sun, Jan 24, 2010 at 7:58 AM, Christian Landbo Frederiksen c...@traen.com wrote: XFire is setup using defaults,

RE: XFire to CXF - wrapping arrays

2010-01-24 Thread Christian Landbo Frederiksen
Again, I used the defaults. Just tried switching to Aegis and that did the trick :) Thanks a lot for pointing me in the right direction. /Chr -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: 24. januar 2010 14:03 To: users@cxf.apache.org Subject: Re:

Re: XFire to CXF - wrapping arrays

2010-01-24 Thread Benson Margulies
np. On Sun, Jan 24, 2010 at 8:14 AM, Christian Landbo Frederiksen c...@traen.com wrote: Again, I used the defaults. Just tried switching to Aegis and that did the trick :) Thanks a lot for pointing me in the right direction. /Chr -Original Message- From: Benson Margulies

Re: CXF loses whitespace text nodes on the client side?

2010-01-24 Thread Adam Funk
On 2010-01-22, Adam Funk wrote: I'm working on a web-service client using a set of CXF-based tools developed by a colleague who knows a lot more about WSs than I do (although he couldn't explain the following problem). FWIW, we use CXF 2.1.5, although I just tried it with 2.2.5 and got the

SOAP message size limits?

2010-01-24 Thread Henk Flipman
Hi, are there any size limits I should be aware of? I'm seeing the following exceptions while parsing large responses: Caused by: javax.xml.ws.soap.SOAPFaultException: Error reading XMLStreamReader. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:146) Caused by:

Re: CXF loses whitespace text nodes on the client side?

2010-01-24 Thread Benson Margulies
Is this a JAX-RS service returning XML? On Sun, Jan 24, 2010 at 10:39 AM, Adam Funk a24...@ducksburg.com wrote: On 2010-01-22, Adam Funk wrote: I'm working on a web-service client using a set of CXF-based tools developed by a colleague who knows a lot more about WSs than I do (although he

Re: [CXF-2.2.5][Spring2.5.5][jre1.5] No mapped method

2010-01-24 Thread Gabo Manuel
Hi Sergey, Sorry for the troubles. It's a red herring, something to do with the securities set by our Sys Admin. I see the the transactions recorded as: 222.127.215.98 - - [25/Jan/2010:04:40:53 +] POST /MyService/?comment=test HTTP/1.1 401 0 222.127.215.98 - - [25/Jan/2010:04:40:53

Re: CXF, osgi and tomcat problem

2010-01-24 Thread Ashishz
Thank you very much for response.. Sergey.. You were correct.. The problem was with my context path.. I modified it and it works fine..:) Sergey Beryozkin-2 wrote: Hi Hello Sergey, Thank you very much for response. I am using SoapUI-3.0.1 for generating the client stubs. I am