Dear All,
I created an Action Binding in my pageDef file. This will call the web service interface.
In the action listener method of my button, I am invoking this action binding using this code
below:
OperationBinding method =
getBindings().getOperationBinding("MyWebService");
method.execute();
All is well but I notice that when I looked at my HTTP Analyzer, I notice that my web service is called twice.
Has anybody encountered this?
I read about the blog by Shay about Web Service being called twice, https://blogs.oracle.com/shay/entry/web_service_across_pages_calle
but I have a different use case than him as I have only one page.
Anyone has hints?
My problem causes double posting of transaction which is unnecessary.
-JDEV 11G PS5
-Web Service Business Services
Edited by: Neliel on Nov 15, 2012 10:24 PM