Wednesday, February 7, 2024

Before Operation Rule

Troubleshooting purpose:

log.error("requestEndPoint : " + requestEndPoint ); 

log.error("requestEndPoint : "+requestEndPoint.getBody());

requestEndPoint.setFullUrl(requestEndPoint.getFullUrl().replaceAll("40", "@")); 

// updating the endpoint URL

No comments:

Post a Comment

Content Assist set up in Eclipse

# Open the Eclipse application # Navigate to Windows > click on Preferences # Navigate to Java and expand it # Navigate to Editor a...