when i call web service dump object contains text "Bad Request"
here is the code;
`` SoapObject request = new SoapObject(NAMESPACE, prms[0].MethodName);
for (PropertyInfo pi : prms[0].Params) {
request.addProperty(pi.name, pi.getValue());
}
SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER12);
envelope.setOutputSoapObject(request);
envelope.env = "http://schemas.xmlsoap.org/soap/envelope/";
when i call web service dump object contains text "Bad Request"
here is the code; `` SoapObject request = new SoapObject(NAMESPACE, prms[0].MethodName); for (PropertyInfo pi : prms[0].Params) { request.addProperty(pi.name, pi.getValue()); } SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER12); envelope.setOutputSoapObject(request); envelope.env = "http://schemas.xmlsoap.org/soap/envelope/";