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
