| Publish a given WSDL Definition into a specified WebServices registry (UDDI/ebXML).
Use JAXR (only UDDI At this time).
properties :
- jonas.service.publish.uddi.username : publisher username
- jonas.service.publish.uddi.password : publisher password
- javax.xml.registry.lifeCycleManagerURL : url of the Publish API for a registry
- javax.xml.registry.queryManagerURL : url of the Query API for a registry
- jonas.service.publish.uddi.organization.name : The organisation name
- jonas.service.publish.uddi.organization.desc : The organization description (optionnal)
- jonas.service.publish.uddi.organization.person_name : Primary Contact for the organization
The property file is given 'as is' to the ConnectionFactory, If you want to add some JAXR specific
properties, add them in this property file.
author: Guillaume Sauthier |