I am using CXF 2.2.10. It is built using maven, deployed as war on Weblogic 10.3.0. The service is exposed using jaxws:endpoint configuration.
Thanks -Sonam -----Original Message----- From: Benson Margulies [mailto:[email protected]] Sent: Thursday, June 09, 2011 1:30 PM To: [email protected] Subject: Re: Jaxb Marshalling "+" sign on a soap request as in "1+2" What version of CXF? How did you build and configure your service? On Thu, Jun 9, 2011 at 2:26 PM, Sonam Nepali <[email protected]> wrote: > Hi > > I sent a soap request using SOAP UI as in " <arg0>1+2</arg0>" which would be > marshaled into a "int" type on server side. > > I checked the inbound request on the server side and I see the request as > being "1+2". In the webservice method, the I printed method argument and the > int value is "12". I see a string concatenation of "1" + "2" to give "12". > I expected some kind of a Number format exception or something because the > request didn't contain a numeric value. Is this a bug? > > Thanks > > -Sonam >
