Hi !
maybe someone can help with this general problem:
If a client calls a method call(Integer int) of a webservice
with int="this is a String and will cause a NumberFormatException"
I get faultcode:Server.userException
faultstring:java.lang.NumberFormatException: For input string: "...."
'cause this is Axis (or java) specific, I would change it to something like
"WSDL Violation - wrong paramester type" or so.
Wouldnt this make more sense ?
or: Why does it not make sense ?
Thanks a lot in advance !
Best regards - Henning