Service Registry setup with OID

HI,
I have installed service registry in approval process (discovery and publication) on Solaris
Installation was successful. I used LDAP (Oracle OID) for authentication. In OID we are using whencompare plugin to autheticate against SunOne iPlanet directory. This is working fine with BPELConsole and ESB.
But with service registry when I login. It autheticates me from OID but uses a local password rather than using package which is being used by other sources.
Can anybody help me or give some detailed information on how Service Registry connect to LDAP and authentication process details.
Thanks

HI,
I have installed service registry in approval process (discovery and publication) on Solaris
Installation was successful. I used LDAP (Oracle OID) for authentication. In OID we are using whencompare plugin to autheticate against SunOne iPlanet directory. This is working fine with BPELConsole and ESB.
But with service registry when I login. It autheticates me from OID but uses a local password rather than using package which is being used by other sources.
Can anybody help me or give some detailed information on how Service Registry connect to LDAP and authentication process details.
Thanks

Similar Messages

  • Service Registry 11g with SOA Suite 12c?

    Hello,
    I'm currently working on a project which requires SOA Suite and BPM 12.1.3 and databases 12c.
    Question 1 : I didn't find a Service Registry 12c release, is it included in another 12c middleware product or do I have to work with Oracle Service Registry 11gR1 PS 5 (11.1.1.6.0) and associated WLS 10.3.6?
    Question 2 : If I have to install OSR 11g, I noticed "Database Selection" screen only suggests Oracle 10g or 11g, is it possible to work with a 12c database and bypass a possible warning?
    Thank's
    Daniel

    Hi
    You still need to install the uddi seperate.
    http://www.oracle.com/technology/tech/soa/uddi/index.html
    After installing it you will get a few urls where you can manage all your services.

  • Where is ESR ,Service Registry in ECC or SAP-PI?

    Hi Gurus,
    i am trying to develop a custom web service in ECC 6.0 with the end point "Function module' . i went to SE80 and did all the required things.
    I want to know where is my ESR and service registry in ECC? Does it only exists in SAP-PI or it also exists in R/3  ECC 6.0 ? I dont know about it and if it exists in ECC 6.0 how does SOAMANAGER helps and what role does it play in that?
    so when ECC 6.0 act as a service provider , our WSDL will be generated in R/3 ECC 6.0 so in that case where we register our service and how?
    Well I read that SAP Service Registry along with Enterprise Services Repository are shipped with SAP NetWeaver Process Integration 7.1 and SAP NetWeaver Composite Environment 7.1 but then when we create our custom enterprise services in R/3 ECC System how ESR and Enterprise registry comes in to play? how this whole thing works?
    Regards,
    Mayank

    Hi Mayank,
    Key message: ESR + SR is part of PI and/or CE and doesn't exist on ECC.
    Now regarding your confusion over service created on ECC from FM:
    ESR is modeling tool which just model the service, and you can't really execute this service until unless you implement it somewhere (may be ECC). ESR act as central repository of meta-data of all services, however no service execute on ESR and it is just some sort of storage place. Real benefits ESR gives is that you can connect different systems with ESR and extract meta-data (WSDL) to implement webservice in backend (ECC or Java).
    On other hand Service Registy act as yellow page where information about actual services is available so if you are looking for some specific service you look into yellopages (Service Registry) and locate the endpoint (actual address) of webservice, again service execute on backend systems not in Service Registry.
    When you create service out of FM in ECC then you are still creating service but you are not using ESR, you can also publish service into Yellowpages(Service Registry) so others can locate your service. This approach is called inside-out development, for inside out development you don't need ESR.
    You can also design same service in ESR first and then create proxy in ECC and call FM inside proxy, this approach is known as outside-in approach of developing services.
    On SCN you can find plenty of information on this subject, and remember outside-in/top down approach is recommended (design first then develop).
    Regards,
    Gourav

  • Setup BPEL Process Manager with OID

    I followed all the instructions provided by the Content Services Custom BPEL workflow to setup BPEL with OID but I have The error "Identity Service cannot find user" while log in to http://fr101sv0226.corp.tpnet.intra:9700/integration/worklistapp/Login
    I have configured :
    1)
    [oracle@fr101sv0226 orabpel]$ more ./system/services/config/is_config.xml
    <BPMIdentityServiceConfig xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig">
    <provider providerType="JAZN" name="oid">
    <connection url="ldap://fr101sv0226.corp.tpnet.intra:389" binddn="cn=orcladmin" password="CLxKPM04EzA=" encrypted="true">
    <pool initsize="2" maxsize="25" prefsize="10" timeout="300000"/>
    </connection>
    </provider>
    </BPMIdentityServiceConfig>
    2)[oracle@fr101sv0226 orabpel]$ more ./system/appserver/oc4j/j2ee/home/config/jazn.xml
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <!DOCTYPE jazn PUBLIC "JAZN Config" "http://xmlns.oracle.com/ias/dtds/jazn-9_04.dtd">
    <jazn provider="LDAP" location="ldap://fr101sv0226.corp.tpnet.intra:389">
    <property name="ldap.cache.session.enable" value="false"/>
    <property name="ldap.cache.realm.enable" value="false"/>
    <property name="ldap.user" value="cn=orcladmin"/>
    <property name="ldap.password" value="{903}q/BL01wZ0UsS9H+PIN25ih4tlPcSWaLm"/>
    <property name="ldap.cache.policy.enable" value="false"/>
    </jazn>
    (password value was "!password"
    3)oracle@fr101sv0226 orabpel]$ more ./system/appserver/oc4j/j2ee/home/application-deployments/hw_services/orion-application.xml
    <?xml version="1.0"?>
    <!DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application
    -9_04.dtd">
    <orion-application deployment-version="10.1.2.0.0" default-data-source="jdbc/OracleDS" treat-zero-as-null="true">
    <ejb-module remote="false" path="hw_services.war" />
    <web-module id="testconnection" path="testconnection.war" />
    <web-module id="deploy" path="deploy.war" />
    <web-module id="worklistxpress" path="worklistxpress.war" />
    <web-module id="hw_services" path="hw_services.war" />
    <persistence path="persistence" />
    <principals path="principals.xml" />
    <!--jazn provider="XML" location="jazn-data.xml" /-->
    <jazn provider="LDAP" location="ldap://fr101sv0226.corp.tpnet.intra:389" >
    <property name="ldap.cache.session.enable" value="false" />
    <property name="ldap.cache.realm.enable" value="false" />
    <property name="ldap.user" value="cn=orcladmin" />
    <property name="ldap.password" value="!sv0226" />
    <property name="ldap.cache.policy.enable" value="false" />
    </jazn>
    (the password has not beend encrypted for this file???)
    Please Help....
    Thanks
    JO

    Hi JO,
    Can you confirm the following:
    That the 10.1.2.0.0 Application Server instance to which you installed BPEL was configured with the same Oracle Internet Directory that is used by Content Services (you would have had an option during AS install to specify OID integration - aka Identity Management access).
    Note - that the OID Server must also be running on both SSL and non SSL Ports.
    The bpel integration documentation has been revised since the 10.1.1 release.
    As per the OC4J J2EE Security Guide, one should not need to specify full OID jazn provider information should the IAS instance be associated with Identity Management.
    Thus, you should now be able to set the following revised values in the various configuration files:
    $ORACLE_HOME/j2ee/OC4J_BPEL/config/jazn.xml
    <jazn provider="LDAP" />
    $ORACLE_HOME/integration/orabpel/system/appserver/oc4j/j2ee/home/config/jazn.xml
    <jazn provider="LDAP" />
    Also, the orion-application.xml file should not need to be changed at all, as it should inherit the jazn information from the container’s default JAZN configuration specified in $ORACLE_HOME/j2ee/OC4J_BPEL/config/jazn.xml
    To summarize:
    1) $ORACLE_HOME/j2ee/OC4J_BPEL/application/deployments/hw_services/orion-application.xml should not need to be modified.
    2) $ORACLE_HOME/j2ee/OC4J_BPEL/config/jazn.xml and $ORACLE_HOME/integration/orabpel/system/appserver/oc4j/j2ee/home/config/jazn.xml should contain a jazn entry <jazn provider=”LDAP”/>
    The steps for configuring Identity Service Provider (is_config.xml) are correct. However it should not noted that due to limitations with BPEL’s OIDIdentityService and OIDProvider classes, there is no way of setting up ssl connectivity in is_config.xml – this however has no effect on the workflows.
    thanks,
    Matt

  • Exchange BPA Errors (Exchange server is a virtual machine but the additional tools are not installed and The 'Services' string type value located in 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\v14\Setup\Services' registry key is missing)

    Hi,
    I am running BPA on My Exchange 2010 VM (Server 2008 R2 VM on Hyper-V) and get the following errors:
    The 'Services' string type value located in 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\v14\Setup\Services' registry key is missing or inaccessible. The Microsoft Exchange Information Store service won't start. As a result, all services that depend
    on this service won't be able to start
    Exchange server [Exchange Server FQDN] is a virtual machine but the additional tools are not installed. This configuration is not supported. Install Virtual Machine Additions for this guest.
    Problem is that, for the first, that Key exists and the service is actually running fine. And for the second my VM tools are already installed.
    Hopefully someone out there has had the same issue and can assist.
    Pete

    Hi Pete,
    For the first error message, please try the following steps:
    Make sure the Information Store service is in Starting status,
    Automatic startup type and works well, as a test we can try to
    restart the Infroamtion Store service and verify the service works well.
    Start
    Registry Editor, find the registry key “Services” under “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\v14\Setup”, its value is “C:\Program
    files\Microsoft\Exchange Server\v14”(default install location), please check your registry, make sure the key “Services” exist and value is the Exchange Server install location and the
    location is accessible;
    Start
    Registry Editor, and locate the following registry key:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Exchange\Setup
    Use the
    Permission option under the Security tab to check the permission setting on this key. Make sure
    System is in the list with Full Control permissions if the service account is Local System. If you are not using Local System as the service account, check the existence of the corresponding account in the list and ensure that
    it has Full Control permissions. Please refer to this article:
    Title: Exchange Store Does Not Start: Errors 7024, 1026, 9542, and 5000
    Link:
    http://support.microsoft.com/kb/285116
    Start
    ADSI Edit, and then browse to the following location:
    Domain.com/Configuration/Services/Microsoft Exchange/Org/Administrative Groups/AdminGroup/Servers/Server Name
    Right-click the
    server name, and then click Properties.
    Click the
    Security tab, make sure this own server’s server object have
    full control permission on its own server.
    If not or the object is missing, please modify the permission or click
    Add, locate the computer account for the Exchange Server computer, add it to the Permissions list with full control.
    Click OK, and then close ADSI Edit.
    Use
    Active Directory Users and Computers to add the current affected
    Exchange Server computer account to the Exchange Servers(previous version should be “Exchange Domain Servers”) group in the
    Microsoft Exchange Security Groups( or Users) OU. Refer to this article:
    http://support.microsoft.com/kb/297295.
    Restart the Exchange Server computer, then rerun the ExBPA.
    For the second error message, Microsoft don’t recommend to install Exchange Server on virtual machine without additional tools, so the error message occurs. We can just ignore
    this message, it will not affect the Exchange servers.
    Regards, Eric Zou

  • Oc4j standalone 10.1.3.3 and service registry with ssl install help needed

    Hello,
    I'm trying to install service registry with oc4j standalone for testing and demoing but am having some difficulty with the ssl side of things.
    I have setup a oc4j standalone 10.1.3.3 and configured the following ports:
    default http port: 9991
    ormi port: 9992
    ormi ssl port: 9993
    https port: 9994
    I have configured oc4j standalone for SSl as per instructions by copying default-web-site.xml to secure-web-site.xml and added secure="true" to <web-site> tag and added <ssl-config keystore..../> as well. I've also modified server .xml and added <web-site path="./secure-web-site.xml" /> into the file.
    I have then installed service registry as a publication (discovery) with http port pointing to 9991 and ssl enabled pointing to 9994 with oracle database.
    I can load http://localhost:9991/ and also https://localhost:9994 and both secure and non-secure page loads fine for the oc4j webpage. I can load http://localhost:9991/registry/uddi/web/ page but when I click on any of the link on it tries to load https://localhost:9994/registry/uddi/web i get a http 404 not found error.
    Tried googling and searching the forum for info, but I'm in need of a little help on where I went wrong.
    Thanks

    Hy frank, thanks for your reply:
    We use a jdk shipped with jdeveloper for running OC4J;
    "<JDev install dir>\jdk\bin\java.exe"
    java -version says:
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
    Regards.
    Davide

  • Need help with Oracle Service Registry HTTPS configuration

    I have installed the Oracle Service Registry on a separate OC4J instance called registry without errors. I have also done the following steps to configure HTTPS given in the user guide.
    1. Delete the file <OC4J_HOME>/j2ee/home/keystore if it exists.
    2. Generate the server identity into <OC4J_HOME>/j2ee/home/keystore using the Java keytool as follows:
    keytool -genkey -keyalg RSA -alias oracle -keystore <OC4J_HOME>/j2ee/home/keystore -storepass
    <PASSWORD>
    3. Enabling SSL in the Oracle Application Server Standalone
    4. Copy <OC4J_HOME>/j2ee/home/config/http-web-site.xml to <OC4J_HOME>/j2ee/home/config/secure-website.
    xml.
    5. Edit <OC4J_HOME>/j2ee/home/config/secure-web-site.xml by changing the port and adding the parameter secure="
    true" to the <web-site> element; for example:
    <web-site port="4443" ... secure="true">
    6. Add the following element into the into the <web-site> element, use absolute path to keystore file, for example:
    <ssl-config keystore="<OC4J_HOME>/j2ee/home/keystore" keystore-password="<PASSWORD>"/>
    7. Add the path reference to secure-web-site.xml into the file server.xml; for example:
    <web-site path="./secure-web-site.xml" />
    8. You have to change the <web-app> definition for the OracleAS Service Registry n both files, http-web-site and
    secure-web-site, so the OracleAS does not create independent instances for each of the websites. Add a
    shared="true" attribute to the <web-app> elements for the OracleAS Service Registry application.
    After following these steps, I restarted OPMN. I am able to get the Oracle Service Registry console. When I click on the Publish link, it shows the Security Alert Window. After I click on Yes in the security alert window, it just shows "Page cannot be displayed". The same happens for all the secure links such as login. I even tried exporting the certificate through the Security Alert window, but still it does not work. All the HTTP links in the Service Registry console are working and the HTTPS links are all not working. I believe this should be an SSL configuration issue. Please let me know whether I have missed any steps in the security configuration.
    Thanks,
    Sathish

    Any replies to this please?
    Has anyone successfully installed and configured the Oracle Service Registry with all the links in the service registry console working fine? Is any one able to publish web services into the oracle service registry?
    Thanks.

  • Problem with the Browsing of Services Registry in Visual Composer

    Hi,
    I have tried to connect Visula Composer of CE 7.1 to the Services Registry for ES Workplace by configuring 3 Web Service destination on my local server:
    1. UDDI_DESTINATION
    2. CLASSIFICATION_DESTINATION
    3. Backend destination "HU2"
    as stated in the tutorial "How to Browse an Enterprise Services Registry in Visual Composer" (https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/605303db-9d5f-2a10-e0a2-c0e1c8af9e96&overridelayout=true).
    After the configuration, I opened up the "Search" dialog in Visual Composer and selected "Service Registry" for the "Search in" drop down list and then clicked on the link "Advanced Search". An error message "XMSG_COULD_NOT_LOAD_CLASSIFICATIONS" was then displayed. I have tried to google the error message but to my surprise there wasn't even a single result for that.
    Could anyone please help me on this?
    Thanks in advance.
    Regards,
    Joon Meng

    Hi Mike,
    Thanks for your reply. It is actually my intention to try out with the Services Registry for ES Workplace. The thing is, I was able to connect my NWDS to the SR, but not in Visual Composer.
    Below are the URLs for both destination.
    1. UDDI_DESTINATION: http://sr.esworkplace.sap.com/uddi/wsdl/uddi_v3_service.wsdl
    2. CLASSIFICATION_DESTINATION: http://sr.esworkplace.sap.com/ClassificationService/CS?wsdl
    I tried to open the first URL in my browser and a WSDL document was displayed, but for the second URL an error message "503 Service Unavailable" was returned.
    Does this mean that the second URL "http://sr.esworkplace.sap.com/ClassificationService/CS?wsdl" might be the cause of the problem?
    Regards,
    Joon Meng

  • Problems with discovering services from Service Registry in VC and NWDS

    Hello,
    I have followed step 1 "Brokered Service implemented in own system" in blog
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414900)ID1803376250DB00062216078043496017End?blog=/pub/wlg/8788
    in order to publish  a service from PI to the Services Registry (SR).
    It works fine and I can find the service in the SR and also test it successfully.
    However I can't discover the service from within Visual Composer or NWDS.
    I succeed in discovering standard SAP Enterprise Services from VC and NWDS.
    I'm working on CE 7.1 EHP 1 and PI 7.1 EHP 1.
    Does anyone know what the problem could be?
    // Best regards  Hans

    Hello Hans,
    Sorry, may be I should have been more specific.
    First, I want to verify that you're using at least Ehp1 SP2.
    The information that I need is the complete system details:
    Name, Host, SLD System ID, Type, ABAP Client.
    In addition, please reverify that you have a valid link to the endpoint.
    Only if you're using a version Ehp1 SP2 onwards, here are the seetings that you should fill:
    1. Open NWA>'SOA Managment'>'Application and Scenario Communication'
    2. Press on 'Single Service Administration' link
    3. Press on 'Customer Proxies' tab
    4. In the 'find' text box select for 'sr' and press on 'Go' button
    5. Select the 'ServicesRegistrySi' (This is the proxy to the Services Registry backend)
    6. Press on 'Configuration' tab
    7. Select the 'ServicesRegistrySiPort' (If it's the only result it will be marked by default)
    8. Press on the 'Edit' button and insert your SR URL
       (for example: http://sr.esworkplace.sap.com:80/ServicesRegistrySiService/ServicesRegistrySiPort)
    9. Press on the 'Security' tab and insert the requried authentication if needed
       In this example it will be:
       username: <your user namr>
       password: <your password>
    10. Save this configuration
    11. Defined proxy (if needed): NWA>'SOA Managment'>'Technical Configuration'
    12. Press on 'SOA Middleware Global settings and type the proxy's settings
    12. Save settins
    14. Now you can work with Service Registry in VC (server)
    In case you're using a lower version than Ehp1 SP2, please use the following link to configure your system:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e058a805-68b2-2b10-6a8b-fc570f1c37d1&overridelayout=true
    BR,
    Hezi.

  • OWSM Integration with Service Registry- Failing

    Hi All,
    I am trying to import a service published on service registry in OWSM and then trying to test the gateway from OWSM->Tool->TestPage. But I am getting the following error after running the test which is as follows:-
    ORABPEL-08021 Cannot find partner wsdl. parnterLink "ManageInventoryService" is not found in process "ManageInventoryService" (revision "1.0") Please check the deployment descriptor of the process to find the correct partnerLink name.
    I am also pasting the original service wsdl code below:-
    <definitions
    name="ManageInventoryService"
    targetNamespace="http://www.cognizant.com/ManageInventoryService"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:ns1="http://schemas.oracle.com/bpel/extension"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:client="http://www.cognizant.com/ManageInventoryService"
    >
    <import namespace="http://schemas.oracle.com/bpel/extension" location="RuntimeFault.wsdl"/>
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://www.cognizant.com/ManageInventoryService" schemaLocation="ManageInventoryService.xsd"/>
    </schema>
    </types>
    <message name="ManageInventoryServiceRequestMessage">
    <part name="payload" element="client:ManageInventoryServiceProcessRequest"/>
    </message>
    <message name="ManageInventoryServiceResponseMessage">
    <part name="payload" element="client:ManageInventoryServiceProcessResponse"/>
    </message>
    <portType name="ManageInventoryService">
    <operation name="initiate">
    <input message="client:ManageInventoryServiceRequestMessage"/>
    </operation>
    </portType>
    <portType name="ManageInventoryServiceCallback">
    <operation name="onResult">
    <input message="client:ManageInventoryServiceResponseMessage"/>
    </operation>
    </portType>
    <plnk:partnerLinkType name="ManageInventoryService">
    <plnk:role name="ManageInventoryServiceProvider">
    <plnk:portType name="client:ManageInventoryService"/>
    </plnk:role>
    <plnk:role name="ManageInventoryServiceRequester">
    <plnk:portType name="client:ManageInventoryServiceCallback"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    However when I am trying a dynamic look-up from BPEL on the above service published on service registry it's working fine and returning the expected response.
    Please let me know where am I going wrong?It's little urgent and any help will be appreciated.
    Thanks.

    Thanks Chintan, I think the problem is the needed patch 6133448. I have MLR#9 deployed but I think it does not include 6133448 and I can't install 6133448 as it conflict with MLR#9.
    I will check with Oracle.
    Thanks
    Kish

  • ESB Integration with Service Registry

    Hi,
    Can somebody please post links to the documentation for ESB to Oracle Service Registry integration for dynamic endpoint lookup. I was able to do it with BPEL but same steps are not working for ESB.
    Thanks
    Kishor

    Thanks Chintan, I think the problem is the needed patch 6133448. I have MLR#9 deployed but I think it does not include 6133448 and I can't install 6133448 as it conflict with MLR#9.
    I will check with Oracle.
    Thanks
    Kish

  • Problem with the cfg-wizard - Service Registry and SLD Client

    Hi,
    I try to complete the initial activity for configuring the Registering Services Registry instance in SLD (http:
    localhost:port\nwa\cfg-wizard)  but when i start the wizard i found this error:
    Error: Getting WBEMClient failed: com.sap.sldserv.exception.SldServiceRuntimeException: Destination SLD_Client not found. Destinations are defined in the Destination service.. Please check that destination SLD_Client is maintained correctly.
    I don't know what is that error. Anyone can help us?
    regard.

    Hi ,
    I am facing an issue while running  SLD configuration wizard in SAp NW 7.3.
    Find the error message below.
    com.sap.sldserv.exception.SldServiceRuntimeException: Getting WBEMClient failed: com.sap.sldserv.exception.SldServiceRuntimeException: Destination SLD_Client not found. Destinations are defined in the Destination service.. Please check that destination SLD_Client is maintained correctly.
    Can anyone guide on this issue.
    ~Viswanathan

  • Supported: App Server and SOA 10.1.3.3 with Service Registry 10.1.3.1

    Hi,
    I am about to install the Service Registry 10.1.3.1 on top of a patched App Server / SOA Suite 10.1.3.3.
    Is this supported?
    Thanks,
    Sjoerd

    Hi,
    It installed fine and works fine as well.
    Cheers, Sjoerd

  • Integrate ES Workplace Service Registry with Developer Studio CE7.1 (Trial)

    Hi All.
    I think that the configuration is in the following path on Visual Studio, but on my installation I donu2019t have this path:
    Window ->Preferences ->  Web Services -> SAP Services Registry
    I see this on the following demo:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2076831c-efce-2910-7582-ff2b4495d81b?prtmode=navigate
    Does anyone have an idea how to solve this issue?
    Thanks,
    Best Regards,
    CD

    On the following path of the VS help:
    SAP NetWeaver Developer Studio Documentation > Developer's Guide > Developing Java EE 5 Applications > Tasks > Creating and Configuring Web Services and Web Service Clients > Providing Web Services > Providing Web Services Outside In
    I found:
    "To import a WSDL document from the ES Workplace, configure the SAP NetWeaver Developer Studio to connect to the ES Workplace. In the SAP NetWeaver Developer Studio, choose Window -> Preferences -> Web Services -> Service Registry, and enter the following settings:
    UDDI Server Name: sr.esworkplace.sap.com
    UDDI Server Port: 80
    Inquiry Path:  uddi/api/inquiry"
    But on this path I don't have this parameters !
    I have:
    Server:
    Port:
    HTTPS Port:
    Use HTTPS:

  • Service Registry - Multi Registry Install

    We are in the process of doing a multi registry Service Registry install. A couple of questions ?,
    Installation Best Practice Questions
    We have a Development and Production (HA) environment.
    Is there any "best practices" around setting this up for these environments ?. ie should there be just one service registry environment ie discovery and publication registry used by both Development and Production instances OR should there be a discovery/publication registry per environment i.e Development has disc/pub registries and prod has disc/pub registries. Does anyone have any thoughts/experience on this, can see pluses and minuses with both of these setups.
    SSL Enabling
    Secondly, the documenation states that the Discovery and Publication registry should communicate over SSL. In order to register a Trusted Certificate against the Discovery registry we would need to change the server.xml, opmn.xml, mod_oc4j.conf etc to do this........that would enable SSL for the whole Application Server...is this right ?

    Thank you for your responses.
    1. From what im hearing the way to go is: Discovery Registry (Development)and a clustered Publication registry (Production) using an approval process between the two, and potentially using an Intermediate Registry (when our QA env gets sorted!) .
    2. I had a look at the README which talks about Digital Certificates, we actually have trusted certificates from Thwate for both our environments (different from the default), should the process outlined in the readme still be followed ?.
    3. In addition have installed standalone registry (for play purposes) and am using LDAP for external accounts integration (as we plan to for the 'proper' installs), is there a way of limiting who in LDAP has access to the registry, i also noticed that one can also create users via the Registry consoles, can this be stopped in anyway other than changing the UI.
    4. And finally if we have 2 LDAP's (OID...1 on dev, 1 on prod), what are the implications of this for a disc/pub registry setup as described in point 1 above ?
    Sorry for varying/volume of questions all on one thread!
    Evan

Maybe you are looking for

  • Query UCCX database for calls from a specific Caller ID

    Hi, I did some searching and could not find this answer specifically. I have a request from the call center supervisor to provide a report of all calls coming into the CSQ's showing all of the important data (date, time, answered, not answered, lengt

  • MacBook Pro won't eject disks

    it tells me that items may be in use and that i need to close applications, but no apps that are related to the disk contents are open. i can't eject unless i restart holding down the click button. any help?

  • New T430s with a series of issues

    My T430s just arrived two days ago with very few of the drivers installed, more prominently the touchpad and track point drivers, which I was able to easily resolve but such careless production was not something that I expected from Lenovo. However,

  • SCM - APO Vs F&R

    Dear Colleagues, I am looking for a document on Cons and Pros regarding the SCM APO Vs Forecasting and Replenishment (F&R) module. Did anyone implement (F&R) over APO? And why? Regards, Fred

  • GEF support in Eclipse 4.x

    Hi there, I saw the release notes of 2.0.0 saying that "Currently, GEF figures can only be tested in AUT's written with Eclipse 3.x versions.", do we have any plans to support GEF in Eclipse 4.x? I had a try with Jubula 2.0.0 and Eclipse 4.2, only to