Whatever message this page gives is out now! Go check it out!
name = "local name">
webservice= "service identifier"
password = "string"
proxyPassword = "string"
proxyPort = "port number"
proxyServer = "URL or IP address"
proxyUser = "string"
refreshWSDL = "no|yes"
type = "webservice"
username = "string"
wsdl2javaArgs = "argument string"
wsportname = "port name"
wsversion = "version of the axis to be used" >Attribute | Req/Opt | Default | Description |
name | Required | Local name for the web service. String. | |
webservice | Required | One of the following:
| |
password | Optional | Password set in the Administrator, if any | The password to use to access the web service. If the webservice attribute specifies a web service name configured in the ColdFusion Administrator, overrides any password specified in the Administrator entry. |
proxyPassword | Optional | http.proxyPassword system property, if any | The user's password on the proxy server. |
proxyPort | Optional | http.proxyPort system property, if any. | The port to use on the proxy server. |
proxyServer | Optional | http.proxyHost system property, if any. | The proxy server required to access the web service URL. |
proxyUser | Optional | http.proxyUser system property, if any | The user ID to send to the proxy server. |
refreshWSDL | Optional | no |
|
type | Optional | The object type. You can omit this attribute or specify webservice. | |
username | Optional | User name set in the Administrator, if any | The user name to use to access the web service. If the webservice attribute specifies a web service configured name in the ColdFusion Administrator, overrides any user name specified in the Administrator entry. |
wsdl2javaArgs | Optional | A string that contains a space-delimited list of arguments to pass to the WSDL2Java tool that generates Java stubs for the web services. Useful arguments include the following:
| |
wsportname | Optional | First port in the WSDL | The port name for the web service. This value is case sensitive and corresponds to the port element's name attribute under the service element.Specify this parameter if the web service contains multiple ports. |
wsversion | Optional | Specifies version of the axis to be used. If the wsversion is specified as "1", then axis 1 will be used. If it is "2", then axis 2 will be used. |