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
In order to "get" the "name", you need an existing SOAP::Data object.my $method = SOAP::Data->name('getRecords') ->att...
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
|
|---|
| 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 |