I am trring to write a web service for currency conversion where client pass the arguments say type of currency for conversion and the parameters pass to web service and then calculate the conversion and return the result.
I am Trying to call a method in my ADB client from stub class but can not pass the arguments to it and can't get the desired outcome. the code is given. I used TCPMON to intercept the message passing but couldn't figure out. But one thing is sure the method is not being called on 0.0 comes as the return value.
MyConverterClientADB.java
package converter.client;
Client's build.xml
client's build.properties
CurrencyConverter.java Server's pojo service code
services.xml
server's build.xml