UDDI explorer

Using WL8.1 as an evaluation tool.
When I open UDDI explorer there are no "built in" taxonomies as described at http://e-docs.bea.com/wls/docs81/webserv/uddi.html.
Additionally, I cannot seem to get the pluggable tModel thing to work either by adding my own XML file.
Has anyone gotten this to work or are taxonomies not functional in WL8.1 and below?
thanks!

Hi,
I have a requirement to use the hierarchical categories for my web services. I was able to add my business entity on weblogic UDDI server within the categories's key name- key value pair(for example name111,111 as in the below given XML). And even can search for this entity with the category bag. However when I try to publish web service with the wrong key value pair for the categories the entity is added and can be searched too.
1st question is:
Do you have any idea as to why the categories are not being validated by the UDDI server at the time of business entity creationg in the UDDI registry and hence I can attach even the wrong categories to business entity?
2nd question is:
Can I update below given pluggable Tmodel with the new categories at different levels of hierarchy whenever I add a new category and load that Tmodel also w/o restarting the weblogic registry server.
Here is the code which I used to add & search for business entity:
Save Business Entity:
BusinessEntity be = new BusinessEntity();
be.setBusinessKey("");
be.setName("MyNewTestingCompanyMsdnMsdn");
be.addDescription("My New Test Description");
CategoryBag cb = new CategoryBag();
Vector vv = new Vector();
vv.add(new KeyedReference("uuid:45c74b90-d851-4ade-b757-321b02774634","name111","112"));
cb.setKeyedReferenceVector(vv);
     be.setCategoryBag(cb);
