Topic by Ramy NATOUR
Content
Hello everyone,
I’ve followed the BPEL - RightNowAdapter tutorial and I’m currently having some issues with the final testing part.
The first error I got was the "JCA binding error ... Unable to create cloud operation" that I corrected by changing the "targetWSDLURL" attribute by RightNow's WSDL absolute URL.
Now, the error message I'm facing is : "CA Binding execute of Reference operation 'QueryObjects' failed due to: Le client a reçu une erreur SOAP du serveur : Username is not specified in UsernameToken".
As I tried to debug this error, I found out that the Adapter wasn't injecting the credentials in the security header.
This behaviour is not normal since:
- I imported RightNow's certificate in WebLogic
- I created the CSF-key in Enterprise Manager that I use in the Adapter's wizard
- A simple ROQL request test works during design time
Does anyone have a clue of why the credentials are not injected since the prefix tasks have been done ?
Where would you advice me to debug/search a solution ?
Thanks in advance