sorry, but I don't find how to debug :/
Meanwhile, in the url that i was passing i removed the "?wsdl" in the
end of the file and it seems that it makes the request (no error is
given) but when i try to print the response i get an error.
try {
androidHttpTransport.call(SOAP_ACTION, envelope);
SoapObject result = (SoapObject) envelope.getResponse();
Log.v(TAG, "REQUEST RESULT: " + result.toString());
and i get
04-27 20:26:55.129: WARN/System.err(956): SoapFault - faultcode:
'soap:Server' faultstring: 'argument type mismatch while invoking
public abstract
com.criticalsoftware.wiccore.wise.entities.resources.Equipment
com.criticalsoftware.wiccore.wise.business.webservice.SharedWebService.getEquipment(int)
with params [192].' faultactor: 'null' detail: null