ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> soapbuilders
soapbuilders
[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


Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved