in reply to Re^2: SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to testproxy:8080
in thread SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to testproxy:8080

This code looks incorrect:
my $method = SOAP::Data->name('getRecords') ->att...
In order to "get" the "name", you need an existing SOAP::Data object.
I don't know what accessing that as a class method will get you.

You should try to error check that .. as a minimum, ensure that $method is not undef.

Error 500 is still a server-side error - so server-side web-server logs can also help identify the cause.

If you can reproduce this problem using a 'curl' command, it may be easier to convince the server support people that the issue is on their side.

                Memory fault   --   brain fried

  • Comment on Re^3: SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to testproxy:8080
  • Download Code

Replies are listed 'Best First'.
Re^4: SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to testproxy:8080
by Anonymous Monk on Jun 16, 2018 at 22:47 UTC