when I create skeleton with WSDL using this command ->
java -cp .;%AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true math.wsdl
File MathServiceSoapBindingImpl.java was generated..
the code which is in the file is:
now, i want asked all of you, why the method return -3??
I have read code of math.wsdl..but i didn't find clue for it..
can you all explain it for me??