in reply to CGI Perl to web service

I'm trying to figure out how to convert a CGI Perl program to web service.

What do you mean by "web service"? its more of a generic description than a technical term.

If I catch error/success in JSON format from userlogin.pl, how can I call account.pl in the case of web service?

The same exact way you called userlogin.pl?

You're going to be more specific if you want a better answer, sorry

  • Comment on Re: CGI Perl to web service (marketing)

Replies are listed 'Best First'.
Re^2: CGI Perl to web service (marketing)
by Anonymous Monk on Apr 12, 2013 at 13:03 UTC
    Hi

    Thanks for your reply. userlogin.pl with additional parameter(for example: ws=1) can differentiate web service call.

    Thanks