Enterprise Services Explorer installation

I've installed the ESE 1.1 and its configuration options are showing up in Visual Studio 2005 Professional English Edition.  I have them pointed at the ES Workplpace repository at http://sr.esworkplace.sap.com/ServicesRegistrySiService/ServicesRegistrySiPort and have stepped through the instructions in the document attached to http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0319dc4-d76d-2a10-d19f-e4f4ff315bde.
When I get to the Discovering and Consuming Enterprise Services step in that document, however, I do not see an option for Add SAP Enterprise Service.
Is there any way I can troubleshoot this to determine why I can't see the option to add the SAP ES? Anyone else run into this problem?
Using Visual Studio 2005 Professional Edition (English) on 64-bit Windows 7, if that matters.
Thanks!

Hi Cori,
Can you please give some more informaiton ?
1. Were you able to navigate to the "Add Service Reference" step of the wizard ?
2. If #1 is true - Did your process succeeded After clicking on "Finish" ? are you able to see the .NET proxy class generated by the ESE under Visual Studio "Web Reference" folder ?
3. if both #2 & #3 are true - can you please check under the "Web Refernce" folder if a new folder exist by the name you gave it and if you choose "Show all files" you can see the WSDL's of the service & a .NET class.
Regards,
Nadav

Similar Messages

  • SAP Enterprise Services Explorer License key

    Hello,
    How can I obtain a license key for the SAP Enterprise Services Explorer for Microsoft .NET ?
    There was a message stating that it was a 90 day trial version when I downloaded the installation file.
    We do have a license for SAP NetWeaver CE 7.2; but I can't find where to download a version that it's not trial or get a proper license key
    (SAP Support Portal / Downloads / SAP Connectors or Keys and Requests)
    Also I'd like to know what's the process to apply this license? It's my understanding that it only applies to the development machine. Is this assumption correct ?
    Thank you!

    Hi Henry,
    no problem. for a step by step approach. see this link
    https://www.sdn.sap.com/irj/sdn/soa-modeling?rid=/library/uuid/10cacdca-b0bb-2a10-77be-d600de4658b7
    Enterprise Services Repository&Registry - 60k
    https://boc.sdn.sap.com/node/18912
    http://blogs.microsoft.co.il/blogs/tamir/archive/tags/download/default.aspx
    thanks
    sagar
    reward me points if usefull

  • SAP Enterprise Service Explorer 1.0 - Problem

    Hi all,
    i have installed the following:
    Visual Studio 2005
    SAP Enterprise Service Explorer 1.0
    Configuration:
    I'm not sure what's the right service registry url? I used http://<server>:<port>/sr
    Basic Authentication
    no proxy
    Error:
    Cannot connect to Service Registry. Make sure the URL and/or proxy values are valid
    Any ideas?
    regards
    Edited by: Wolfgang Bauer on Jun 5, 2008 7:57 AM

    Hi,
    what about the service url?
    I tested the following:
    <server>:<port>/ESRegistryWS/BasicAuthConfig?wsdl&style=document&mode=standard
    <server>:<port>/ServicesRegistrySiService/ServicesRegistrySiPort?wsdl&mode=ws_policy
    Do i have to specify the server as ip address?
    I have tested the services in WSNavigator successfully.
    But in VS2005 nothing is working.
    Error without proxy:
    Cannot connect to the Service Registry. Make sure that all login parameters are valid.
    Error with proxy:
    Cannot connect to the Service Registry. Make sure the URL and/or proxy values are valid.
    Without proxy sounds better because it seems that the system checks the user and password. But my user and password are not running in that configuration.
    Via URL in the browser i have no problem to login to the service registry.
    regards
    regards

  • SAP Enterprise Service Explorer for Visual Studio 2008

    Hi all,
    is there a version for SAP Enterprise Service Explorer for Visual Studio 2008?
    I have found to fix the localization error.
    [http://blogs.microsoft.co.il/blogs/tamir/archive/2008/03/13/localization-fix-for-sap-esa-explorer-for-visual-studio.aspx]
    But if i run the exe-file --> You have not a compatible version of VS Studio installed.
    regards

    Hi,
    there will be a new version of the ESE plugin available with the new CE 7.1.1.
    regards

  • Enterprise Services Explorer

    Is there an Enterprise Services Explorer that will work with Visual Studio 2008?   All I can find is version 1.1 which only works under VS 2005.

    Hi Cori,
    Can you please give some more informaiton ?
    1. Were you able to navigate to the "Add Service Reference" step of the wizard ?
    2. If #1 is true - Did your process succeeded After clicking on "Finish" ? are you able to see the .NET proxy class generated by the ESE under Visual Studio "Web Reference" folder ?
    3. if both #2 & #3 are true - can you please check under the "Web Refernce" folder if a new folder exist by the name you gave it and if you choose "Show all files" you can see the WSDL's of the service & a .NET class.
    Regards,
    Nadav

  • SAP Enterprise Services Explorer Webcast on MSDN - Presentation Time

    Hi All,
    Please pay attention that the ESE Webcast presentation is today 11.03.2008 on 15:00 GMT time.
    (due to daylight saving changes on pacific time some invitations were set to 16:00 GMT time)
    Attendee Registration URL:
    http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032371999&Culture=en-US
    Regards,
    Nadav

    Hi Asen,
    you can find documentation and code examples how to consume SAP eSOA services using SAP Enterprise Services Explorer for MSFT .NET in the following areas:
    1. Open SAP Enterprise Services Explorer for MSFT .NET  in your VS .NET and press F1 for help. you will get a fully documented guide for using the tools, plus code examplse
    2. you can use the following article published by Rima:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0499da5-73c4-2b10-f580-91c1f17008c0
    3. you can find more infromation in the .NET interoperability area in the SDN:
    http://www.sdn.sap.com/irj/sdn/dotnet
    Regards,
    Nadav

  • Question about SAP Enterprise Services Explorer 1.1

    Hi ,
        1. I use dotnet connector before and now someone told me that I can use SAP Enterprise Services Explorer 1.1
            but when I download this app, it says '90 day evaluation ';
            what about after 90 days?
        2. another questions, our warehouse will perform a WTS<Warranty Tracking System> which needs scan some barcode,
            and our scanner's OS is Windows Mobile 5.0 which<Model:intermec 700C> can be developed in VS 2005.
           my question is can I develop a windows mobile application with using SAP Enterprise Services Explorer 1.1?

    From a mobile PC application you can connect only webservice or you should have to develop you own RFC connector from zero.
    the architecture I use for Pocket PC is some webservices hosted in a .net webserver. The pocket PC connects the .net webserver and my webserver used a RFC proxy. My RFC proxy is built with SAP .net connector, JCo, or Erp connect, a .net api for sap developped by a great guy ... [http://www.theobald-software.com/oe/cms/website.php?id=/en/index/products/erpconnect.htm|http://www.theobald-software.com/oe/cms/website.php?id=/en/index/products/erpconnect.htm]

  • SAP Enterprise Service Explorer

    To me it seems that the SAP ES Explorer is the current textbook tool to connect .net in Visual Studio 2008 with SAP backend.
    Can I use the tool only with an ESR on SAP side established, or also having just one WebAS ABAP. Since I have to configure the ESR I have not found a way to use it just with a plain WebAS ABAP.

    Hi Hork,
    for using the ES Explorer you need the ESR. Nevertheless you can also consume the Web Services from WebAS directly in Visual Studio 2008, we published a paper where we describe how to do this on http://download.microsoft.com/download/a/2/8/a287c141-b72e-4e9e-aac5-826e3f0d6d76/StatefulNetWeaverCommunication.pdf where we describe how to do it with Visual Studio 2005, the same approach works in Visual Studio 2008.
    Regards,
    Juergen

  • PI 7.1 enterprise services: How to find & invoke SAP HCM enterprise Service

    Hi all,
    in PI 7.1, i read, there is support of enterprice services.
    is my current understandings right about PI 7.1 and enterprise services:
    1.the standard BAPIs, standard RFC that were provided in R/3 are replaced by standard enterprise services in SAP ECC.
    2.a nonSAP application can invoke an enterprise service in the same way as a nonSAP application used to call an RFC in the R/3.
    I want to view how an enterprise service of any SAP module can be called by a nonSAP applicaiton.
    are there any doc or blog which shows this.
    is possible with/wihout PI.
    We have follwoing things installed.
    1. PI 7.1 SP4.
    2. SAP ECC 6.0, i am dealing with SAP HCM module.
    are there any enterprise services of HCM available (e.g standard enterprise services given by SAP for HCM module).
    basically i want to test whether a nonSAP application like a java application, can it get some info using standard HCM enterprise services provided by SAP.
    I explored esWorkplace (http://www.sdn.sap.com/irj/sdn/esworkplace), but it does not display HCM related process components under the column "DISCOVER ENTERPRISE SERVICES".
    thanks,
    Madhu.

    Hi Madhu,
       YOu can check this page for simple sample applications for enterprise services consumption:
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=EBF08FD8067241F787448B3EB87DA04E
    Check this page for ERP-HCM
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=C6AE1E905D8E11DA36BB000F20DAC9EF
    and complete business map here:
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?id=13C98C60080711DA1503000BCDDC2565&fragID=&packageid=DE0426DD9B0249F19515001A64D3F462&iv=
    Regards,
    Ravi

  • Understand the technical base for Enterprise Services?

    Hi all,
    I am trying to understand what is the technical base for enterprise services and the restrictions when activating them. The best documents I have found are:
    Note 1566412 u2013 Enhancement package 6 for SAP ERP 6.0.
    Note 1359215 u2013 Technical prerequisites for using enterprise services
    sdn blog u201CDetermin the SOA readiness of your System with the ES Workplace (Part 1 and 2)
    EHP Master Guide - https://websmp107.sap-ag.de/~sapidb/011000358700001183052011E
    The documents are quite informative, however there are still questions. Maybe someone can shed some light of these:
    1.) Is my understanding correct that Enterprise services can have three different base u201Cmodulesu201D?:
    a. An EHP (with relation to a business function).
    b. The swc u201CESA ECC-SE 60xu201D (without relation to a business function). E.G. ES Bundle "Bank Communication Management".
    c. The SWC u201CSAP APPLu201D (without relation to a business function). E.G. u201CBusinessPartnerERPUpdateRequestConfirmation_Inu201D
    2.) Is it possible to activate enterprise services (bundles) that rely on business functions after a EHP installation or ONLY during the EHP installation?
    3.) Is it possible to activate enterprise services with base u201CESA ECC-SE 60xu201D after a EHP installation or ONLY during the EHP installation?
    4.) Is SWC u201CESA ECC-SE 60xu201D a u201Ctechnicalu201D business function, whose activation cannot be reverted either? If yes what effect has the activation von u201CESA ECC-SE 60xu201D on the current ERP customizing?
    5.) How do the Enterprise Services relate with Service Interface definitions from SAP Process Integration (XI Content)?
    Do I need the XI Content with the service interfaces in ES Repository (and SPROXY) only if the communication is B2B (with PI) or also if the communication is Point-2-Point (without PI)?
    Thanks for your feedback!
    Chris

    Hi Chris,
    I'll try and provide answers where I can...
    1.) Is my understanding correct that Enterprise services can have three different base u201Cmodulesu201D?:
    I personally don't agree with this understanding. Enterprise Services would always relate to some or other business function, unless we have a different understanding of what "Business Function" means . What changes is how the Enterprise Services (or versions of them) are delivered.
    SAP APPL for example would be relevant to most of the enterprise services shipped with a standard ECC EHP*. So it will relate to the business functionality for the applications that are shipped with an ECC installation.
    2.) Is it possible to activate enterprise services (bundles) that rely on business functions after a EHP installation or ONLY during the EHP installation?
    I don't understand this question but I'll try and offer a generic answer. You can activate/use Enterprise Services whenever you want to as long as they are already available in your current installation. If they are only available in an EHP that you don't have yet then you will need to upgrade (but I also seem to recall some workarounds - SAP notes - as an alternative to upgrading).
    3.) Is it possible to activate enterprise services with base u201CESA ECC-SE 60xu201D after a EHP installation or ONLY during the EHP installation?
    You decide when you would like to activate it, it's generally after. SAP will ship them anyway.
    4.) Is SWC u201CESA ECC-SE 60xu201D a u201Ctechnicalu201D business function, whose activation cannot be reverted either? If yes what effect has the activation von u201CESA ECC-SE 60xu201D on the current ERP customizing?
    There is a tool call Impact Analyzer, read up a little on it. It allows you to do an impact analysis before activating. It might also help posting a separate thread on of the ECC functional forums here on SCN for more impact analysis. I'm not sure if the activation can be reverted.
    5.) How do the Enterprise Services relate with Service Interface definitions from SAP Process Integration (XI Content)?
    The XI Content is the design equivalent of the Enterprise Services as you see them in SPROXY. It's only relevant in certain cases, examples:
    - If you want to enhance standard SAP Enterprise Services
    - If you want to do additional transformation/s & routing.
    If you are planning P2P type communication, then the XI content is not relevant. One thing to be aware of though is if you have your backend ECC system connected to your PI ESR, the view that you get in SPROXY will reflect the SWC view of the ESR. So you might want to download the XI Content & import it into your PI ESR anyway.
    Regards, Trevor

  • Description of enterprise service message types

    Hello people,
    I'd like to know where to find the description of the parameters of enterpise service operations. For example the operation "Create Invoice" (Process Component: SRM) needs a lot of input parameters. I took a look into the Integration Builder from the ESR, but there was no description for the different message types.
    The problem is: For example I wonder what is the difference between seller party and vendor party or what BillToID means. Without the knowledge of the meaning of the parameters I can't do an invocation.
    If anybody could tell me where to find these information, this would help me very much.
    BTW: Does anybody know a Test-SRM-Server that has an Invoice-ES that I could invoke?
    Thanks a lot,
    Michael

    Hello Michael,
    have you checked out the ES Workplace yet?
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/esworkplace">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/esworkplace</a>
    You get the complete message structure with all parameters for "Create Invoice" and all other enterprise services from there.
    Navigation path is <i>Enterprise Services by Process Components -> Customer Invoice Processing</i> (under SRM) -> Enterprise Service Operation <i>Create Invoice -> detailed field description</i>.
    For an SRM testing system, please check
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/explore-es">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/explore-es</a><i>-> Test-Drive</i> (on top of page) <i>-> HU5</i> .
    For a test user, click on <i>apply for free access now</i> in the same line.
    Hope this helps.
    Regards, Volker

  • ESB(Enterprise Services Builder) access error after PI 7.1 install

    We have installed PI 7.1 system. Everything went well with installation.
    We can access all the components such as RWB, Directory, SLD,...
    However when we try to access ESB(Enterprise Services Builder) we are geting the following error:
    "Cannot connect to server using message server: ms://si5host:8106/P4"
    We checked the exchange profile parameters and  com.sap.aii.connect.repository.mshttpport is having 8106 value.
    Did any one face such an issue. Please respond.

    The problem is resolved for us.
    The problem was caused because we did nt have a "FULLY QUALIFIED SERVER NAME" in the exchange profile parameters on the JAVA side.
    Once we had the  FULLY QUALIFIED SERVER NAME the issue was resolved.
    Hope this helps other people who run into the same issue.

  • How to activate Business Add-In (BAdI) for Enterprise Service

    Hi,
    I have connected enterprise service
    Find Production Order by Work Centre
    external/technical Name: ProductionOrderSimpleByWorkCentreQueryResponse_In
    Namespace: http://sap.com/xi/APPL/SE/Global
    SAP Software Component Version: ESA ECC-SE 605
    Internal Name: ECC_PRODUCTIONORDERSWQR
    SAP Library - Enterprise Services for SAP ERP
    http://es-workplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=…
    from our ECC system to our PI 7.1 and did first tests.
    I'm getting response to my requests from the ECC system.
    But in the response, there are only the production order IDs for the requested work centre.
    I suppose that the BAdI PORD_SE_PRODUCTIONORDERSWQR, mentioned in service description, has to be activated for the service in the ECC system, to get all the other optional production order elements, defined in the service response message type.
    Am I right?
    Which steps in the ECC backend are neccessary to activate a BAdI for an enterprise service?
    Regards
    Roland

    Salegram,
    BADi is not provide us functionality for data upload for Annual PF / Pension Report.
    BADi is using for some add in our business transaction.
    just explore tx se18 ans se19.
    Amit.

  • Using Enterprise Services Bundles in PI

    Hi ALL,
    need help in how to use Enterprise Services Bundles in PI.
    if someone worked on this pls give me some idea about this and methods to use this ..
    if there is any best practice in using this Enterprise Services Bundles  ..and i find in some document stating we need to download it from Service Marketplace and import the same into their Enterprise Services repository. can you pls tell me under which segment i can download this ..
    thanks
    Souz

    The SDN home page has good info on ESBundles
    http://www.sdn.sap.com/irj/sdn/explore-es
    Download contnet from SErvic emarketplace
    https://websmp205.sap-ag.de/swdc
    Support Packages and Patches - Entry by Application Group" SAP Content - ESR Content (XI Content)
    Regards,
    Siva Maranani

  • Enterprise Services list in Discovery System.

    Hi,
    I just want to know the Enterprise services list in Discovery system.
    Actually why i needed that, is just wanted to know is there any enterprise service available for Billing, Service Order Management that are present as functionality in  SAP CCS [Customer Care System ] - Utilities.
    And do discovery system consist of Utilites Enterprise Services ?
    Thanks in advance.
    Regards,
    Aditya Metukul

    Hi Aditya,
    you can access a version of the Enterprise Services Workplace with the following URL on your Discovery System: http://iwdfvm2160.wdf.sap.corp:51080/socoview
    Please keep in mind that this refers to the services on the DS only. The Enterprise Services Workplace on SDN (https://www.sdn.sap.com/irj/sdn/explore-es and http://erp.esworkplace.sap.com/socoview(bD1kZSZjPTgwMCZkPW1pbg==)/flddisplay.asp) provides an extended set of services in the meanwhile. You potentially will find your specific services in that list.
    Hope that helps,
       rAimund

Maybe you are looking for

  • Connect to Linux 8.1.5 from NT

    I am running NT as my client and have just set up Oracle 8.1.5.0.2 on Red Hat 6.1. The NT client can successfully connect to an Oracle 6 database and an Oracle7 database (I am connect to Orale7 via Net8). I cannot connect to the Linux database at all

  • Why won't it package?????

    I'm using the new Tomcat 5.0 and apparently it won't read a class unless it's part of a package. I'm trying to compile a very simple Bean. package mypackage; public class StringBean { private String message = "No message specified"; public String get

  • OCS (CMSDK) and Oracle Application Server 10.1.3

    Hi, Is CMSDK or OCS (Oracle Content Services) part of Oracle Application Server 10g 10.1.3? Regards, Jigar

  • N70 - accidentally bypassing the LockCode

    Hi all, This post was originally added to the Connectivity board but was probably in the wrong place so I have deleted it (no responses) and moved it here instead.. I have looked through a number of the threads and also searched on a few relevant ter

  • Sql loader hangs

    Hi All, I have a java program which runs sql loader in a timer. That is the sql loader is used to load some tables with the data contained in a flat file. And I want this to be run every night. I am using Runtime class to initiate a process which wil