Thanks Kurt for your response. I have been able to publish and search external wsdls using publish and Inquiry APIs.
My next usecase is as follows: The juddi user guide describes how to deploy juddi to JBoss 6.0.0.GA. But I need to use juddi with JBoss application server 7.1. Could you please let me know if it is feasible and any guidelines for the same. -Thanks On Thu, May 31, 2012 at 7:58 PM, Kurt T Stam <[email protected]> wrote: > 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<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<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<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. >> > >
