in reply to Rest API testing with perl

Check the server error log to determine why it is returning the 500 (internal server error) to your client.

Replies are listed 'Best First'.
Re^2: Rest API testing with perl
by madhurivepa (Novice) on May 12, 2014 at 03:37 UTC

    Somehow not able to trouble shoot. Are the packages which are included sufficient or I should have JSON also included.when i Googled I came across some

      If the packages you include are/were insufficient, then you shouldn't get as far as running the test - perl should have blown up long before.

      A user level that continues to overstate my experience :-))