WebServiceDescription

The webservice-description element defines a WSDL document file and the set of Port components associated with the WSDL ports defined in the WSDL document. There may be multiple webservice-descriptions defined within a module.All WSDL file ports must have a corresponding port-component element defined.Used in: webservices



Attributes Summary
id : String  
description : String  
displayName : String  
smallIcon : String  
largeIcon : String  
jaxrpcMappingFile : StringThe jaxrpc-mapping-file element contains the name of a file that describes the JAX-RPC mapping between the Java interaces used by the application and the WSDL description in the wsdl-file.
webServiceDescriptionName : StringThe webservice-description-name identifies the collection of port-components associated with a WSDL file and JAX-RPC mapping.
wsdlFile : StringThe wsdl-file element contains the name of a WSDL file in the module.
portComponents : PortComponent *  

Attribute Details

id    -     
     data type:  String
     default Value:   unspecified



description    -     
     data type:  String
     default Value:   unspecified



displayName    -     
     data type:  String
     default Value:   unspecified



smallIcon    -     
     data type:  String
     default Value:   unspecified



largeIcon    -     
     data type:  String
     default Value:   unspecified



jaxrpcMappingFile    -    The jaxrpc-mapping-file element contains the name of a file that describes the JAX-RPC mapping between the Java interaces used by the application and the WSDL description in the wsdl-file. The file name is a relative path within the module.
     data type:  String
     default Value:   unspecified



webServiceDescriptionName    -    The webservice-description-name identifies the collection of port-components associated with a WSDL file and JAX-RPC mapping. The name must be unique within the deployment descriptor.
     data type:  String
     default Value:   unspecified



wsdlFile    -    The wsdl-file element contains the name of a WSDL file in the module. The file name is a relative path within the module.
     data type:  String
     default Value:   unspecified



portComponents    -     
     data type: PortComponent*


Copyright IBM Corp. 1996-2002