Configuring End Point in CE

Hi Experts,
        Can i know how to configure End point alais in CE. I need to work on external service callable object in which i need to provide the End point. I was not able to find the same in Administration like GP CAF environment.
Thanks
Gopal.

Hi, You can create end points in the NWA.
SOA Management->Technical Configuration->Destination template management.

Similar Messages

  • Configure End Point for Guided Procedures

    Hello experts,
    I am creating a Guided Procedure that needs to retrieve data from the Backend system (ECC 6.0). The portal is installed as a JAVA plugin on the same machine (7.0).
    When I choose <i>Connection Defined by System Landscape Directory (SLD)</i>, the <b>SLD Connection Name</b> is asked for. Where can I find this property?
    The SLD is not setup on the portal but is centralized on the SAP Solution Manager machine.

    Hi Eduard,
    Do you have an SLD configured? If not you need to do this in Visual Administrator first.
    But you can also specify an endpoint without an SLD, you can select Connection Defined by User, and enter the details of the backend system, which I assume you know.
    For more info look at: <a href="http://help.sap.com/saphelp_nw70/helpdata/en/aa/4a52421477b330e10000000a155106/frameset.htm">Configuring Endpoint Aliases</a>.
    If you need to know how to setup SLD go to: <a href="http://help.sap.com/saphelp_nw70/helpdata/en/ea/cd2e807e0e45bf9da67354f452fc05/frameset.htm">Setting Up the SLD Data Supplier for J2EE-Based Systems</a>.
    Hope this helps!
    Regards, Petja

  • Configuring as "Adjunct" to any end point how it consume less DLUs, How it works..

    configuring as “Adjunct” to any end point how it consume less DLUs, How it works..
    kindly explain..

    Hi Hemant,
    what I suppose the adjunct licensing would have been designed in such a way that secondary devices like CIPC when used along with Cisco IP phone which is configured as a primary device, would consume less DLU.
    regds,
    aman

  • URL Error - Configuring watched folder end point in Adobe LC

    I am trying to configure watched folder end point in Adobe LC and it is giving me below error
    Invalid url \\server1\PDFLiveCycleFolder. Please check for invalid filename characters in the url. 
    Same path can be accessed from windows explore. What could be the reason?

    You need to check the access rights.
    Check this - http://help.adobe.com/en_US/livecycle/9.0/adminHelp/admin.htm?content=000106.html
    ~ Varun

  • End point configuration

    Hi Experts,
    I am facing a situation in which i have a WSDL from a non sap system with server(from which this wsdl is coming) host name say "xyz". I am trying to consume this service in WD JAVA.
    Now this server host name("xyz") is a part of URL of the WSDL. Is there any way i can configure the end points for this service so that in case if we change the server name or server ip, say from "xyz" to "abc", we dont have to made any changes in our coding. May be some configuration some where.
    It will be really helpful if anyone can provide me with a optimum solution.
    Regards
    Pranav

    Hi Pranav,
    I see. OK, then here it is in short how it would work with Service Groups.
    At design-time:
    1. When you import the service in order to create the Adaptive WD Web Service Model (doesn't matter from where, e.g. you can also use WSDL URL), on one of the steps of the wizard, you have to choose a service group - let's say you create a new service group "NonSAPServices"
    2. You develop your application, build and deploy it
    At configuration-time in NWA:
    1. First you have to create a provider system connection - here you specify the concrete WSDL URL that is to be used at runtime. If your host changes, the only thing you have to do is to change the URL here. You might also need to specify here a user/pass for the WSDL if it is protected.
    2. In case you want to authenticate to the non-SAP service with a technical service user, i.e. all calls will be made on behalf of that user, you have to create a User Account and assign it to the provider you have created in step1
    3. Assign the provider system to the service group in Application Communication.
    More information you can find here: [The New SOA Configuration Approach|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/40dabb46-dd66-2b10-1a9a-81aa620098b3]
    Ciao, Alexander

  • Problem getting parameter  values at the service end point

    I am having problem getting parameter values at the service end point. I created service end point and this method is having 35 parameters and then i created test client file using Sun One Studio 5. but when i run this test client and make a call to service it sends wrong value to first three parameters to the service end point. I tried all the way round but it gave me same sort of problem. I change the order of parameters change the names of parameters but it didn�t work. And then i started chopping of parameter from the left side. And my problem is solved when my parameter list reached to 12 from 35. So is it a bug or some problem with my configuration or some thing else.
    I am using sun one studio 5 with sun one app 7. My service end point does very simple thing. It only takes out put of the parameter to the server log file. And my wsdl file seems all right. There is no conflict with the count and data type of the parameter information it contains.
    �     Service End Point Definition (in EJB)
    public java.lang.String setNewAddress(java.lang.String propertyName, java.lang.String status, java.lang.String PMSCode, java.lang.String streetNumPrefix, int streetStartNum, java.lang.String streetStartNumSuffix, int streetEndNum, java.lang.String streetEndNumSuffix, java.lang.String streetName, java.lang.String streetType, java.lang.String streetSuffix, java.lang.String localityPrefix,java.lang.String localityName, java.lang.String postcode, java.lang.String stateCode, java.lang.String countryCode, java.lang.String description, java.lang.String coordinateAccuracy, int longitude, int latitude, java.lang.String planNumber, java.lang.String lotPrefix, int lotNumber, int siteID, java.lang.String countryName, java.lang.String parishName, java.lang.String section, int portionNum, int crownAllotNum, int titleVol, java.lang.String folio, java.lang.String esa, int aliasID, int aliasTagID,String ID) {
    System.out.println(propertyName);
    System.out.println(PMSCode);
    System.out.println(streetNumPrefix);
    ........ taking printout of all the paramters
    �     This is my WSDL file
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="NMService" targetNamespace="urn:NMService/wsdl" xmlns:tns="urn:NMService/wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <types/>
    <message name="NMServiceServantInterface_setNewAddress">
    <part name="String_1" type="xsd:string"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="String_4" type="xsd:string"/>
    <part name="int_5" type="xsd:int"/>
    <part name="String_6" type="xsd:string"/>
    <part name="int_7" type="xsd:int"/>
    <part name="String_8" type="xsd:string"/>
    <part name="String_9" type="xsd:string"/>
    <part name="String_10" type="xsd:string"/>
    <part name="String_11" type="xsd:string"/>
    <part name="String_12" type="xsd:string"/>
    <part name="String_13" type="xsd:string"/>
    <part name="String_14" type="xsd:string"/>
    <part name="String_15" type="xsd:string"/>
    <part name="String_16" type="xsd:string"/>
    <part name="String_17" type="xsd:string"/>
    <part name="String_18" type="xsd:string"/>
    <part name="int_19" type="xsd:int"/>
    <part name="int_20" type="xsd:int"/>
    <part name="String_21" type="xsd:string"/>
    <part name="String_22" type="xsd:string"/>
    <part name="int_23" type="xsd:int"/>
    <part name="int_24" type="xsd:int"/>
    <part name="String_25" type="xsd:string"/>
    <part name="String_26" type="xsd:string"/>
    <part name="String_27" type="xsd:string"/>
    <part name="int_28" type="xsd:int"/>
    <part name="int_29" type="xsd:int"/>
    <part name="int_30" type="xsd:int"/>
    <part name="String_31" type="xsd:string"/>
    <part name="String_32" type="xsd:string"/>
    <part name="int_33" type="xsd:int"/>
    <part name="int_34" type="xsd:int"/>
    <part name="String_35" type="xsd:string"/></message>
    <message name="NMServiceServantInterface_setNewAddressResponse">
    <part name="result" type="xsd:string"/></message>
    <portType name="NMServiceServantInterface">
    <operation name="setNewAddress" parameterOrder="String_1 String_2 String_3 String_4 int_5 String_6 int_7 String_8 String_9 String_10 String_11 String_12 String_13 String_14 String_15 String_16 String_17 String_18 int_19 int_20 String_21 String_22 int_23 int_24 String_25 String_26 String_27 int_28 int_29 int_30 String_31 String_32 int_33 int_34 String_35">
    <input message="tns:NMServiceServantInterface_setNewAddress"/>
    <output message="tns:NMServiceServantInterface_setNewAddressResponse"/></operation></portType>
    <binding name="NMServiceServantInterfaceBinding" type="tns:NMServiceServantInterface">
    <operation name="setNewAddress">
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:NMService/wsdl"/></input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:NMService/wsdl"/></output>
    <soap:operation soapAction=""/></operation>
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/></binding>
    <service name="NMService">
    <port name="NMServiceServantInterfacePort" binding="tns:NMServiceServantInterfaceBinding">
    <soap:address location="http://localhost:80/NMService/NMService"/></port></service></definitions>
    �     I followed steps given this example. http://developers.sun.com/prodtech/javatools/jsstandard/reference/docs/s1s5/stockapp.html.
    If some one know what is wrong. Is it me or some thing wrong with the method I followed. But I am sure that I followed exactly the same method as it given in examples. So if some one can guide me
    Thanks

    I just found that there is a bug with Sun One Studio 5. It creates faulty JSP file to test the client for the web services. With above problem I tested my web services using different developing environment such as Jdeveloper 10g. I created client stub using wsdl file generated by sun one studio. And made call to my web service and all the parameter reached perfectly at service end point. And then I used stub class created by sun one studio for the client and made the same call. And it also went well. So the problem is with the test application (JSP File) sun one creates for my web service.
    This is the majore problem i faced during the development. But still there is many problem along with this which is not seriouse enough but requires attension. I would like sun developers to make sun one studio IDE simpler and handy .

  • Load balancing SMA web service and SMA end point URL

    Hi,
    We have set up the recommended 3 servers with Azure Pack, SMA Web Service and Runbook Worker.  We are now wanting to configure the Azure pack portal to setup the SMA endpoint url for the web service.  Before we do that, we are assuming we should
    load balance the web services to answer on 1 url (ie, smaws.domainname.com).
    1. Is there any guidance or things to consider when load balancing the 3 web services to answer to 1 url.  We will probably use f5 since that is what we use.
    2. The end point url that we configure for Azure Pack automation should be this load balanced URL correct?
    3. Should we have the Azure pack installed on just one of the servers or all 3.  We did all 3 but it seems like server2 and 3 just redirect to 1 anyway so I am assuming the URL for Azure pack is stored in a db somewhere.
    4. Are there any other components of SMA/Azure Pack that should also be load balanced?
    Thanks
    Thanks Lance

    So in this case you need to register the SMA Runbook Workers (do this on machine 1):
    $webService
    = "https://localhost"
    $workers
    = (Get-SmaRunbookWorkerDeployment
    -WebServiceEndpoint
    $webService).ComputerName
    if($workers
    -isnot [system.array]) {$workers
    = @($workers)}
    $workers
    += "MachineName2"
    $workers += "MachineName3"
    New-SmaRunbookWorkerDeployment
    -WebServiceEndpoint
    $webService -ComputerName
    $workers

  • Defining End point

    Hi all,
    I have a standalone XI 2.0 and my scenario is
    file - XI - idoc (R/3)
    i have the flat file in my XI box and im using inbound file adapter.
    but i have a problem in defining the end point .
    im getting an error message like
    end point not defined for the sender system
    my sender system is XI and my receiver system is R/3
    im  using file inbound adapter and idoc outbound adapter.
    i have defined the end point for the receiver system as idoc.
    wht will be my sender system endpoint .
    if any has any idea pls help me.
    thankx,
    shree

    Hi Shree,
    Yes, it's true that in your case the flat file my in fact reside on the XI machine. However, from an XI point of view, you must still register the file adapter first within the SLD and then do the appropriate configuration within XI as Bjorn mentioned. Consider a situation where you may have a file to file scenario with XI performing transformation in the middle...in this case you need two "logical" systems here even though they are installed on the same physical box. One for the first file adapter instance and another for the second file adapter instance.
    Good luck!!!
    ...Scottd

  • Systinet UDDI - SOA SUITE 11G (Dynamic SOAP end point lookup Issues)

    Hi,
    We are using Systinet as our UDDI product and trying to use UDDI lookup in our BPEL process as well. I have completed the below tasks
    1) Configured the Systinet UDDI Inquiry URL and the development soap endpoint in the SOA Infrastructure Common properties in soa server 11g. Did not provide the user-id and
    password.
    2) Restarted the servers so that the changes are effective.
    3) In Jdeveloper 11g, Created a connection with UDDI Registry.
    4) Created a sample BPEL process using Jdeveloper 11g that calls an already registered webservice in UDDI. This lookup web service has 3 different end
    points (Dev, QA and Prod) and a binding of wsdlDeployment use type. The binding points to the actual wsdl Physical location.
    1)     http://wasd.psc.com/SBDO.AD/services/Authez
    2)     http://wasq.psc.com/SBDO.AD/services/Authez
    3)     http://wasp.psc.com/SBDO.AD/services/Authez
    4)     http://wasd.psc.com/SBDO.AD/services/Authez/wsdl/Authez.wsdl
    5) In the BPEL created the partner link for this webservice using UDDI Registry and selected “Dynamically resolve the SOAP endpoint location at runtime”
    option.
    6) Generated the Configuration plan by right clicking the Composite.xml
    7) Modified the configuration plan and added a new property name “endpointURL” that points to the development endpoint (referred in Point # 4). Pasting the
    required portion of config plan for easy reference.
    </component>-->
    <reference name="PartnerLink_1_2">
         <!--Add search and replace rules for the binding properties-->
         <binding type="ws">
         <attribute name="port">
    <replace>http://ws.ad.sbdo.com#wsdl.endpoint(AuthezService/Authez)</replace>
    </attribute>
    <property name="oracle.soa.uddi.serviceKey">
    <replace>uddi:8ada66e0-d12f-11dd-a8e2-e302c871a8e2</replace>
    </property>
    <property name="endpointURI">
    <replace>http://wasd.psc.com/SBDO.AD/services/Authez</replace>
    </property>
    </binding>
    </reference>
    </composite>
    8) Deployed the service by including the modified configuration plan.
    9) The service was able to get back the result. But in the log, it is showing that the WSDL is being searched in all the end points available for that service and does
    not take it to consideration the end point provided in the configuration plan.
    Log details below
    Connecting to http://wsop.psc.com:9082/registry/uddi/inquiry
    INFO: SystinetWSDLSRResolverImpl.loginfo Searching for uddi:8ada66e0-d12f-11dd-a8e2-e302c871a8e2. INFO: SystinetWSDLSRResolverImpl.loginfo AccessPoint found
    http://wasp.psc.com/SBDO.AD/services/Authez Type null. INFO: SystinetWSDLSRResolverImpl.loginfo AccessPoint foundhttp://wasd.psc.com/SBDO.AD/services/Authez Type null
    INFO: SystinetWSDLSRResolverImpl.loginfo AccessPoint found.
    http://wasq.psc.com/SBDO.AD/services/Authez Type null
    INFO: SystinetWSDLSRResolverImpl.loginfo AccessPoint found.
    http://wasd.psc.com/SBDO.AD/services/Authez/wsdl/Authez.wsdl Type wsdlDeployment
    INFO: SystinetWSDLSRResolverImpl.loginfo Got wsdlUrl from wsdlDeployment - http://wasd.psc.com/SBDO.AD/services/Authez/wsdl/Authez.wsdl
    INFO: SystinetWSDLSRResolverImpl.loginfo oracle.fabric.common.uddiurl.resolver.exception.SRHttpAccessPointNotFoundException: Could not find HTTP Accessport for service uddi:8ada66e0-d12f-11dd-a8e2-e302c871a8e2
    WARNING: WebServiceExternalBindingComponent.getEndpointBySRKey Exception: getEndpointBySRKey oracle.fabric.common.uddiurl.resolver.exception.SRHttpAccessPointNotFoundException: Could not find HTTP Accessport for service uddi:8ada66e0-d12f-11dd-a8e2-e302c871a8e2
    Questions / Issues
    1) Why the registry search is being done in all the endpoints and is not searching only on the development end point provided in the configuration plan. I
    added the SOAP endpoint in the service reference properties on the server as well, but still is searching on all the end points
    2)     Not able to determine the root cause for the SRHttpAccessPointNotFoundException error observed. Please refer the above log for details.
    Please advice and let me know if there is more information required.
    Thanks
    Raj
    Edited by: user11122398 on Jul 27, 2010 11:00 AM
    Edited by: user11122398 on Jul 27, 2010 12:00 PM

    I supposed to make my previous question more concrete, the first answer I need before moving on to the rest of the bigger questions is this ...
    What is Oracle’s recommendation for a services invocation framework between BPEL, JEE and ESB containers? From a quick read of Oracle Technet website, WSIF seem to be the preferred framework for this purpose. However, from an equally quick survey of such frameworks in use today outside of Oracle, WSIF does not seem to enjoy any widespread developer community support anymore and all talk in public forum seem to point to newer Apache Frameworks such as CXF which support emerging standards such as JAX-WS 2.0 What is the current stand of Oracle with respect to this matter?

  • ALSB 2.6 - Export Business Service End point information

    All,
    IHAC that require to extract all his current Business Services end point URI.
    What is the most effective way of doing so? WLST?
    Do you have sample/doc/...?
    Tyia,
    AR

    Hi Arnaud,
    I would do with a java class using mbeans: SessionManagementMBean and ALSBConfigurationMBean.
    This link has examples:
    http://docs.oracle.com/cd/E17904_01/apirefs.1111/e15033/com/bea/wli/sb/management/configuration/SessionManagementMBean.html#skip_navbar_top
    Cheers,
    Vlad

  • Inbound File Adapter - Multiple End points

    Hi,
    My scenario is File-> XI -> SAP.
    While doing so I have to pass the same message to SAP multiple times with different end points. Is it possible ?
    Thanks
    Satinder

    Hi Venki,
    Good to see you
    I sometimes miss the days in RNIF and CIDX.
    I needed a clarification on this:
    Is there any special configuration required for achieving multicast transmission?
    Is there any documentation available on SDN that can provide more info on the same.
    Regards,
    Siddharth

  • 3905 End-Point Maximum Reach Number error message

    Dears,
    I am Hisham Fawzy, I have an issue about that 3905 End-point, it can't be able to transfer internally & externally and this message appear when pressing Transfer button " Maximum Reach Number". I believe that firmware issue but i need to confirmation.
    Note: Number of calls= 4 & Busy trigger= 2 in line configuration.
    Thanks,
    Hisham Fawzy

    Never seem this error, although I have installed a few hundred of these 3905 phones.
    Normally it is an issue with number of calls to low, but in your case it seems OK
    So just upgrade, and see what is happeneing
    Bye

  • How do emulate multiple calls to same end point in Composite Test Suite

    Can any one help with a problem I face with a composite test suite? I have a composite that has 5 main activities and after each activity it logs a status in a business database. This uses the same end point each time to log a status just passing a different status at each point.
    When I create a test in the SOA Suite test suite I can create an Assertion for the first status call to check that the status us being created correctly but the second time the end point gets called the status is different and therefore the overall test fails.
    Does anyone know how I can create multiple assertions in a test for the same end point in the same test?

    Hi battlFrog,
    >>I want to change the end point address to this service that is now in the solution, but not sure what the address would be.
    What do you mean about the above message? I wonder if you want to let the client to reference to the service which is now in the solution, but not pointing to a service on your test server. If so, first please try to make sure that service
    which is now in the solution can work well. After that please try to use the "Add Services Reference" to help you reference the service which is now in the solution. Once it finishes, you can get the correct endpoint address in your client config
    file. 
    Besides, if your service is a self-host application, you can change the service address in the service side by modifying the baseaddress, if your service host in the IIS, you can modify the service address by doing some IIS configuration.
    If I have misunderstood you, please feel free to let me know. 
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • WMIProviderException: An error occurred when attempting to connect to the report server remote procedure call (RPC) end point

    I am getting the following error message while trying to configure a database for a Reporting Service Server.  Both SQL Server and Reporting server are 2012 named instances.  I have 2014 instances as well on the same server.
    Exception details...
    Microsoft.ReportingServices.WmiProvider.WMIProviderException: An error occurred when attempting to connect to the report server remote procedure call (RPC) end point. Verify that the Report Server Windows service is running, and then retry the operation.
     ---> System.Runtime.InteropServices.COMException (0x800706B3): The RPC server is not listening. (Exception from HRESULT: 0x800706B3)
       --- End of inner exception stack trace ---
       at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
       at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.GenerateDatabaseScript(String databaseName, Int32 lcid, Boolean isSharePointIntegrated, String& script)
       at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.GenerateDatabaseScript(String databaseName, Int32 lcid, Boolean isSharePointIntegrated, String& script)
    Can someone help me on this please?

    Hi Jaigi,
    According to your description, you want to change a report server database for Reporting Services. But it fails on the last step and returns a error. Right?
    In this scenario, it seems you are creating a report server database on another server via remote connection. Based on the error message, it has issues on executing the script for generating new database. Please check if you have permission to connect the
    server and create a new database. Also please check if the Reporting Services Windows services is working properly.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How osb handle end point offline for long time

    Hi all,
    In my project, the messages will be sent real time to distributed client, each client is only have one end point, so there is no load balancing could be applied. I already set the retry count, iteration interval and also offline endpoint URIs setting. Will it sufficient, in case the client hang or offline in long time, 2 hours or longer?
    How osb keep the message, will the frequent retry process causing performance issue?
    Any suggestion for proper configuration in this case?
    Really thanks in advanced.
    Regards,
    Mr.K

    only have one end point, so there is no load balancing could be applied. I already set the retry count, iteration interval and also offline endpoint URIs settingYes rety retry count is efficient when the interval are low..2 hrs or longer is little longer for stateless routing which OSB does.
    How osb keep the message, will the frequent retry process causing performance issue?Yes. I guess... OSB will be doing some thing like RequestThread.sleep(...).Again this will be transport to transport related
    Any suggestion for proper configuration in this case?Using such long intervals might not scale up
    Manoj
    Edited by: Manoj Neelapu on May 19, 2010 4:02 PM

Maybe you are looking for

  • Need help for formating text output

    Is there a way to dynamically store special characters(eg. new line character) into a text field? This is because, the data is inserted into the DB from a textbox where the user divides the text into several lines but when it is viewed, it is just a

  • Document Store Operation Failed due to missing authorisations.

    Hi I am using BW 3.5, One of the user is getting the following error message while accessing one of the report: Document Store Operation Failed due to missing authorisations. The user has previously accessed this report many times. But when I tied to

  • Email unable to be retrieved unless I go to Verizon.co​m

    Ever since yesterday, August 2nd, all of my outside devices are telling me unable to retrieve email, check that username and password are correct.  The email is able to be retrieved from the Verizon website but not from outside devices.  I don't thin

  • Question about Online Numbers

    Hello I have a big question before purchasing my online number: I live in Toronto, Canada and my family is in Argentina. Online numbers are not available for these 2 countries. my question is: Can i purchase an US online number for my family to call

  • Most recently played dependent on whole song being played?

    I have a filter to show the last 100 song of which I have "played", but I find all the time that songs do not show up. Now, computers do not make mistakes and I put it down to the understanding of the word "played" of which I believe means having bee