Vector vbe = new Vector();
vbe.add(be);
System.out.print("Saving Business .....");
SaveBusiness sb = new SaveBusiness();
sb.setAuthInfo(ai);
sb.setBusinessEntityVector(vbe);
BusinessDetail bdtls = p.saveBusiness(sb);
System.out.println("Done.");
be = (BusinessEntity) bdtls.getBusinessEntityVector().elementAt(0);
Find Business Entity by Category:
CategoryBag categoryBag = new CategoryBag();
categoryBag.addKeyedReference("uuid:45c74b90-d851-4ade-b757-321b02774634", "name111","112");
FindQualifiers fqs = new FindQualifiers();
fqs.addFindQualifier("sortByNameDesc");
FindBusiness fb = new FindBusiness();
fb.setFindQualifiers(null);
fb.setCategoryBag(categoryBag);
BusinessList rBusinessList = i.findBusiness(fb);
Pluggable TModel:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
     <Taxonomy checked="true" type="categorization" xmlns="urn:uddi-org:api_v2" >
               <applicability>
                    <scope>businessEntity</scope>
                    <scope>businessService</scope>
                    <scope>bindingTemplate</scope>
                    <scope>tModel</scope>
               </applicability>
          <tModel tModelKey="uuid:45c74b90-d851-4ade-b757-321b02774634" >
               <name> sample pluggable tModel </name>
               <description>used for test purpose only </description>
               <overviewDoc>
                    <overviewURL>http://www.abc.com </overviewURL>
               </overviewDoc>
          </tModel>
               <categories>
                         <category keyName="name1" keyValue="1">
                              <category keyName="name11" keyValue="12">
                                   <category keyName="name111" keyValue="111">
                                        <category keyName="name1111" keyValue="1111"/>
                                        <category keyName="name1112" keyValue="1112"/>
                                   </category>
                                   <category keyName="name112" keyValue="112">
                                        <category keyName="name1121" keyValue="1121"/>
                                        <category keyName="name1122" keyValue="1122"/>
                                   </category>
                              </category>
                         </category>
                         <category keyName="name2 " keyValue="2">
                              <category keyName="name21" keyValue="22">
                                   <category keyName="name211" keyValue="211">
                                        <category keyName="name2111" keyValue="2111"/>
                                        <category keyName="name2112" keyValue="2112"/>
                                   </category>
                                   <category keyName="name212" keyValue="212">
                                        <category keyName="name2121" keyValue="2121"/>
                                        <category keyName="name2122" keyValue="2122"/>
                                   </category>
                              </category>
                         </category>
                    </categories>
     </Taxonomy>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Similar Messages

  • UDDI explorer login fails

    I am unable to login to the WebLogic uddi explorer. The error that comes back
    is:
    An error has occurred
    E_fatalError(10500): a serious technical error has occurred while processing the
    request. 'Failed to create Request from xml, Incorrect XML encoding: null. Required:
    UTF-8.'
    The WebLogic command console has:
    | SOAP Message could not be parsed as a UDDI Request. Original request follows:
    | [<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs
    i="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmls
    oap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Header
    /><env:Body><get_authToken xmlns="urn:uddi-org:api_v2" generic="2.0" userID="adm
    in" cred="admin"/></env:Body></env:Envelope>]
    I have an application that may have cause this. On a fresh restart of WebLogic,
    I am able to login to the uddi explorer. However (on a fresh restart again),
    if I use my application and then attempt to login to the uddi explorer I get the
    above errors. FYI, my application loads it's own soap.jar. Do you think that
    would cause any problems?
    Alvin

    It worked. Do you have an idea what could have caused the problem?
    Thanks,
    Alvin
    Bruce Stephens <[email protected]> wrote:
    Hello,
    Try starting the server with this command arg:
    -Dweblogic.webservice.i18n.charset=UTF-8
    It should force the UTF-8 charset required by UDDI.
    HTH,
    Bruce
    Alvin Fajardo wrote:
    I am unable to login to the WebLogic uddi explorer. The error thatcomes back
    is:
    An error has occurred
    E_fatalError(10500): a serious technical error has occurred while processingthe
    request. 'Failed to create Request from xml, Incorrect XML encoding:null. Required:
    UTF-8.'
    The WebLogic command console has:
    | SOAP Message could not be parsed as a UDDI Request. Original requestfollows:
    | [<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xs
    i="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmls
    oap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><env:Header
    /><env:Body><get_authToken xmlns="urn:uddi-org:api_v2" generic="2.0"userID="adm
    in" cred="admin"/></env:Body></env:Envelope>]
    I have an application that may have cause this. On a fresh restartof WebLogic,
    I am able to login to the uddi explorer. However (on a fresh restartagain),
    if I use my application and then attempt to login to the uddi explorerI get the
    above errors. FYI, my application loads it's own soap.jar. Do youthink that
    would cause any problems?
    Alvin

  • UDDI API s not able to find service in registry

    Hello,
    I added a service to Weblogic's private registry using Weblogic's UDDI explorer.
    But a sample program to find the service that I just registered cannot find the
    service. I have tried this with Weblogic UDDI Client API, JAXR and UDDI4J. However,
    when I publish a different service to Weblogic's private registry programatically
    (using Weblogic UDDI Client API) I'm then able to successfully find the service
    using all the above APIs. Has anyone faced similar problems ?
    Thanks
    Sara

    Hi Sara,
    The WLS 8.1 product is outstanding, without equal; so I'd recommend to
    your customers to upgrade if possible. For WLS 6.x, UDDI is not
    supported. For the WLS 7.x, there are a couple of options: you could
    provide a simple routine using the API client to update the service
    registry, leaving the UDDI explorer as a read-only browser. You could
    also seek the assistance of our award winning support team:
    http://support.bea.com or [email protected]
    Bruce
    Sara wrote:
    >
    Hi Bruce:
    Thanks for the reply. You're right, it did resolve to www.nothing.com. Is there
    a patch for WLS 7.0 ? Or any workaround ? Our customers are all on Weblogic 6.x
    or 7.x. What kind of recommendations can we give them regarding Weblogic UDDI
    explorer ?
    Thanks
    -Sara
    Bruce Stephens <[email protected]> wrote:
    Hi Sara,
    There was a bug in the WLS 7.0 UDDI Explorer where the AccessPoint URL
    value was forced to http://www.nothing.com. This has been resolved in
    WLS 8.1
    Bruce
    Sara wrote:
    Hello,
    I added a service to Weblogic's private registry using Weblogic's UDDIexplorer.
    But a sample program to find the service that I just registered cannotfind the
    service. I have tried this with Weblogic UDDI Client API, JAXR andUDDI4J. However,
    when I publish a different service to Weblogic's private registry programatically
    (using Weblogic UDDI Client API) I'm then able to successfully findthe service
    using all the above APIs. Has anyone faced similar problems ?
    Thanks
    Sara

  • UDDI sample clinet not setting the wsdl location

    Hi
    I am using the uddi PublishService2UDDI.java of dev2dev and am trying to register
    a deployed service with a name and a wsdl url location. The program runs successfully
    and registers the service but the "overview url" where the wsdl url is supposed
    to be is blank!.
    Is this a problem with the code? or a bug in the 7.0 sp1? If I try it from the
    GUI it registers the service perfectly.
    thanks
    Anamitra

    Hi Anamitra,
    Sounds like you are making good progress. You can reach the overview
    structure by doing the getTModelDetail with tModel key. There is an
    established convention for this, you might want to take a look at the
    UDDI Best Practice for Using WSDL in a UDDI Registry.
    http://www.oasis-open.org/committees/uddi-spec/doc/bp/uddi-spec-tc-bp-using-wsdl-v108-20021110.htm
    Concerning the UDDI explorer, we have made improvements to this tool in
    WLS v8.1, however it is not a full GUI interface to the registry, but
    simply a browser.
    HTHs,
    Bruce
    Anamitra wrote:
    >
    Hi Bruce
    I now tested the findTmodel and found both the models registered by JAX R client
    and the Weblogic client. But am only able to get handle to the TModelList. TModelList
    gives TModelInfos which gives TModelInfo - which has no api to access the overview
    url. That is there only if I get the handle to the TModel object which has the
    api to getOverviewDoc() which has sthe wsdl url. How do I get a handle to the
    TMdoel?
    Also why is the uddiexplorer not showing me the TMdels?
    thanks
    Anamitra
    Bruce Stephens <[email protected]> wrote:
    Hi Anamitra,
    The overview URL is hung off the tModel and the PublishService2UDDI does
    a save service. You can add this code if you wish, an example of the
    client code can be found here: http://webservice.bea.com/index.html#qz42
    Right, you can use any UDDI v2 compliant client to access the WLS UDDI
    server, including SUN's JAXR or UDDI4j for example.
    Also, we've made a number of usability improvements to the UDDI Explorer
    for WLS 8.1 (http://host:port/uddiexplorer/index.jsp) and specifically
    I
    believe what you would be looking for in your case is the "access URL"
    that points to the saved service.
    HTHs,
    Bruce
    Anamitra wrote:
    On 2nd thoughts can I use the SUN's jaxr implementation to invoke WL7.0UDDI registry
    ie to query or publish in that registry.
    thanks
    Anamitra
    "Anamitra" <[email protected]> wrote:
    Hi
    I am using the uddi PublishService2UDDI.java of dev2dev and am trying
    to register
    a deployed service with a name and a wsdl url location. The program
    runs
    successfully
    and registers the service but the "overview url" where the wsdl urlis
    supposed
    to be is blank!.
    Is this a problem with the code? or a bug in the 7.0 sp1? If I tryit
    from the
    GUI it registers the service perfectly.
    thanks
    Anamitra

  • UDDI fatal error

    Hi, there,
    How do I restore UDDI explorer to its original state? I encounter a problem after
    publish some services to private directory. Exceptions like:
    ..error has occurred E_fatalError(10500): a serious technical error has occurred
    while processing the request.(...String index...-1)
    And each time I try to search/publish to the private services, it gives me this
    error. How can I restore the UDDI explorer and re-publish everything?
    Thanks,
    Michelle

    Hi, Bruce,
    Thanks a lot for the reply. I restarted it and it works fine now.
    When the problem occured, I thought the server worked fine, since I could still
    get to the UDDI explorer and get login and setup the listener url. Only when I
    wanted to search my project did it give a fatal error...
    (unknown reason...)String index ...-1.
    I couldn't reproduce the error and there was no error message in the server log.
    Anyway, it's good to get everything restored.
    Thanks,
    Michelle
    Bruce Stephens <[email protected]> wrote:
    Hello,
    There are at least two areas of concern here, the UDDI server and the
    UDDI Explorer.
    The UDDI server keeps everything in LDAP, so the radical approach is
    to shutdown the
    server, delete the ldap directory (usually under config/myserver/ldap)
    and restart,
    the server will rebuild ldap clean and fresh. For development, you should
    be OK in
    this procedure.
    Before you restart, can you run the simple publish2UDDI example or some
    test using
    the API, just to test the server is OK. Do you get any messages in the
    server log
    file? Can you run the explorer, go to search, then use "%" (just percent)
    as the
    query?
    If you can reproduce the failure, could you describe your steps to get
    into this
    state?
    Hope this helps,
    Bruce
    Michelle wrote:
    Hi, there,
    How do I restore UDDI explorer to its original state? I encounter aproblem after
    publish some services to private directory. Exceptions like:
    ..error has occurred E_fatalError(10500): a serious technical errorhas occurred
    while processing the request.(...String index...-1)
    And each time I try to search/publish to the private services, it givesme this
    error. How can I restore the UDDI explorer and re-publish everything?
    Thanks,
    Michelle

  • Delete UDDI Entry

    Using UDDI Explorer with weblogic 8.1, I have published a webservice in the private registry. Now, I was to change the service end point information or delete it but am not able to figure out how to do it using the UDDI Explorer.
    Thanks,
    Upendra

    Hi Yzme,
    I am bit confused with the exact nature of your problem. Following are my various interpretations:
    1. After you have unassigned/ deleted the component for a particular device, you need to sync on the MI client to remove component. You need not run the application before synchronization. After sync, the log will display that the component has been deleted. Just to make sure that the component has been deleted sync once again and restart the MI client.
    2. If you are getting error on login, you will need to re-install the MI client.
    3. If you are getting 'Page not found' on running the application, then check the application.
    Hope this helps, else reply.
    Regards,
    Rahul

  • Super 9.0 released with SuperWebservice

    Acelet (http://www.acelet.com) has released a new version of Super, a toolkit for J2EE. The new module, SuperWebservice, provides capability to visually create Web Service jobs, which can be exported to SuperScheduler and SuperWatchdog. You call Web Service by clicking.
    Acelet has released a new version of Super, a toolkit for J2EE. The new module, SuperWebservice, provides capability to visually create Web Service jobs, which can be exported to SuperScheduler and SuperWatchdog. You call Web Service by clicking.
    SuperWebservice is a client of Web Service. It allows you to do the following things visually:
    Use the GUI UDDI explorer to discover information about Web Services.
    Invoke a Web Service by clicking.
    Export a selected Web Service as a job for SuperScheduler and SuperWatchdog.
    No programming is required. Your keyboard is necessary if you want input values for the invocation.
    Free Standard license can be downloade anonymously.
    Super 9.00 comes with:
    SuperDashboard
    SuperEnvironment
    SuperLogging
    SuperMessaging
    SuperPeekPoke
    SuperReport
    SuperScheduler
    SuperStress
    SupetTracer
    SuperWatchdog
    SuperWebservice

    Ananth
    When 9iAS R2 first came out it required a security patch. To avoid applying this patch a new version of the base product CD was released which applied the patch automatically. Hence the reason why you have a 9.0.2.1.0 CD but the core components are still at 9.0.2.0.0.
    Regards

  • Pluggable tModel

    Hello,
    I'm trying to define a pluggable tModel so that we can perform location based
    search on the UDDI registry. Here is what I have done by following the instruction
    from BEA's "Programming WebLogic Web Services" document:
    1. Created the XML file for the pluggable tModel (the file is attached with this
    posting).
    2. Modified uddi.properties to include the file like this:
    pluggableTModel.file.list=c:\Adam\Projects\UDDI\src\Jones_Custom_Location_Categorization.xml
    3. Restarted WebLogic
    The server starts OK, but I get the following error message when I try to search
    on the private registry using the uddi explorer even when there is no service
    registered in the registry at all.
    An error has occurred
    E_fatalError(10500): a serious technical error has occurred while processing the
    request. 'Exception while attempting to instantiate subclass of DataReader: com.acumenat.uddi.persistence.ldap.LDAPInit'
    I will really appreciate any of your help.
    Thanks again,
    Adam
    [Jones_Custom_Location_Categorization.xml]

    Hi Adam,
    I've entered CR176475 to correct the docs.
    Many thanks for the feedback.
    Bruce
    Adam Quan wrote:
    >
    Hello,
    If you are running into this problem, here is why. The WebLogic document has a
    typo, the namespace for "Taxonomy" should be "urn:uddi-org:api_v2" instead of
    "urn:uddiorg:api_v2". I truned on uddi debugging to find this out. Took me several
    hours to fix this.
    Adam
    "Adam Quan" <[email protected]> wrote:
    Hello,
    I'm trying to define a pluggable tModel so that we can perform location
    based
    search on the UDDI registry. Here is what I have done by following the
    instruction
    from BEA's "Programming WebLogic Web Services" document:
    1. Created the XML file for the pluggable tModel (the file is attached
    with this
    posting).
    2. Modified uddi.properties to include the file like this:
    pluggableTModel.file.list=c:\Adam\Projects\UDDI\src\Jones_Custom_Location_Categorization.xml
    3. Restarted WebLogic
    The server starts OK, but I get the following error message when I try
    to search
    on the private registry using the uddi explorer even when there is no
    service
    registered in the registry at all.
    An error has occurred
    E_fatalError(10500): a serious technical error has occurred while processing
    the
    request. 'Exception while attempting to instantiate subclass of DataReader:
    com.acumenat.uddi.persistence.ldap.LDAPInit'
    I will really appreciate any of your help.
    Thanks again,
    Adam

  • Error connecting to ES Explorer?

    I'm receiving the following error when attempting to access the ES Explorer from inside Visual Studios 2008, 2005, and as well as trying to access the site directly at: http://sr.esworkplace.sap.com/webdynpro/dispatcher/sap.com/tcesiesperui/Menu?j_username=sruser&j_password=eswork123
    I am using credentials: user = sruser, pass = eswork123
    Note: When I use VS I'm attempting to connect using: http://sr.esworkplace.sap.com/ServicesRegistrySiService/ServicesRegistrySiPort
    I am receiving the following error on the website:
    com.sap.esi.uddi.sr.api.exceptions.SRExceptionerror code: 29100 detail message: An exception occurred while obtaining UDDI Logical Ports. Please, check your configuration settings (UDDI Endpoint or UDDI wsdl file)null
    I'm receiving the following error in VS 2008 and VS 2005: "Cannot Complete the Operation. Check the Event Log for Details"
    Upon checking that log I an identical error to my web error:
    1) Exception Information
    Exception Type: SAP.ESE.Core.RequestFailedException
    Message: The request was not completed.
    Data: System.Collections.ListDictionaryInternal
    TargetSite: System.Runtime.Remoting.Messaging.IMessage EndInvokeHelper(System.Runtime.Remoting.Messaging.Message, Boolean)
    HelpLink: NULL
    Source: mscorlib
    2) Exception Information
    Exception Type: System.Web.Services.Protocols.SoapException
    Actor:
    Code: http://schemas.xmlsoap.org/soap/envelope/:Server
    Detail: System.Xml.XmlElement
    Lang:
    Node:
    Role:
    SubCode: NULL
    Message: An exception occurred while obtaining UDDI Logical Ports. Please, check your configuration settings (UDDI Endpoint or UDDI wsdl file)null
    Data: System.Collections.ListDictionaryInternal
    TargetSite: System.Object[] ReadResponse(System.Web.Services.Protocols.SoapClientMessage, System.Net.WebResponse, System.IO.Stream, Boolean)
    HelpLink: NULL
    Source: System.Web.Services
    Does anyone have any suggestions or advice for how to get around this issue? All I'm trying to do at this point in time is have the ES Explorer connect to the server.
    Edited by: ddrewno on Jan 21, 2010 7:48 PM

    Just wanted to add that I'm getting this same error on multiple computers within the same network here. So while it could potentially be a firewall issue, it can't be a lone computer issue.
    Anybody have any idea on how to fix this?

  • Error while trying to publish a web service in UDDI client

    hi
      i m getting this error when trying to publish my web service in UDDI client.I have
    configured my uddi client using Visual Administrator.I created a  local test registry.The name of my  registry is QuickCarRentalRegistry_Local.I created this at admin level.I also tried at level 1 Tier.But it was giving the same error.
    The error is "<b> Internet Explorer Script Error</b>".my ie version is 7.0
    In my alert window it displays error: 'ur_txt' is undefined.
    Regards
    mythri.

    Hi mythri.
    Did you find a way out of this error? Could you share the solution with me? Because I am facing a problem that looks just like the one you had.
    Thanks in advance.
    Renan

  • UDDI API -- findService (WLS 7.0)

    Group,
    I have published a Web Service in the UDDI Directory Explorer. Is there any way
    using the WebLogic UDDI client API to do a search on keywords in the service
    description?
    The API allows finding a service by name, by category, by tModel, by key. But
    I can't find any way to search the service descriptions.
    David Chung
    [email protected]

    Hello,
    Right, the service description is an optional element and is not part of their
    search mechanism that uses identifiers. Check out Appendix A of the following doc
    on their usage of identifiers
    http://www.uddi.org/pubs/DataStructure-V2.03-Published-20020719.pdf
    Use the tModel (like they illustrate in Appendix E) to search for various parts.
    The UDDI v3.0 (spec just out a few weeks ago) has enhanced many of the features of
    the current v2.0 such as adding more complex queries.
    http://www.uddi.org/pubs/uddi_v3_features.htm
    Hope this helps,
    Bruce
    David Chung wrote:
    Group,
    I have published a Web Service in the UDDI Directory Explorer. Is there any way
    using the WebLogic UDDI client API to do a search on keywords in the service
    description?
    The API allows finding a service by name, by category, by tModel, by key. But
    I can't find any way to search the service descriptions.
    David Chung
    [email protected]

  • Could not receive classifications from UDDI server. Please change the UDDI.

    Hello:
       Im trying to connect from CE in Visual Composer to the
        UDDI url: http://xi.esworkplace.sap.com:50200/uddi/wsdl/uddi_v3_service.wsdl
       but when I try to explore advance search in VC it shows me the following error:
       Could not receive classifications from UDDI server. Please change the UDDI server.
       Any idea?
    Thanks
    Regards
    Mario G

    Hi,
    The one that Mario is saying is not in NWDS its in CE I guess.  I too face the same difficulty.  I give the following details that I did in my local CE.  After saving the setting I tried to clickd service registry I get some list of errors.  Kindly help me and Mario in resolving this.  Thanks in advance.
    Between Mario the URL of the UDDI and classification is changed now... please note the details that I have set.
    ==================================
    Destination Type: WSDL
    Destination Name: UDDI_DESTINATION
    URL: http://sr.esworkplace.sap.com/uddi/wsdl/uddi_v3_service.wsdl
    System: Java
    Authentication : HTTP Authentication
    User ID/Password (Basic)
    User ID: sruser
    Password: eswork123
    ====================================================
    Destination Type: WSDL
    Destination Name: CLASSIFICATION_DESTINATION
    URL: http://sr.esworkplace.sap.com/ClassificationService/CS?wsdl
    System: Java
    Authentication: HTTP Authentication
    User ID/Password (Basic)
    User ID: sruser
    Password: eswork123
    ====================================================
    Create new destination Create new backend destination HU2
    Destination Type: Services Registry
    Destination Name: HU2
    System: ABAP
    System Name: HU2
    Hostname: iwdf1030
    Installation Number: 0120003411
    Client: 800
    Authentication: HTTP Authentication
    User ID/Password (Basic)
    User ID: <your user in HU2>
    Password: <your password>nation CLASSIFCATION_DESTINATION
    ==============================================
    Best Regards,
    Suresh

  • Weblocig UDDI registry

    I am trying to setup the registry. I can access the web page for the explorer, but when I try to update and login, it tells me there was an error, but does not say what. The private registry url shows as http://:7001/uddi/uddilistener. If I try putting http://localhost:7001/uddi/uddilistener in my browser, it gives me a page not found. What is the url for the listener or inquiry supposed to be?
    Edited by: ss396s on Aug 27, 2008 12:08 PM

    Thanks,
    My client is UDDI v 1, which explains the problem. Can you recommend a dev
    tool that uses UDDI v 2 to find services ?
    Dave
    "Babak Mozaffari" <[email protected]> wrote:
    >
    Dear Dave,
    As Bruce mentioned, you will be able to make standard UDDI calls to the
    said url.
    I would only like to add that our UDDI registry is UDDI v2.0 compliant,
    so make
    sure that any UDDI client you use is v2.0 and not v1.0. The UDDI spec
    provides
    for registries to verify version information and simply return an error
    if the
    call uses a different version. Look at the generic attribute (generic="1.0"
    or
    generic="2.0") to find out which version your client is using.
    Regards,
    Babak
    "Dave" <[email protected]> wrote:
    I've set up a UDDI registry using uddiexplorer in WLS 7.0. I want to
    be able to
    do inquiries aginst this registry from other development tools, such
    as the CapeClear
    Developer Studio. When I used this particular tool it couldn't findany
    of the
    services I registered in the WLS UDDI registry.
    Is the problem with CapeClear, WLS, or me ? Can the BEA UDDI registry
    be interrogated
    from other Developer Tools ?
    We want to build a large UDDI registry, but it must be on a platform
    that works
    with other vendor's products.
    Dave

  • Is it necessary to register in UDDI to utilize the Web Services

    Hi Friends,
    I am new to the Web Services. Could some one please provide me documentation with an example scenario on Web Services.
    And also, I read that we need to register in UDDI to utilize the web services we create. Is it mandatory to register in UDDI for the web services?
    Thanx in advance,
    Ram

    Hi,
    UDDI is reqd when you want people to explore and get the metadata of the service you are going to expose.
    I mean the WSDL file can be downloaded from there.
    Well, if your service is for specific users or systems, you can provide the same to the user directly by mail or other means.
    Regards
    Pushkar

  • How to Configure the Netweaver CE UDDI Server and Registry

    Hi,
    I'm trying to configure the UDDI registry in Netweaver CE (trial version 7.1 SR 1) following the <a href="http://help.sap.com/saphelp_nwce10/helpdata/en/45/47e8e91587072fe10000000a155369/frameset.htm">SAP Help documentation</a>. But as the help is not detailed not sure whether I'm doing it correctly. I can access the Service Registry by http://<host>:<port>/sr but not sure whether everything is fine. Also I want to publish Enterprise Services in the registry. As it's not possible to do that from ABAP 7.0 WebAS (doesn't not support UDDI v3) I want to do it via the UDDI client. How to configure the UDDI client by providing the Inquiry URL, Publish URL, etc in the settings?
    Please help me if anyone has any information regarding this.
    Thanks,
    Dipankar

    I am working through the same issues and have not found all of the answers.  However, this may get you closer.
    See http://help.sap.com/saphelp_nwce10/helpdata/en/45/635dd614d73bdbe10000000a1553f7/content.htm for some physical destinations that have to be set up for Visual Composer.
    You can also connect to the registry in NetWeaver Developer Studio by launching the Web Services Explorer from the J2EE Perspecive.  See the help for more details.

Maybe you are looking for