Hi folks,
I need to make a soap call from a J2ME client using KSoap2. But i'm having some problems...
Here's the code:
public class UserAction extends Action {
public UserStruct login(UserStruct user) throws WFMException {
// Bloco de chamada
try {
// Formatando string JSON para chamada ao web service da API
JSONObject filter = new...
2009-05-13 18:57:23 UTC in kSOAP2