Post Service call in Groovy Script
Summary
I am trying to call make service call using groovy script. But getting ExceptionContent
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
- detail: "<html><body>↵Exception in expression "IpeFaultRule" object function testfndAUth()
- : oracle.jbo.JboException Unexpected exception caught: org.codehaus.groovy.runtime.InvokerInvocationException,
- msg=java.lang.StackOverflowError: java.lang.StackOverflowError<br/>↵at "IpeFaultRule" object function testfndAUth() line 2<br/>↵<br/>↵
- </body></html>"
- o:errorCode: "25184"
Tagged:
0