[soapbuilders] Doubt regarding Creation of SOAP Server using SOAP::Lite
by Bijith other posts by this author
Oct 30 2004 4:40AM messages near this date
[soapbuilders] lower mortgage payments
|
[soapbuilders] some clarification needed in SOAP::Lite Module
SERVICES Hi,
if i made a SOAP Server for example i'am giving here the code in SOAP::Lite Cookbook
use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI
-> dispatch_to('Demo')
-> handle; package Demo; sub hi {
return "hello, world";
} sub bye {
return "goodbye, cruel world";
}i saved it in my cgi-bin but i'am getting the 500-internal server error
Attachments:
unknown1
unknown2
unknown1
|