I am workin on a mms project and it has the following modules
  1. sender and reciever (j2me -using sun wireless toolkit)
  2. mm7 and mmsc (java- using eclipse)
  3. vasp server and content server (java servelets- using eclipse and tomcat apache)


During normal run the connection should go somewhat like this

sender-->vasp server-->mm7-->mmsc-->reciever-->content server

I have removed all the visible...