WEB-INF.cftags.componentcoldbox.system.FrameworkSupertype
coldbox.system.Plugin
coldbox.system.plugins.Webservices
The Webservices framework plugin.
Constructor Summary | |
---|---|
init(any controller)
|
Method Summary | |
---|---|
any
|
getWS(string name)
Get a web service's wsdl url from the configStruct according to which environment you are on. |
any
|
getWSobj(string name)
Get a reference to a webservice obj according to which environment you are on. |
void
|
refreshWS(string webservice)
Refresh a web service stub object. |
Methods inherited from class WEB-INF.cftags.component |
---|
None |
Constructor Detail |
---|
controller
Method Detail |
---|
Get a web service's wsdl url from the configStruct according to which environment you are on.
name
- The name of the web service. If the web service is not found an exception is thrown.Get a reference to a webservice obj according to which environment you are on.
name
- The name of the web service. If the web service is not found an exception is thrownRefresh a web service stub object
webservice
- The name or wsdl URL of the web service to refresh