Hi Javier,
tModel.getOverViewDoc() gives you a list, then you can add to this list.
Cheers,
--Kurt
On 3/11/11 12:14 AM, El Javi Bolaños Molina wrote:
Hi all,
I am trying to register a Webservice using the jUDDI API according to
http://www.oasis-open.org/committees/uddi-spec/doc/bp/uddi-spec-tc-bp-using-wsdl-v108-20021110.pdf
The basic idea as I understand is that the bindingTemplate accessPonit
should point to the actual service while
tModel.OverviewDoc.OverviewUrl needs to point to the WSDL definition.
The problem now is that as far as I see tModel does not have a setter
for Overviewdoc.
I think there are various setters missing across the uddi model
classes in jUDDI API, was that made deliberately, is that a bug or I
am going the wrong path to create my own tModels?
Thanks,
Javier.