UDDI
UD-S-3 Web services registration
Step by step registration of SOAP services in Virtuoso hosted registry
Preliminaries
- The UDDI provides a flexible way to register any kind of service.
- The services in particular can be SOAP or WSDL web services.
SOAP and WSDL registration example
- This example makes a business record, and will define a service for it.
- The services can be provided by an organization (business). Without a defined provider service, it cannot be registered separately.
- Because there is no tModel for the service, one is provided for SOAP classification (tm.xml).
- Next step is to create a business description.(be.xml)
- Then create a service description (bs.xml).
- Then there is a binding (bnd.xml) of the service and business.
- This binding has two templates:
- SOAP template for information via Web page
- WSDL template for WSDL description of that service
- The example shows step by step for each template.
| View the source | Action |
|---|---|
| 1. ud_s_3.sql | Set the initial state |
| 2. be.xml | |
| 3. bnd.xml | |
| 4. bs.xml | |
| 5. tm.xml | |
| 6. ud_s_3.xsl | |
| 7. ud_s_3_find.vsp | |
| 8. ud_s_3_sample_1.sql | |
| 9. ud_s_3_step_1.vsp | Run |
| 10. ud_s_3_step_2.vsp | |
| 11. ud_s_3_step_3.vsp | |
| 12. ud_s_3_step_4.vsp | |
| 13. ud_s_3_step_5.vsp |
OpenLink Home
Technical Support