Hi 'tech_evaluator',
jUDDI is registry that implements the UDDI v3 specification. You can
register the WSDL using the appropriate UDDI Publish APIs.
If you want more help on the client side and you want to use the model
suggested by these technotes:
http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-wsdl-v2.htm
then we have a WSDL2UDDI class in out client that you can use.
https://svn.apache.org/repos/asf/juddi/trunk/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/WSDL2UDDI.java
It is nearly implements the entire technote, and you can embed that in
your client. If you decide to complete that mapping we'd greatly
appreciate a patch (see also
https://issues.apache.org/jira/browse/JUDDI-5140).
Cheers,
--Kurt
On 5/31/12 7:22 AM, tech_evaluator wrote:
I need to register a SOAP based web service which is deployed on one remote
server (say tomcat) and i don't have access to the java code of that web
service and I just have the wsdl url of that web service.
Now I need to register this service( WSDL URL) in juddi service registry.
Ques:-->
1-Does jUDDI service registry provide this capability to register an
external wsdl url. (e.g Mule Galaxy service registry does provide this
functionality to register wsdl url.)
2-If yes, what is the approach for the same for juddi service registry.