Publishing a web service
When you create and publish an web service, you can make operations available over the Internet or an intranet.
You create and configure a basic web service or a custom web service in . Each web service includes these resources:
- A base form on which the web service operates — For web services use multiple forms, the base form is the master form.
- An web service object, which includes these definitions:
- An associated XML Schema (.xsd file). Global elements and complex types defined in the XML schema can be used in the mappings for each operation. provides a default schema, or you can select another one.
- A list of Create, Get, GetList, Set, and Service operations. By default, an web service is created each of these operation types. You can have more than one operation of the same type, or you can have no operations of a particular type.
- A mapping for each operation that specifies how the elements of incoming and outgoing XML documents are mapped to fields in the base form.
You can view a list of available web services stored in by entering the following URL in a browser:
http://<midtierServer>/arsys/WSDL/protected/list
If the BMC Atrium Web Services Registry is installed, you can register the web service to allow applications to locate it at run time. For information about using the BMC Atrium Web Services Registry, see Registering-a-web-service.
For information about creating the web client, see Creating-web-service-clients and your web application API documentation.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*