var soap = require('soap');
var jsn ={testDTO:{name:"pratik",age:"24"},again:{company:"infy",place:"chn"},time:"5.02"};
soap.createClient(url, function(err, checkResponse) {
checkResponse.test(jsn, function(err, result) {
console.log(result);
});
});
error : Caused by: javax.xml.bind.UnmarshalException: unexpected element (uri:"
http://ev.com/", local:"testDTO"). Expected elements are <{}arg2>,<{}arg1>,<{}arg0>