Hi Osvaldo,
It looks like this is using a Dedicated Service where that needs to be declared using the @DedicatedService annotation, not the @BindService annotation as you have.
myInterfaceService IMovAtestadoRhService{@dedicatedService }
You already have the related doc describing that in your description ie:
https://www.ibm.com/support/knowledgecenter/SSMQ79_9.5.1.1/com.ibm.egl.pg.doc/topics/pegl_serv_local_service.html
As you can see you are trying to access it as a local EGL service and that is not supported in Rich UI which only supports Web services and dedicated services.
Refer to https://www.ibm.com/support/knowledgecenter/SSMQ79_9.5.1.1/com.ibm.egl.pg.doc/topics/pegl_serv_access_detail_richui.html
Section "Services that can be accessed from Rich UI"
With Dedicated Services it is not needed to create service binding, they do not use the deployment descriptor.
Can you alter this and let us know the result please?
If you then still have additional problems,errors feel free to raise a support ticket so I can spend some time on investigating it.
Thanks and Regards
Mark
Mark Hall
HCL Technologies
RBD L2 Support
----------------------------------------------------
My access to my IBM email address has been removed so please feel free to mail me directly via hallm@hcl.com in future.
mrhall