Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Operation Binding is executed twice

Neliel-Oracle-Newbie-OracleNov 16 2012 — edited Nov 16 2012
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 14 2012
Added on Nov 16 2012
1 comment
180 views