Please give more details.
 From what I understand,
1) You are using XAMPP on Linux. It is somewhat complicated. 
Apache,MySQL,PHP,... are per default available or installed on Linux 
distributions
2) Your server is a CGI program. You need to configure Apache for that. 
See Apache docs

First check on your server,
Is there a process listening on your port (I think so otherwise no error 
404)
Is your CGI running.
Are you using mod_gsoap,
Check your Apache configuration and log files.
Use a network sniffer (tcpdump or wireshark)
Use netstat.
For better performance, write your server as a FastCGI program.

zsyorange a écrit :
>
> I wrote my own server and client in gsoap. The server executive is put 
> in /opt/lampp/cgi-bin/, and the endpoint of client is 
> "http://localhost/cgi-bin";. I have the following error report while 
> running the client executive:
>
> Error 404 fault: SOAP-ENV:Server [no subcode]
> "HTTP Error"
> Detail: HTTP/1.1 404 Not Found
>
> What would be wrong?
>
> Thank you very much!
>
> 



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/gsoap/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/gsoap/join
    (Yahoo! ID required)

<*> To change settings via email:
    gsoap-dig...@yahoogroups.com 
    gsoap-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    gsoap-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to