|

12-30-2008, 02:36 AM
Hi all,
I have gone through the posts above, and its been real helpful. It works fine on the simulator. But i am having a problem while installing on the device. When i install the application on the device, and try to open it, it gives an error: "Error starting testKsoap: Module 'kSoap' not found." Following is the alx i am using:
************************************
<loader version="1.0">
<application id="testKsoap">
<name >
</name>
<description >
</description>
<version >
</version>
<vendor >
MyCompany
</vendor>
<copyright >
Copyright (c) 2008 MyCompany
</copyright>
<fileset Java="1.24">
<directory >
</directory>
<files >
testKsoap.cod
</files>
</fileset>
<application id="kSoap">
<name >
</name>
<description >
</description>
<version >
</version>
<vendor >
MyCompany
</vendor>
<copyright >
Copyright (c) 2008 MyCompany
</copyright>
<fileset Java="1.24">
<directory >
</directory>
<files >
kSoap.cod
</files>
</fileset>
</application>
</application>
</loader>
************************************
Basically, the kSoap library module is not getting installed on the device. I dont know what i am doing wrong. Please help.
|