Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
There's more than one way to do things
 
PerlMonks  

Re: SOAP server must offer WSDL document too

by izut (Chaplain)
on Aug 07, 2006 at 04:45 UTC ( [id://565906]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to SOAP server must offer WSDL document too

CGI.pm has a method called param keywords. It will define 'wsdl' if it is present return an array containing all keywords on QUERY_STRING. I suppose the following code will work:

use CGI; use List::Util qw(first); my $q = CGI->new; if (first { $_ eq 'wsdl' } $q->keywords}) { ... }

Update: changed from from $q->param $q->keywords on code.

Igor 'izut' Sutton
your code, your rules.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://565906]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.