Properties for .NET Web Service project: Objects tab
Description
Specifies the objects and object functions that you want to
expose in a Web service component.
Options
Custom class
Displays the list of user objects available in the current target’s
library search path. The user objects cannot be autoinstantiated
and must have at least one public method that is implemented in
the object or inherited from a parent class. You must select a user
object in the treeview to make changes to any of the other fields
on this page of the Project painter.
Object name
Displays the name of the user object selected in the treeview. This
is a read-only text box.
Web service name
Specify the name for the Web service. By default this takes
the name of the current user object.
Target namespace
The default target namespace for an IIS Web service is: http://tempurl.org.
Message name and function prototype
Specifies the public functions of the current user object
and displays each listed function’s prototype. Only functions
with supported datatypes are included in this list of functions
and prototypes.
Change message name
Click this button to change the name of a selected function
in the Message Name column. The name is changed for the Web service
component only, not for the selected user object.
Select all
Click Select All to select all listed functions of the current
user object for exposure in the Web service component that you deploy
with this project.
Unselect all
Click Unselect All to remove all the listed functions of the current
user object from inclusion as exposed methods in the deployed Web service
component.