public class InteropTestSoapBindingImpl extends Object implements samples.echo.InteropTestPortType
InteropTestSoapBindingImpl.java
This file was auto-generated from WSDL
by the Apache Axis Wsdl2java emitter.
And then it was hand modified to echo
the arguments back to the caller.
samples.echo.SOAPStruct s = new samples.echo.SOAPStruct();
s.setVarInt(inputInteger);
s.setVarString(inputString);
s.setVarFloat(inputFloat);
return s;