commandAction... deadlock

e aew galera,
bom meu problema eh o seguinte, no botao enviar eu queria pegar valor 1 e valor 2 e acessar meu arquivo de jws, so q na hora de acessar a web, ta dando esse pau

Starting emulator in execution mode
Running with storage root DefaultColorPhone
Warning: To avoid potential deadlock, operations that may block, such as 
 networking, should be performed in a different thread than the 
 commandAction() handler.
BUILD SUCCESSFUL (total time: 15 seconds)

public void commandAction(Command c, Displayable s) { if(c == cmEnviar) { if ((tfValor1.size() == 10) && (tfValor2.size() == 10)) { valor1 = tfValor1.getString(); valor2 = tfValor2.getString(); } try { testWebService(); } catch (Exception ex) { System.out.println(ex); } } }

um abraco a todos
espero q me ajudem