Hello Mohd,
Can you access the next screen of your application if you do not use the web dispatcher? I mean, accessing the ABAP server directly?
It looks like the MIMEs of your ITSmobile application are not loaded. Have you published all the ITS-related services and generated the templates? Maybe it is worth to visit the ITSmobile wiki? If you are interested in ITSmobile services, maybe you want to check a video at SAP KBA 2242078.
If you use Fiddler or HttpWatch, then you should be able to see what happens when you try to reach the other screen: which HTTP code is being generated. Then you can dig deep into the web dispatcher trace file to find more information about what happened. Even dev_icm, from the ABAP server, should help shedding some light into the issue.
Kind regards,
Cris