This is my problem scenario: - whenever any HTTPService is invoked, the servlet is being called TWICE - I have an init() function in my application that I call on "CreationComplete" and it is being called multiple times, which is causing the above problem, so how to fix this?
What am I doing wrong? Thank you -MS

