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.
Below, a pseudo-test table which summarizes what works and what doesn't:
Step | Associated test | Test Result | Error messages |
Ensure the credentials are not causing troubles | 1: Give RightNow’s WSDL to the WebService testing part of Oracle Fusion Middleware Console 2: Fill-in identifiers of an account which is allowed to use Soap in RightNow 3: Perform a QueryCSV request on contacts | SUCCESS | N/A |
Ensure that the RightNowAdapter declaration is valid in Jdeveloper | 1: Create a RightNowAdapter reference using Jdeveloper’s UI 2: Fill-in the good identifiers with a valid CSF-key 3: Perform ROQL requests and press the play button | SUCCESS | N/A |
Deploy and test the BPEL on the server | 1: Deploy the BPEL on the server 2: Set the policy to “oracle/wss_username_token_client”(UsernameToken required fix) 3: Fill-in the username and password of the above policy 4: Give an input argument 5: Run the test | FAIL | We can see 2 errors:
|
As you can see, the last case is supposed to be a success since the other ones are succeeding.
My questions are:
- Did anyone face the same issue in his experience on RightNow ? How did you manage to get over it ?
- Most of the topics I found about these errors are suggesting fixes which are applied at a lower layer(the JAVA code itself). Will I have to do specific development to fix this issue ? Where would you advice me to implement it ?
- Is the followed tutorial outdatted ? How come I get errors whereas I followed each step rigorously (Did several times this tutorial from the start)?
Thanks in advance for the help,
Hoping that the answers will help others facing the same issue.
Edit[11_March_2015]: As the "error while invoking endpoint" error can happen in other cases, the rest of the logs suggest that the partialTrigger can't handle the syntax used.
The following members of the partial trigger RichTreeTable are failing:
- service
- port
- invoke
- operation
- request_xml
- invoke_footer
- service