DO you have any API's for web service connector testconnection operation

Hi Team,

Please help me how to configure Webserivce Connector “TestConnection” Operation.

Please provide if you have any REST API’s for practice.

Thanks in Advance…!

Best Regards,
Mohan P

It depends on how much you want to test.

For a simple network accessibility check, you can reuse any of your other operations, supply invalid data and set the expected error code as success code.

I agree with @kcwong - the easiest thing to do is choose an API endpoint on the target system that:

  1. has a quick response (GET a single object, rather than GET all objects)
  2. has a known response code
  3. requires authentication/authorization

This allows the test connection to serve its purpose - validate that the service is reachable and your credentials are valid.