M
Marc Michaels
I'm attempting to use ksoap on a Nextel i88s emulator. My code
follows:
try
{
SoapObject rpc = new SoapObject("http://myurl.com/myfunction",
"myval");
}
catch(java.lang.Throwable exception1)
{
System.out.println("Error: " + exception1);
}
which throws the following error:
java.lang.Error: Class definition not found or invalid class
file
rg/ksoap/SoapObject
I've seen at http://ksoap.objectweb.org/project/faq/ that I'm supposed
to set an iDEN-Install-Class property in the JAD and manifest files.
Can someone help me with the correct syntax or tell me what class this
error is specifically referring to?
I've tried inserting:
iDEN-Install-Class-2: org.ksoap.SoapObject
in my manifest and jad settings under the "Other Attributes" section in
the MOTOROLA iDEN SDK/Emulator - Manifest/JAD editor.
I'm learning this on my own so forgive me if my procedures here look
silly.
Thanks for any help,
Marc Michaels
follows:
try
{
SoapObject rpc = new SoapObject("http://myurl.com/myfunction",
"myval");
}
catch(java.lang.Throwable exception1)
{
System.out.println("Error: " + exception1);
}
which throws the following error:
java.lang.Error: Class definition not found or invalid class
file
I've seen at http://ksoap.objectweb.org/project/faq/ that I'm supposed
to set an iDEN-Install-Class property in the JAD and manifest files.
Can someone help me with the correct syntax or tell me what class this
error is specifically referring to?
I've tried inserting:
iDEN-Install-Class-2: org.ksoap.SoapObject
in my manifest and jad settings under the "Other Attributes" section in
the MOTOROLA iDEN SDK/Emulator - Manifest/JAD editor.
I'm learning this on my own so forgive me if my procedures here look
silly.
Thanks for any help,
Marc Michaels