I have deployed the ao4bpel war file under tomcat, and I am able to successfully deploy the counting aspect using the ao4bpel ODE interface. I am using eclipse to create and execute .bpel process using Apache ODE. When deploying the counting aspect, if the scope is left blank, I believe the aspect will be applied to all the running instances. Now I am not able to check the output of the counting aspect, i.e when I invoke the Countingaspect.wsdl file from the browser, I get the error " No style information is associated with the document". Can you please tell me how can I view the counter output, either from command line or in eclipse. Please help me.