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

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.

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