in android I am getting the following error:
NativeStart.main(String[]) line: not available [native method]
my code is trying to
Try adding this to your AndroidManifest.xml as well:
You also need to catch this Exception:
catch(SocketException ex) { Log.e("Error : " , "Error on soapPrimitiveData() " + ex.getMessage()); ex.printStackTrace(); }