[[Dashboard | << Back to Dashboard ]] {| align="right" | __TOC__ |} = Exploring the Webservices Plugin = == Overview == The Webservices framework plugin. == getWSobj == Get a reference to a webservice obj according to which environment you are on. === Returns === * This function returns ''any'' === Arguments === {| cellpadding="5", class="tablelisting" ! '''Key''' !! '''Type''' !! '''Required''' !! '''Default''' !! '''Description''' |- | name || string || Yes || --- || The name of the web service. If the web service is not found an exception is thrown |} === Examples === == refreshWS == Refresh a web service stub object === Returns === * This function returns ''void'' === Arguments === {| cellpadding="5", class="tablelisting" ! '''Key''' !! '''Type''' !! '''Required''' !! '''Default''' !! '''Description''' |- | webservice || string || Yes || --- || The name or wsdl URL of the web service to refresh |} === Examples === == getWS == Get a web service's wsdl url from the configStruct according to which environment you are on. === Returns === * This function returns ''any'' === Arguments === {| cellpadding="5", class="tablelisting" ! '''Key''' !! '''Type''' !! '''Required''' !! '''Default''' !! '''Description''' |- | name || string || Yes || --- || The name of the web service. If the web service is not found an exception is thrown. |} === Examples ===