What is the difference of  3 endpoints of ES in Service Registry

When I search the enterprise service in service registry of PI in the discovery system,  I found the enterprise service and select the endpoint view, there are 3 endpoints, such as Binding_T_HTTP_A_HTTP... , and Binding_T_HTTPS_A_HTTPS..., and MaterialBasicDataByIDQueryResponse_inSOAPBindings.
What is the diffrence of 3 endpoints?
When I select enterprise service in SR as a WebDynpro web service model, which one should I choose?
When I select enterprise service in SR as a automated activity in BPM, which one should I choose?

Hi Takako,
When your basis team made the configuration in mass of those enterprise services endpoints probably they did something wrong. Normally you should have just one endpoint - no problem to have more than one, just is more information to keep updated. You have different endpoints specially when you need to keep two versions of the same service running together.
My suggestion, test the last endpoint you wrote in this message (it is more meaningful). If it works, use it.
Regards.
roberti

Similar Messages

  • What is the difference between "Take in" and "Send in" service?

    I have an iPhone 6 that reboots frequently for no reason. As the warranty is still valid, I want Apple to review it. I bought it in the States but I don't live there, and I'll be back for 3  days. Visiting the support website it gives me 2 options:
    SEND IN FOR SERVICE: Send it to Apple for repair or replacement.
    TAKE IN FOR SERVICE: Find an Apple Retail Store or local Apple Authorized Service Provider
    I assumed that if I took it to a store they would replace it. But seems they won't. I can't understand the difference between this Two types of service.

    If you take it in, they will make a diagnosis on the spot and let you know what your
    options are. If the iPhone qualifies for replacement, the replacement will take
    place immediately.
    Make an appointment at the Genius Bar to avoid delay. If you will be going to Apple on/after
    April 10, expect large crowds due to the beginning of  Watch demos.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/

  • What is the difference Photoshop and Photoshop Extended with respect to registry and files

    Can someone please help with the difference between Photoshop and Photoshop Extended with respect to files installed or Windows registry.I am aware of the difference in Features.I am not concern about the difference in Features.

    True

  • What is the difference between /assets/account/import and /data/account ?

    Does anybody knows what is the use of /assets/account/import and /data/account.
    What is the difference between these two and their functional use.
    thanks

    /assets/account/import is used in the context of performing account file uploads through the E10 UI. If you navigate to Contacts > Accounts > and click Upload in the top right corner (above search), you'll get the upload wizard:
    The moment you click the cloud icon and select a file, two actions take place:
    1) POST to /assets/account/import is made, where you are passing the name, import source and purpose of the import. The response includes the id of the new import object you created
    2) Another POST to /assets/account/import/{id}/csv is made, which includes the data in your chosen file
    Afterwards, you perform the mappings and go to step 4 of the wizard. When you click Finish, another two actions take place:
    1) PUT /assets/account/import/{id} to update the import definition with your mappings from Step 3
    2) POST to /assets/account/import/{id}/queue to send this import into the import/upload queue. At this point it becomes visible from Setup > Integration > Inbound > Reporting > Upload History
    Note that this workflow is not meant for client use, but rather helps facilitate UI functionality for marketing users. You should be using Bulk API to add or update records, which also confers other advantages such as the ability to use syncActions. The only functionality not available in Bulk API which is available through this workflow is the ability to delete Accounts. For obvious reasons, its recommend that you do NOT automate the deletion of any records. Accounts especially are not subject to any band limits or rates, so its best to have Marketers remove them as needed.
    Regarding the second part of your question, the /data/accounts endpoint will provide you with up to 1000 account records when using GET. A POST can also be made to create a new account record (company) within Eloqua. Otherwise, GET /data/account/{id} will retrieve the details of a particular record and PUT /data/account{id} will update a particular.
    Best regards,
    Bojan

  • When would I use an if, for or while statement in Small Basic and what is the difference between the three?

    I have a Y9 Computer Science Exam next week and I know that this will probably be one of the questions on it so I need to know the answer. What is the difference?

    An If statement executes once IF the statement is true:
    If 1 = 2/2 Then
    Textwindow.writeline("True")
    EndIf
    A While statement executes WHILE the statement is true:
    While 4 = 2+2
    'Will keep looping while it is true
    EndWhile
    A For statement loops a number in increment:
    For i = 1 to 10
    'Every time through, i gets bigger by one until it equals 10
    EndFor
    It is written: "'As surely as I live,' says the Lord, 'every knee will bow before me; every tongue will acknowledge God.'" Romans 14:11

  • BODS 3.1 : SAP R/3 data extraction -What is the difference in 2 dataflows?

    Hi.
    Can anyone advise as to what is the difference  in using the data extraction flow for extracting Data from SAP R/3 ?
    1)DF1 >> SAPR/3 (R3/Table -query transformation-dat file) >>query transformation >> target
    This ABAP flow generates a ABAP program and a dat file.
    We can also upload this program and run jobs as execute preloaded option on datastore.
    This works fine.
    2) We also can pull the SAP R/3 table directly.
    DF2>>SAPR/3 table (this has a red arrow like in OHD) >> Query transformation >> target
    THIS ALSO Works fine. And we are able to see the data directly into oracle.
    Which can also be scheduled on a job.
    BUT am unable to understand the purpose of using the different types of data extraction flows.
    When to use which type of flow for data extraction.
    Advantage / disadvantage - over the 2 data flows.
    What we are not understanding is that :
    if we can directly pull data from R/3 table directly thro a query transformation into the target table,
    why use the Flow of creating a R/3 data flow,
    and then do a query transformation again
    and then populate the target database?
    There might be some practical reasons for using these 2 different types of flows in doing the data extraction. Which I would like to understand.  Can anyone advise please.
    Many thanks
    indu
    Edited by: Indumathy Narayanan on Aug 22, 2011 3:25 PM

    Hi Jeff.
    Greetings. And many thanks for your response.
    Generally we pull the entire SAP R/3 table thro query transformation into oracle.
    For which we use R/3 data flow and the ABAP program, which we upload on the R/3 system
    so as to be able to use the option of Execute preloaded - and run the jobs.
    Since we do not have any control on our R/3 servers nor we have anyone on ABAP programming,
    we do not do anything at the SAP R/3 level
    I was doing this trial and error testing on our Worflows for our new requirement
    WF 1 : which has some 15 R/3 TABLES.
    For each table we have created a separate Dataflow.
    And finally in between in some dataflows, wherein, the SAP tables which had lot of rows, i decided to pull it directly,
    by-passing the ABAP flow.
    And still the entire work flow and data extraction happens ok.
    In fact i tried creating a new sample data flow and tested.
    Using direct download and - and also execute preloaded.
    I did not see any major difference in time taken for data extraction;
    Because anyhow we pull the entire Table, then choose whatever we want to bring into oracle thro a view for our BO reporting or aggregate and then bring data as a table for Universe consumption.
    Actually, I was looking at other options to avoid this ABAP generation - and the R/3 data flow because we are having problems on our dev and qa environments - giving delimiter errors.  Whereas in production it works fine. Production environment is a old set up of BODS 3.1. QA and Dev are relatively new enviornments of BODS. Which is having this delimiter error.
    I did not understand how to resolve it as per this post : https://cw.sdn.sap.com/cw/ideas/2596
    And trying to resolve this problem, I ended up with the option of trying to pull directly the R/3 table. Without using ABAP workflow.  Just by trial and error of each and every drag and drop option. Because we had to urgently do a POC and deliver the data for the entire e recruiting module of SAP. 
    I dont know whether i could do this direct pulling of data - for the new job which i have created,
    which has 2 workflows with 15 Dataflows in each worflow.
    And and push this job into production.
    And also whether i could by-pass this ABAP flow and do a direct pulling of R/3 data, in all the Dataflows in the future for ANY of our SAP R/3 data extraction requirement.  And this technical understanding is not clear to us as regards the difference between the 2 flows.  And being new to this whole of ETL - I just wanted to know the pros and cons of this particular data extraction. 
    As advised I shall check the schedules for a week, and then we shall move it probably into production.
    Thanks again.
    Kind Regards
    Indu
    Edited by: Indumathy Narayanan on Aug 22, 2011 7:02 PM

  • What is the difference between sy-uline and uline in sapscripts ?

    hi guys,
    what is the difference bt sy-uline and uline in sap scripts ?
    this is an interview question ?
    also how can we draw a line without using above ?

    Hi ,
    sy-uline is a system field.
    No-difference.  Except that uline is used outside
    the Write Statement
    TO draw a line.
    /: POSITION [XORIGIN] [YORIGIN] [WINDOW] [PAGE]
    OR
    Draw a horizontal line by setting the HEIGHT in a BOX command to 0. Draw a vertical line by setting WIDTH to 0.
    /: BOX FRAME 10 TW WIDTH 0 TW HEIGHT '10' CM
    Vertical line 10 CM long
    /: BOX FRAME 10 TW WIDTH '10' CM HEIGHT 0 TW
    Horizontal line 10 CM long
    ALSO
    You can draw a line by setting the Height or Weidth to 0
    and add a frame. E.g. a horizontal line:
    /: SIZE HEIGHT '0' MM WIDTH '200' MM
    /: BOX FRAME 10 TW XPOS '11.21' MM YPOS '14.81' MM INTENSITY 100
    <i><b>Reward if helpful.</b></i>
    Regards,
    Pritha.
    Message was edited by:
            Pritha Agrawal

  • What is the difference between Topic Keywords and Index File Keywords?

    What is the difference between Topic Keywords and Index File Keywords? Any advantages to using one over the other? Do they appear differently in the generated index?
    RH9.0.2.271
    I'm using Webhelp

    Hi there
    When you create a RoboHelp project you end up with many different ancillary files that are used to store different bits of information. Many of these files bear the name you assigned to the project at the time you created it. The index file has the project name and it ends with a .HHK file extension. (HHK meaning HTML Help Keywords)
    Generally, unless you change RoboHelp's settings, you add keywords to this file and associate topics to the keywords via the Index pod. At the time you compile a CHM or generate other types of output, the file is consulted and the index is built.
    As I said earlier, the default is to add keywords to the Index file until you configure RoboHelp to add the keywords to the topics themselves. Once you change this, any keyword added will become a META tag in the topic code. If your keyword is BOFFO, the META tag would look like this:
    <meta name="MS-HKWD" content="BOFFO" />
    When the help is compiled or generated, the Index (.HHK) file is consulted as normal, but any topics containing keywords added in this manner are also added to the Index you end up with. From the appearance perspective, the end user woudn't know the difference or be able to tell. Heck, if all you ever did was interact with the Index pod, you, as an author wouldn't know either. Well, other than the fact that the icons appear differently.
    Operationally, keywords added to the topics themselves may hold an advantage in that if you were to import these topics into other projects, the Index keywords would already be present.
    Hopefully this helps... Rick

  • What is the difference between "Invisible" (11g) and "virtual" index?

    Hi
    What is the difference between the "Invisible" index and "virtual" index?
    Thanks
    Balaji

    Indexes can be visible or invisible. An invisible index is maintained by DML operations and cannot be used by the optimizer. Actually takes space, but is not to be used as part of a potential access path.
    AFAIK, a virtual index is created by the tools used in SQL statement access path tuning to provide an alternative for the optimizer to test. It does not take any real space as it is a pure in memory definition.

  • What is the difference between the drop and create the index and rebuild index ?

    Hi All,
    what is the difference between drop and create index & rebuild index ? i think both are same...Please clarify if both are same or any difference...
    Thanks in Advance,
    rup

    Both are same. Rebuilding an index drops and re-creates the index. 
    Ref:
    SSMS - https://technet.microsoft.com/en-us/library/ms187874(v=sql.105).aspx
    TSQL - https://msdn.microsoft.com/en-us/library/ms188388.aspx
    I would suggest you to also refer one of the best index maintenance script as below:
    https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html

  • What is the difference between 'command delete' and using 'delete original and all versions'?

    My masters are not referenced and I usually have only one version.  What is the difference between using 'command delete' versus going to the top menu bar and using 'dele

    Good question  .
    When the Version is the only Version based on the Original of that Version, the two commands have the same effect.
    See this User Tip by master Aperturist Frank Caggiano.

  • What is the difference between the following 2 hints?

    What is the difference between the following 2 hints?
    USE_NL
    USE_NL_WITH_INDEX

    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements006.htm#SQLRF50701
    Oracle Documentation starts @ http://tahiti.oracle.com

  • What is the difference between HUI emulation and MMC?

    This may help clear up my issues with dm24 & LE. I am trying to have channels 1-24 of the Tascam dm 24
    control volume and pan..etc for tracks 1-24 of LE (AUDIO, Midi and or softsyths, inst), without having to use the mouse to select the LE tracks directly. In other words I need to use the dm24 as a control surface. What is the difference in using mmc to do this versus Control surface. I cannot locate the proper compatible driver or whatever it needs to get this to work in LE.. I even tried using the dm24 macro environment found on tascams site .. all it does is allow me to see the faders move in the environment( bidirectionaly) , but I cannot interact with the actual LE audio, midi and softsyth tracks , unless I actually select the tracks with the mouse, I do not need the dm24 do do this , as this was possible with my KX controller using the volume slider. It appears as if I may have a total lack of understanding of the dm 24 functions regarding using it as a control surface for LE 7.2.3

    Like previously stated, refurbished can mean many things.  Someone may buy a camera and when they get it have buyers remorse and return it unused, but, once Canon gets it back they have to completely check it out to make sure it meets specs and then they sell it as refurbished.  You might get a camera with 0 shutter actuations but you might get one with 1000 or more shutter actuations.  Either way Canon completely rechecks each camera before they sell it.  I have bought 2 refurbished DSLRs from Canon and they have both been great cameras.  You couldn't tell if they had ever been used or not.  Recently Canon started offering a 1 year warranty on refurbished DSLRs but I am not sure if that applies to other models or not.
    Joe

  • What is the difference between a full and a upgrade version?

    When I want to buy photoshop elements 8.0 i can select a full or upgrade version, the price is alsmost thesame.
    normally you would think a upgrade is just a upgrade and you can't use it if you don't already have photoshop Elements installed.
    but in many online stores they only sell the upgrade version.
    so that makes me believe you can buy it even tho you don't have any photoshop elements on your pc.
    so what is the difference?

    The only difference between the Upgrade and Full version is of the pricing. I believe right now Adobe is already offering PSE at $79 so there is no Upgrade option appearing on the website (although I am not sure about unavailability, I just stating what one of the user on the forum says).
    Legally, you should be a previous customer of PSE to buy an upgrade version and I am not sure but I believe when one go for buying the Upgrade version they do need to provide the serial number of the previous verison.(not sure though)
    Regards,
    Ankush

  • What is the difference between #variable_name and :variable_name?

    Hi!
    What is the difference between #variable_name and :variable_name?
    I have found that if we use alphanumeric variable then :variable_name return value in quotes but #variable_name without quotes.
    Why it does not work in the same way for variable default values when variable is used in filter? (It works in mapping)
    I use variable in filter like T.OUT_DATE>convert(datetime,:LAST_UPDATE_DATE,121)
    When I use my variable in package and do refresh it works fine. But when I try to execute the same interface with variable default value I get error. Seems that variable name has been not changed to the value. It does not work with default value in quotes neither without quotes.
    Any ideas how to solve that?
    Thank you in advance!
    Edited by: user13278245 on Sep 15, 2010 4:34 AM

    Question is how to make it work with default value, when I execute interface standalone, not in package? And why it works in mapping but not in filter?
    + I have found that it works if source is Oracle. It doesn't work only for MS SQL source.
    Edited by: user13278245 on Sep 15, 2010 6:43 AM

Maybe you are looking for