in reply to soap server with SOAP::Transport::HTTP module

Do you "launch" this script through your webserver? Or do you launch this program first and then access it at port 8888?

  • Comment on Re: soap server with SOAP::Transport::HTTP module

Replies are listed 'Best First'.
Re^2: soap server with SOAP::Transport::HTTP module
by leostereo (Beadle) on Oct 08, 2015 at 18:53 UTC

    Thanks for your response. Im not using any browser for this. Im just usin http to transport soap messajes just for legacy comptability. What I do is to execute the daemon from command line Then I can check that server is listening at por 8888. and then I test it with a "telnet localhost 8888" or a curl client. Both give me same result.