Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Post Service call in Groovy Script

edited Feb 5, 2020 12:36AM in Visual Builder

Summary

I am trying to call make service call using groovy script. But getting Exception

Content

I've defined a REST service  with one POST endpoint. I try calling it based on the service name:

def fndAuthn = newService('fndAuthn')
fndAuthn.postToken()

 

I am seeing this Exception 

  1. detail"<html><body>↵Exception in expression "IpeFaultRule" object function testfndAUth()
  2. : oracle.jbo.JboException Unexpected exception caught: org.codehaus.groovy.runtime.InvokerInvocationException,
  3. msg=java.lang.StackOverflowError: java.lang.StackOverflowError<br/>↵at "IpeFaultRule" object function testfndAUth() line 2<br/>↵<br/>↵
  4. </body></html>"
  5. o:errorCode"25184"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!