SAP PI 7.0 SAML v1.1

Hi,
We need to develop a Web Service Receiver with SAP PI 7.0 and add a SAML v1.1 header in the SOAP request. How can we do it in SAP PI 7.0? Is it compatible with this PI version?
Thanks in advance,
Joan

Hi,
Check the below links useful...
http://help.sap.com/saphelp_nw70/helpdata/EN/47/2388909a1d2de9e10000000a1553f7/frameset.htm
Problem call Web Service SAML on PI 7.0
HTH
Rajesh

Similar Messages

  • Can J2EE act as SAML identity provider?

    Hi all,
    I've been going through the various documents and help files and found contradicting and confusing info. So can anyone tell me: do I have to use a 3rd party component to enable SSO to EP based on SAML or to able server-to-server authentication from EP to another IIS based site?
    Are the following components enough?
    1. Active directory (any version required)
    2. EP (any version required)
    3. IIS/MOS (any version required)
    Thanks,
    Eric

    As of SAP IdM 7.20 (which runs as a component on the SAP Java Application Server) SAML 2.0 as identity provider is supported.
    So it is not just any SAP J2EE system (e.g. EP) and also not all releases.
    I was also disappointed by this
    Cheers,
    Julius

  • SAML Identity Provider

    Hi all,
    As WAS6.0 acts as a Serice Provider only for SAML, what are the free Identity Providers that I can use to implement Single Sign-On in WAS. From where can I get these free external products/servers?

    As of SAP IdM 7.20 (which runs as a component on the SAP Java Application Server) SAML 2.0 as identity provider is supported.
    So it is not just any SAP J2EE system (e.g. EP) and also not all releases.
    I was also disappointed by this
    Cheers,
    Julius

  • Custom developed SAML login module

    has anyone developed a custom SAML login module? i need to develop one for SAML 2.0, because SAP does not support SAML version 2.0 yet.
    I am familiar with how to develop a generic J2EE login module, but I need instructions how to develop a SAML module.  I know that there is a sample saml login module from SAP (com.sap.security.core.server.saml.app.ssotest.dest.SAMLMappingModule), does it come with source code?
    Tiberiu

    See how to develop a custom J2EE login module for SAML 2.0

  • Can not open or save web template using web application designer

    as the subject .
    when i create a template , everything is ok .but when i want to save the template i get two  errors
    the fist one:
    type: stop
    message class  :rsbolap
    message number: 017
    description: Java communication error: an unknown error occured during portal communication .
    the second one:
    type: stop
    message class  :rsbolap
    message number: 017
    description: Java communication error: error when opening rfc connection.
    then i click them to get the detail ,and get the same content:
    Diagnosis
    An error occurred during communication with the BI components on the SAP J2EE Engine.
    System Response
    Procedure
    Contact your system administrator to have the error analyzed in detail.
    Procedure for System Administration
    SAP Note 888687 provides detailed instructions on analyzing communication and log-on problems.
    So i check the note 888687 ,and do as it .but it does not get work.
    we  change the following locations to the "ALL" severity to receive more exact information:
    com.sap.ip.bi.webapplications
    com.sap.portal.connectors.BW
    com.sap.portal.ivs.semantic.systemLandscape
    com.sap.portal.ivs.systemConnectionTests
    com.sap.security.api.saml
    com.sap.security.core.server.jaas
    com.sap.security.core.server.saml
    com.sap.security.core.session
    com.sap.security.core.ticket
    com.sap.security.core.umap
    com.sap.security.core.util
    by the way we install the bi7.0 and portal7.0  in the same machine and share the same the instance.
    what should i do ?

    Hi I've got the same problem. When trying to use the Bex Report Designer I get this error message: "Java communication error: RFC destination not_configured does not exist". Error when loading query metadata. Check query and portal settings.
    Can anybody help me to solve this problem?
    Thanks in advance!

  • SSO to ABAP BSP without client

    Dear colleagues.
    In our scenario not-domain user need to reach ABAP BSP (ITS) application without entering password for ABAP WAS.
    Is there any option to use SAP Netweaver Single singon-on 2 server to create redirection URL?
    Regards
    Vladimir

    Hi Vladimir,
    SAP SSO issues certificates and deliver it automatically to the PC of the user (short living certificates -> 24 h standard), so it can be used for SSO. It is not a traditional CA. In a traditional CA you have to take care about the certificate lifecylcle which can be very costly but you can use the certificate for a longer timer. SAP SSO works with short living certificates, so you do not have to take care about the lifecylcle of the certificate.
    So if you really want to have a "password free" solution, you have to use long lived certificates but take a care about the lifecycle (maintain certificates which are not valid anymore and distribute this information to all related systems, ..... ). Otherwise you have a security problem.
    So it is really all about the use case (deployment, security requirements, ...), but you know now the options and you can decide dependig on the use case.
    Another option is of course SAP Logon Tickets or SAML. But both also reguire an initial authentication without an AD.
    Regards
    Matthias

  • Compilation Error: "class or interface expected" for simple EAR???

    Dear all,
    I have access to the customers NW CE 7.1 SP07 and of course I am using the corresponding NWDS 7.1 SP07 that comes with this CE installation. I am trying to study JEE 5 @ SAP and I have created a very simple Application (from the Book http://www.sap-press.de/katalog/buecher/titel/gp/titelID-1480).
    In NWDS I have created the following 4 projects:
    1. Dictionary Project
    Describes 2 Tables (TMP_EMPLOYEES and TMP_ID_GEN)
    2. EJB 5 Project
    Contains a stateless EJB + local business interface + Entity class.
    The EJB accesses the entity class, which is mapped to a simple table (TMP_EMPLOYEES).
    3. Dynamic Web Project
    Contains actually only one JSP (index.jsp) which allows to the local business interface for creating a new Entity.
    4. Enterprise Application Project (EAR)
    Creates a package from 2. and 3.
    I have successfully deployed both the Dictionary Project and the EAR (all to the same server).
    But If I call the corresponding URL via web browser I get the following error:
    500   Internal Server Error
    "Error in compiling [/EmployeeWeb/index.jsp] in application [sap.com/EmployeeEar]."
    Details: "The WebApplicationException log ID is [005056841108002A00000070000007AC0139C8D8862D3EED]."
    In the "Log Viewer" of the "SAP NetWeaver Administrator" (via browser...) I have found the following:
    Message: Processing HTTP request to servlet [jsp] finished with error.
    The error is: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error in executing the compilation process: [ Compilation Failed! Exit Code=1
    Command line executed: D:\usr\sap\CED\J00\exe\sapjvm_5\bin\\javac -source 1.5 -target 1.5 -encoding UTF-8 -d "D:\usr\sap\CED\J00\j2ee\cluster\apps\sap.com\EmployeeEar\servlet_jsp\EmployeeWeb\work" -sourcepath "D:\usr\sap\CED\J00\j2ee\cluster\apps\sap.com\EmployeeEar\servlet_jsp\EmployeeWeb\work\;" -classpath ".;D:\usr\sap\CED\J00\exe\jstartup.jar;D:\usr\sap\CED\J00\exe\sapjvm_5\lib\jvmx.jar;D:\usr\sap\CED\J00\exe\jre\lib\iqlib.jar;D:\usr\sap\CED\J00\exe\sapjvm_5\lib\tools.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\boot\jaas.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\boot\memoryanalyzer.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\jperflib.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\jta.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~cache_api~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~frame~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~gui~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~iqlib~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jdsr~jdsr.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_cache~frame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_classload~frame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_cluster~frame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_configuration~frame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_database~frame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_licensing~frame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_locking~frame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_log~api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_pool~frame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_service~frame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_thread~frame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~jkernel_util~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~bl~opensqlkernel~implOpenSQLFrame.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~exception~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~je~sessionmgmt~api_assembly.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~logging~java~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\sap.com~tc~logging~java~implPerf.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\system\vmc_storage_provider.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\timeout\sap.com~tc~je~timeout~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\cross_api\sap.com~tc~je~cross_api~API.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\core_lib\sap.com~tc~antlr~runtime.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\core_lib\sap.com~tc~bl~config~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\core_lib\sap.com~tc~bl~cpt~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\core_lib\sap.com~tc~bl~jarm~jarm.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\core_lib\sap.com~tc~bl~opensqlkernel~implOpenSQL.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\core_lib\sap.com~tc~bl~opensqlkernel~implOpenSQLPort.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\core_lib\sap.com~tc~dd~db~dictionarydatabase~implDictionaryDatabase.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\core_lib\sap.com~tc~je~bootstrap_core_lib~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\core_lib\sap.com~tc~sec~secstorefs~java~core.jar;D:\usr\sap\CED\J00\exe\mssjdbc\sqljdbc.jar;D:\usr\sap\CED\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\log\sap.com~tc~je~log_api~API.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\mail-activation-iaik\sap.com~tc~je~javamail_lib~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.com~tc~sec~ume~api~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.com~tc~sec~ume~perm~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\security_api\sap.com~tc~je~security_api~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\shell\sap.com~tc~je~shell_api~API.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\cross\sap.com~tc~je~cross~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\visual_administration\sap.com~tc~bl~visual_administration~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\shell\sap.com~tc~je~shell~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\p4\sap.com~tc~je~p4~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\sapxmltoolkit\sap.com~tc~sapxmltoolkit~sapxmltoolkit.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\jts\jts.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~jmx\sap.com~tc~bl~pj_jmx~Impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~mmodel~lib\sap.com~tc~je~mmodel~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\appcontext_api\sap.com~tc~je~appcontext_api~API.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\naming\sap.com~tc~je~naming~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\idl\idl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\resourceset_api\sap.com~tc~bl~resourceset~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\resourcecontext_api\sap.com~tc~bl~resourcecontext~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~bl~txmanager~plb\sap.com~tc~bl~txmanagerimpl~plb~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\transactionext_api\sap.com~tc~bl~transactionext~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\ts\sap.com~tc~je~ts~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\csiv2_api\sap.com~tc~bl~csiv2~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\iiop\sap.com~tc~je~iiop~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\file\sap.com~tc~je~file~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.com~tc~logging~standard~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~bcanalysis\sap.com~tc~je~bcanalysis~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~bl~reference_graph\lib\tc~bl~reference_graph_api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\container_api\sap.com~tc~je~container_api~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\webservices\sap.com~tc~je~webservices_api~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\com.sap.util.monitor.jarm\sap.com~tc~bl~jarmsat~jarmsat.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~i18n~verify~intf\sap.com~tc~i18n~verify~intf~jar~IMPL.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~i18n~cp\sap.com~tc~i18n~cp~jar~IMPL.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~i18n~decfloat\sap.com~tc~i18n~decfloat~jar~IMPL.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~com.sap.conn.jco\sap.com~tc~bl~jco_sapj2ee~runtime.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\com.sap.mw.jco\sap.com~tc~bl~jrfc~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\keystore_api\sap.com~tc~je~keystore_api~API.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\tc~sec~certrevoc~interface\sap.com~tc~sec~certrevoc~interface~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\security.class\sap.com~tc~sec~https~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\security.class\sap.com~tc~sec~compat~core.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\security.class\sap.com~tc~sec~ssf~core.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\security.class\sap.com~tc~sec~jaas~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\security.class\sap.com~tc~sec~saml~toolkit~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\security.class\sap.com~tc~sec~csi~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\security.class\sap.com~tc~sec~util0~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\security.class\sap.com~tc~sec~userstore~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\security.class\sap.com~tc~sec~xmlbind~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\security.class\sap.com~tc~sec~destinations~lib~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\com.sap.guid\sap.com~tc~bl~guidgenerator~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\stax_api\jsr173_1.0_api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\stax_api\sjsxp.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\jaxb20\jaxb-api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\jaxb20\jaxb-xjc.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\jaxb20\jaxb-impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\saaj13\saaj-api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\saaj13\saaj-impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\jaxws_api\jaxws-api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\jws_api\jsr181-api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\javax~annotation~api\annotation-api-1.0.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\compilation_lib\sap.com~tc~bl~compilation~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~bl~base_webservices_lib\sap.com~tc~bl~base_webservices_lib.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~bl~base_webservices_lib\jaxm-api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~bl~base_webservices_lib\jaxrpc-api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~bl~base_webservices_lib\jaxr-api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~bl~base_webservices_lib\jaxws-rt.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~bl~base_webservices_lib\jaxws-tools.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~j2eedescriptors~lib\sap.com~tc~je~j2eedescriptors~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~ejb~metadata~model\lib\sap.com~tc~bl~ejb~metadata~model.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\javax~persistence~api\persistence-api-1.0.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\ejbormapping_api\sap.com~tc~je~ejbormapping_api~API.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~orpersistence~metadata~model\sap.com~tc~bl~orpersistence~metadata~model.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~jlinee~lib\sap.com~tc~jtools~util.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~jlinee~lib\sap.com~tc~jtools~jlin~core.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~jlinee~lib\sap.com~tc~jtools~jlinee~lib.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~jlinee~lib\sap.com~tc~jtools~jlinee~ear.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~jlinee~lib\sap.com~tc~jtools~jlinee~connector.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~jlinee~lib\sap.com~tc~jtools~jlinee~web.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~jlinee~lib\sap.com~tc~jtools~jlinee~ejb.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~jlinee~lib\sap.com~tc~jtools~jlinee~appclient.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~jlinee~lib\sap.com~tc~jtools~jlinee~orpersistence.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\deploy\sap.com~tc~je~deploy~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\jmx_notification\sap.com~tc~je~jmx_notification~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\runtimeinfo\sap.com~tc~je~runtimeinfo~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\jmx\sap.com~tc~je~jmx~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\jmx\sap.com~tc~je~jmx~impl~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\http\sap.com~tc~je~httpserver~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~exprlang~plb\jee5_el.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ec~java~jstl\jstl-1_2.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~injection~lib\lib\private\tc~je~injection.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ec~java~jsf\lib\ec~java~jsf_api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ec~java~jsf\lib\ec~java~jsf~tld.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ec~java~jsf\lib\private\com-sun-commons-beanutils.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ec~java~jsf\lib\private\com-sun-commons-collections.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ec~java~jsf\lib\private\com-sun-commons-digester.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ec~java~jsf\lib\private\com-sun-commons-logging-api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ec~java~jsf\lib\private\ec~java~jsf_core.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~je~jacc~plb\jacc-1_1-fr-class.zip;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\classpath_resolver\sap.com~tc~je~classpath_resolver~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\com.sap.ip.basecomps\sap.com~tc~bl~basecomps~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\sdo\lib\sap.com~sdo.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\sdo\lib\sap.com~sdo~api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\sdo\lib\sap.com~sdo~api~extension.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ejb_api\ejb-3_0-api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\webservices_lib\sap.com~tc~je~webservices_lib~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~i18n~saptimezone\sap.com~tc~i18n~saptimezone~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~i18n~cpbase\sap.com~tc~i18n~cpbase~jar~IMPL.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.com~tc~sec~ume~core~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.com~tc~sec~ume~tpd~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\jms\jms.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\jms\jmsclient.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\com.sap~tc~je~jmsapi\sap.com~tc~je~jmsapi~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\userstore\sap.com~tc~je~userstore~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~SL~utility\sap.com~tc~bl~sl~utility~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\com.sap.exception\sap.com~tc~exception~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc~bl~jarsap~sda\sap.com~tc~bl~jarsap~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\tc~bl~deploy_api\sap.com~tc~bl~deploy~api.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\tc.httpclient\sap.com~tc~clients~http~all.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\tc~sec~destinations~interface\sap.com~tc~sec~destinations~interface_api~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\endpoint_api\sap.com~tc~bl~endpoint~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\connector\sap.com~tc~je~connector~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\antlr\sap.com~tc~antlr~runtime.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\dbpool\sap.com~tc~je~dbpool~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\tc~sec~destinations~provider\sap.com~tc~sec~destinations~provider~java~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\com.sap.security.core.ume.service\sap.com~tc~sec~ume~service~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\sap.com~tc~je~constants~lib\lib\tc~je~constants.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\schemaprocessor~srv\sap.com~tc~je~schemaprocessor.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\tc~je~webcontainer~api\sap.com~tc~je~webcontainer~webcontainer_api_impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\servlet_jsp\sap.com~tc~je~webcontainer~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\objectProfiler\sap.com~tc~bl~objectProfiler~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\tc~je~cachemgmt~srv\sap.com~tc~je~cachemgmt~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\locking\sap.com~tc~je~locking~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\configuration\sap.com~tc~je~configuration~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\basicadmin\sap.com~tc~je~basicadmin~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\basicadmin\jstartupapi.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\basicadmin\jstartupimpl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\adminadapter\sap.com~tc~je~adminadapter~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\security\sap.com~tc~je~security~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\applocking\sap.com~tc~je~applocking~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ejb20\ejb20.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ejbqlparser\sap.com~tc~bl~ejbqlparser~lib.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\ejbqlparser\sap.com~tc~bl~ejbqlparser_3_0~lib.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\sqlmapper\sap.com~tc~bl~ejbsqlmapper~implCommonSQLMapper.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\sqlmapper\sap.com~tc~bl~ejbsqlmapper~implSQLMapperAPI.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\interfaces\ejbmonitor_api\sap.com~tc~bl~ejbmonitor~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\services\ejb\sap.com~tc~je~ejb~impl.jar;D:\usr\sap\CED\J00\j2ee\cluster\bin\ext\orpersistence_client_lib\lib\orpersistence_client_lib_api.jar;D:\usr\sap\CED\J00\j2ee\cluster\apps\sap.com\EmployeeEar\orpersistence\jars\EmployeeEjb.jar;D:\usr\sap\CED\J00\j2ee\cluster\apps\sap.com\EmployeeEar\EJBContainer\applicationjars\EmployeeEjb.jar;D:\usr\sap\CED\J00\j2ee\cluster\apps\sap.com\EmployeeEar\servlet_jsp\EmployeeWeb\work;;" -nowarn -g ["D:\usr\sap\CED\J00\j2ee\cluster\apps\sap.com\EmployeeEar\servlet_jsp\EmployeeWeb\work\JEE_jsp_index_8832250_1231538390011_1231538444324.java"]
    Error stream contains:"D:\usr\sap\CED\J00\j2ee\cluster\apps\sap.com\EmployeeEar\servlet_jsp\EmployeeWeb\work\JEE_jsp_index_8832250_1231538390011_1231538444324.java:16: 'class' or 'interface' expected
    import javax.servlet.*;
    ^
    D:\usr\sap\CED\J00\j2ee\cluster\apps\sap.com\EmployeeEar\servlet_jsp\EmployeeWeb\work\JEE_jsp_index_8832250_1231538390011_1231538444324.java:17: 'class' or 'interface' expected
    import javax.servlet.http.*;
    ^
    D:\usr\sap\CED\J00\j2ee\cluster\apps\sap.com\EmployeeEar\servlet_jsp\EmployeeWeb\work\JEE_jsp_index_8832250_1231538390011_1231538444324.java:18: 'class' or 'interface' expected
    import javax.servlet.jsp.*;
    ^
    3 errors
    "].005056841108002A00000070000007AC0139C8D8862D3EED Date: 2009-01-09 Time: 23:00:45:042 Category: /System/Server/WebRequests Location: com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl Application: sap.com/EmployeeEar Thread: HTTP Worker [4] Data Source: j2ee\cluster\server0\log\system\server_00.log Correlator ID: 88322500000038637 Argument Objects: Arguments: DSR Component: n.a. DSR Transaction: 10c493a0de9311dd9631005056841108 DSR User: Message Code: Session: 979 Transaction: User: Guest Host: IMGNWCED System: CED Instance: J00 Node: server0
    As you can see there is some compilation error, it says 3 times "'class' or 'interface' expected". If i remove all the relevant EJB java code from my index.jsp everything works fine. So I guess there must be some problem with finding the resources. Unfortunately this "logging" is not helpful at all (thank you SAP!). In NWDS everything is fine no problems at all!!!
    Who can help me here with this?
    Thanks in Advance

    I have found the issue.
    in the index.jsp I have the following lines:
    <!-- Import Statements -->
    <%@ page import="javax.naming.InitialContext" %>
    <%@ page import="com.sap.demo.session.EmployeeServicesLocal;" %>
    Now check the end of the second import ==> ;
    Removing the semicolon solves the issue. But the SAP error message is still not very helpful to me.

  • Error executing Webservice for Process Start via Web Dynpro

    Hi Community,
    I have a strange issue when executing a webservice that starts a process using web Dynpro. I have configured, the Service Group, the Communication profile.
    When I try to execute the Service via Web Dynpro, I get the following exception which is in my opinion fully missleading and does not make sense to me. As the Authentication Profile and the Communication profile allow the same Authentication Methods.
    com.sap.esi.esp.lib.mm.config.exceptions.TechnicalException: Failed to create Logical Port for Service Reference with id [YourID here].
    Reason for the failure is that no one of the following Authentication Methods [None], [SAP Logon Ticket], or [SAML Assertion] is allowed in the related Communication Profile.
    Such an Authentication Method is needed as the Authenticaton Profile is [businessOrTechnicalUser] and no User Account is assigned, so the Authenticaton Profile is considered to be noAuthentication or businessUser.
    Related Communication Profile is [SAP_DEFAULT_PROFILE 1] and it allows Authentication Method(s) [User Name/Password (Basic), X.509 Client Certificate, SAP Logon Ticket, SAML Assertion, X.509 Certificate Doc.Auth., User Name/Password Doc.Auth.]
    Thanks for your support.
    Best Regards Nicolas

    Hi Nicolas,
    make sure you have
    - assigned a communication profile (with no- or basic authentication) to the provided service
    - created a provider system with a similar profile
    - assigned the provider system to the (consumer) service group
    For a full guide on service configuration please check this article:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40dabb46-dd66-2b10-1a9a-81aa620098b3
    Best Regards,
    Christian

  • Can PeopleSoft act as a Identity Provider for Federation?

    Hi All,
    We would like to know about a trust federation (SSO) with PeopleSoft and following is my question:
    Can we use PeopleSoft as a Identity Provider for Federation Scenarios? we would like to onboard PeopleSoft as a Identity Provider for Microsoft ADFS v2, in this regard we want to know whether PeopleSoft expose a FederationMetadata.XML to any Federation Service providers that are there in exisisting market...?
    ADFS : Active Directory Federation Services
    Thanks & Regards,
    VDeevi.

    As of SAP IdM 7.20 (which runs as a component on the SAP Java Application Server) SAML 2.0 as identity provider is supported.
    So it is not just any SAP J2EE system (e.g. EP) and also not all releases.
    I was also disappointed by this
    Cheers,
    Julius

  • How to execute a method used in Model

    Hello Guys,
    I want to know that how to retrieve the data from the Model used in my webdynpro project.
    scenario
    - I have created CAF appliation with Customer BO and generated this BO as a service called findAllCustomer. This service is tested and working.
    - I have made a webdynpro project and created a Model by using WSDL link
    - I have then referenced the Model nodes to the context of the component controller
    - I have then generated a table by using template on view controller (list of customer)
    question: how do I invoke the the method to fill the table of customers??
    Regards,
    NK

    hello guys,
    Thanks for the reply.
    I have implemented the code what you guys have sent to me. I have implented this code on a Method of the component controller. Then I call that method on the button event of the view controller.
    when i press the button, I got the error message.
    Do you guys know where to set the authentication for this service?
    com.sap.esi.esp.lib.mm.config.exceptions.TechnicalException: Failed to create Logical Port for Service Reference with id [CustomerBO_new_undefined_sg_1_BASIC]. Reason for the failure is that no one of the following Authentication Methods [None], [SAP Logon Ticket], or [SAML Assertion] is allowed in the related Communication Profile. Such an Authentication Method is needed as the Authenticaton Profile is [businessOrTechnicalUser] and no User Account is assigned, so the Authenticaton Profile is considered to be noAuthentication or businessUser. Related Communication Profile is [SAP_DEFAULT_PROFILE 1] and it allows Authentication Method(s) [User Name/Password (Basic), X.509 Client Certificate, SAP Logon Ticket, SAML Assertion, X.509 Certificate Doc.Auth., User Name/Password Doc.Auth.]
        at com.sap.esi.esp.service.server.RuntimeConfigGeneratorImpl.createLogicalPortForServiceReference(RuntimeConfigGeneratorImpl.java:421)
        at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImplSoa.selectServiceEndpoint(DestinationsHelperImplSoa.java:1020)
        at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImplSoa.getWSDLUrl(DestinationsHelperImplSoa.java:996)
        at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.getWSDLUrl(GenericServiceFactory.java:582)
        at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:338)
        ... 85 more
    Regards,
    Naeem

  • JDI Deployment error

    Hello,
    during installation of the JDI (deploying the 3 packeges; JDI BUILD TOOL, JDI and JDI OFFLINE), i get an error message with this SC "tc.CBS.Appl Component":
    Starting Deployment of tc.CBS.Appl
    Aborted: development component 'tc.CBS.Appl'/'sap.com'/'SAP AG'/'6.4009.00.0000.20041214204507.0000':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/tc.CBS.Appl.. Reason: Exception during generation of components of application sap.com/tc.CBS.Appl in container EJBContainer.; nested exception is:      com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/tc.CBS.Appl in container EJBContainer.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment of tc.CBS.Appl finished with Error (Duration 3500 ms)
    Anyone has an idea whats wrong?
    Message was edited by: Markus Klein

    Hello Helmut,
    yes im running the WAS 6.40 SP9. The following SC are installed:
    sap.com        SAP-JEE        6.40 SP9 (1000.6.40.9.0.20041119045409)        SAP AG        20041122132741
    sap.com      SAP-JEECOR      6.40 SP9 (1000.6.40.9.0.20041119045253)      SAP AG      20041122132733
    sap.com      SAP_BUILDT      6.40 SP9 (1000.6.40.9.0.20041007054213)      SAP AG      20050513170658
    sap.com      SAP_JTECHF      6.40 SP9 (1000.6.40.9.0.20041119045516)      SAP AG      20041122132734
    sap.com      SAP_JTECHS      6.40 SP9 (1000.6.40.9.0.20041119045630)      SAP AG      20041122132741
    sap.com      SAPDEVINFF      6.40 SP9 (1000.6.40.9.0.20040927110949)      SAP AG      20050513170617
    You see, even 2 of the 3 parts of the JDI are already installed, just the SAPDEVINF (SAPDEVINF09_0-20000267.SCA) which containes the CBS.Appl DC is missing. Maybe i need to install something else, before i can install the JDI? Does the JDI require something?
    Regards,
    Markus
    All installed DCs:
    sap.com        com.sap.engine.client        null (6.4009.00.0000.20041117092012.0000)        SAP AG        20050511155439        null/null
    sap.com      com.sap.engine.configtool      null (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155452      null/null
    sap.com      com.sap.engine.deploytool      null (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155455      null/null
    sap.com      com.sap.engine.jddischema      null (6.4009.00.0000.20041026125846.0000)      SAP AG      20050511155450      null/null
    sap.com      com.sap.jms.jddi.schema      null (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155448      null/null
    sap.com      com.sap.mw.jco      null (6.4009.00.0000.20041026130530.0000)      SAP AG      20050511155441      null/null
    sap.com      com.sap.security.dbschema      null (6.4009.00.0000.20041115123517.0000)      SAP AG      20050511155453      null/null
    sap.com      IAIKSecurityFS      null (0.3.1.6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155444      null/null
    sap.com      tc/sapinst/fs      null (6.4009.00.0000.20041029135241.0000)      SAP AG      20050511155442      null/null
    sap.com      tc/TechSrv/XML_DAS_Schema      null (6.4009.00.0000.20041026132059.0000)      SAP AG      20050511155445      null/null
    sap.com      tc/template_config_tool      null (6.4009.00.0000.20040909193916.0000)      SAP AG      20050511155452      null/null
    sap.com      tc/wd/eptests      null (6.4009.00.0000.20041026133534.0000)      SAP AG      20050511155450      null/null
    sap.com      tc/monitoring/logviewer-standalone      6.40 (6.4009.00.0000.20041026130501.0000)      SAP AG      20050511155439      sap.com/JLOGVIEW
    sap.com      com.sap.engine.deploy.online      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155445      sap.com/SAP-JEE
    sap.com      com.sap.engine.lib.add_ejb      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155452      sap.com/SAP-JEE
    sap.com      com.sap.engine.visualadmin      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155453      sap.com/SAP-JEE
    sap.com      com.sap.security.core.ume.service      6.40 (6.4009.00.0000.20041115123517.0000)      SAP AG      20050511155440      sap.com/SAP-JEE
    sap.com      dsr      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155447      sap.com/SAP-JEE
    sap.com      dsr_ejbcontext_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155453      sap.com/SAP-JEE
    sap.com      ejbormapping_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155437      sap.com/SAP-JEE
    sap.com      httptunneling      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155454      sap.com/SAP-JEE
    sap.com      javamail      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155451      sap.com/SAP-JEE
    sap.com      jms_provider      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155447      sap.com/SAP-JEE
    sap.com      rfcengine      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155454      sap.com/SAP-JEE
    sap.com      runtimeinfo      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155449      sap.com/SAP-JEE
    sap.com      tc/sec/destinations/interface      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155440      sap.com/SAP-JEE
    sap.com      tc/sec/destinations/service      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155453      sap.com/SAP-JEE
    sap.com      tc/sec/saml/service      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155441      sap.com/SAP-JEE
    sap.com      tc/sec/securestorage/service      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155454      sap.com/SAP-JEE
    sap.com      tc/sec/vsi/interface      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155451      sap.com/SAP-JEE
    sap.com      tc/sec/vsi/service      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155454      sap.com/SAP-JEE
    sap.com      tc/sec/wssec/service      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155443      sap.com/SAP-JEE
    sap.com      webservices      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155437      sap.com/SAP-JEE
    sap.com      webservices_lib      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155443      sap.com/SAP-JEE
    sap.com      activation      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155440      sap.com/SAP-JEECOR
    sap.com      adminadapter      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155440      sap.com/SAP-JEECOR
    sap.com      antlr      6.40 (6.4009.00.0000.20040909192816.0000)      SAP AG      20050511155437      sap.com/SAP-JEECOR
    sap.com      appclient      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155451      sap.com/SAP-JEECOR
    sap.com      appcontext_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155454      sap.com/SAP-JEECOR
    sap.com      applocking      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155446      sap.com/SAP-JEECOR
    sap.com      apptracing      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155443      sap.com/SAP-JEECOR
    sap.com      basicadmin      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155450      sap.com/SAP-JEECOR
    sap.com      bootstrap.sda      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155447      sap.com/SAP-JEECOR
    sap.com      classload      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155443      sap.com/SAP-JEECOR
    sap.com      com.sap.engine.lib.monitoringtree      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155454      sap.com/SAP-JEECOR
    sap.com      com.sap.exception      6.40 (6.4009.00.0000.20040909192904.0000)      SAP AG      20050511155444      sap.com/SAP-JEECOR
    sap.com      com.sap.ip.basecomps      6.40 (602.0.20041026125013.0000)      SAP AG      20050511155439      sap.com/SAP-JEECOR
    sap.com      com.sap.security.api.sda      6.40 (6.4009.00.0000.20041115123517.0000)      SAP AG      20050511155441      sap.com/SAP-JEECOR
    sap.com      com.sap.security.core.sda      6.40 (6.4009.00.0000.20041115123517.0000)      SAP AG      20050511155441      sap.com/SAP-JEECOR
    sap.com      com.sap.tc.Logging      6.40 (6.4009.00.0000.20041026125042.0000)      SAP AG      20050511155442      sap.com/SAP-JEECOR
    sap.com      com.sap.util.monitor.jarm      6.40 (6.4009.00.0000.20040909193022.0000)      SAP AG      20050511155442      sap.com/SAP-JEECOR
    sap.com      configuration      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155452      sap.com/SAP-JEECOR
    sap.com      connector      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155453      sap.com/SAP-JEECOR
    sap.com      container_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155449      sap.com/SAP-JEECOR
    sap.com      cross      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155454      sap.com/SAP-JEECOR
    sap.com      cross_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155452      sap.com/SAP-JEECOR
    sap.com      csiv2_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155449      sap.com/SAP-JEECOR
    sap.com      dbpool      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155454      sap.com/SAP-JEECOR
    sap.com      deploy      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155452      sap.com/SAP-JEECOR
    sap.com      ejb      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155452      sap.com/SAP-JEECOR
    sap.com      ejb20      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155446      sap.com/SAP-JEECOR
    sap.com      ejbcomponent_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155453      sap.com/SAP-JEECOR
    sap.com      ejblocking_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155447      sap.com/SAP-JEECOR
    sap.com      ejbmonitor_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155451      sap.com/SAP-JEECOR
    sap.com      ejbql      6.40 (6.4009.00.0000.20041118154434.0000)      SAP AG      20050511155451      sap.com/SAP-JEECOR
    sap.com      ejbserialization_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155449      sap.com/SAP-JEECOR
    sap.com      endpoint_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155440      sap.com/SAP-JEECOR
    sap.com      failover      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155447      sap.com/SAP-JEECOR
    sap.com      file      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155441      sap.com/SAP-JEECOR
    sap.com      http      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155445      sap.com/SAP-JEECOR
    sap.com      IAIKSecurity      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155445      sap.com/SAP-JEECOR
    sap.com      idl      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155446      sap.com/SAP-JEECOR
    sap.com      iiop      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155445      sap.com/SAP-JEECOR
    sap.com      j2eeca      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155438      sap.com/SAP-JEECOR
    sap.com      J2EEStandard      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155448      sap.com/SAP-JEECOR
    sap.com      jcert      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155448      sap.com/SAP-JEECOR
    sap.com      jddi      6.40 (6.4009.00.0000.20041118160109.0000)      SAP AG      20050511155452      sap.com/SAP-JEECOR
    sap.com      jms      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155441      sap.com/SAP-JEECOR
    sap.com      jmsconnector      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155451      sap.com/SAP-JEECOR
    sap.com      jmx      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155446      sap.com/SAP-JEECOR
    sap.com      jmx_notification      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155448      sap.com/SAP-JEECOR
    sap.com      jnet      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155449      sap.com/SAP-JEECOR
    sap.com      jsse      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155454      sap.com/SAP-JEECOR
    sap.com      jts      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155452      sap.com/SAP-JEECOR
    sap.com      kernel.sda      6.40 (6.4009.00.0000.20041026125846.0000)      SAP AG      20050511155438      sap.com/SAP-JEECOR
    sap.com      keystore      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155451      sap.com/SAP-JEECOR
    sap.com      keystore_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155453      sap.com/SAP-JEECOR
    sap.com      licensing      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155440      sap.com/SAP-JEECOR
    sap.com      locking      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155452      sap.com/SAP-JEECOR
    sap.com      log_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155444      sap.com/SAP-JEECOR
    sap.com      log_configurator      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155445      sap.com/SAP-JEECOR
    sap.com      mail      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155447      sap.com/SAP-JEECOR
    sap.com      memory      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155445      sap.com/SAP-JEECOR
    sap.com      monitor      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155441      sap.com/SAP-JEECOR
    sap.com      msp      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155449      sap.com/SAP-JEECOR
    sap.com      naming      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155442      sap.com/SAP-JEECOR
    sap.com      naming_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155446      sap.com/SAP-JEECOR
    sap.com      opensql      6.40 (6.4009.00.0000.20041118154434.0000)      SAP AG      20050511155451      sap.com/SAP-JEECOR
    sap.com      opensqlapi      6.40 (6.4009.00.0000.20041118154434.0000)      SAP AG      20050511155452      sap.com/SAP-JEECOR
    sap.com      opensqlkernel      6.40 (6.4009.00.0000.20041118154434.0000)      SAP AG      20050511155454      sap.com/SAP-JEECOR
    sap.com      p4      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155450      sap.com/SAP-JEECOR
    sap.com      r3startup      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155447      sap.com/SAP-JEECOR
    sap.com      resourcecontext_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155454      sap.com/SAP-JEECOR
    sap.com      resourceset_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155442      sap.com/SAP-JEECOR
    sap.com      sapxmltoolkit      6.40 (6.4009.00.0000.20041026125900.0000)      SAP AG      20050511155448      sap.com/SAP-JEECOR
    sap.com      security      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155442      sap.com/SAP-JEECOR
    sap.com      security.class      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155448      sap.com/SAP-JEECOR
    sap.com      security_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155447      sap.com/SAP-JEECOR
    sap.com      servlet      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155448      sap.com/SAP-JEECOR
    sap.com      servlet_jsp      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155440      sap.com/SAP-JEECOR
    sap.com      sessionfailover_jddschema      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155437      sap.com/SAP-JEECOR
    sap.com      shell      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155449      sap.com/SAP-JEECOR
    sap.com      shell_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155441      sap.com/SAP-JEECOR
    sap.com      sqlmap      6.40 (6.4009.00.0000.20041118154434.0000)      SAP AG      20050511155437      sap.com/SAP-JEECOR
    sap.com      ssl      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155445      sap.com/SAP-JEECOR
    sap.com      tc/jmx      6.40 (6.4009.00.0000.20040909192908.0000)      SAP AG      20050511155438      sap.com/SAP-JEECOR
    sap.com      tc/logging      6.40 (6.4009.00.0000.20041026125042.0000)      SAP AG      20050511155448      sap.com/SAP-JEECOR
    sap.com      tc/monitoring/api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155441      sap.com/SAP-JEECOR
    sap.com      tc/ni      6.40 (6.4009.00.0000.20040909193015.0000)      SAP AG      20050511155442      sap.com/SAP-JEECOR
    sap.com      tc/sec/secstorefs      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155442      sap.com/SAP-JEECOR
    sap.com      tc/sec/ssl      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155445      sap.com/SAP-JEECOR
    sap.com      tc/SL/UTIL      6.40 (6.4009.00.0000.20040909192706.0000)      SAP AG      20050511155442      sap.com/SAP-JEECOR
    sap.com      tc/SL/UTIL_JDD      6.40 (6.4009.00.0000.20040909192706.0000)      SAP AG      20050511155451      sap.com/SAP-JEECOR
    sap.com      telnet      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155446      sap.com/SAP-JEECOR
    sap.com      timeout      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155447      sap.com/SAP-JEECOR
    sap.com      transactionext_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155443      sap.com/SAP-JEECOR
    sap.com      ts      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155446      sap.com/SAP-JEECOR
    sap.com      userstore      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155454      sap.com/SAP-JEECOR
    sap.com      visual_administration_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155438      sap.com/SAP-JEECOR
    sap.com      webservices_api      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155441      sap.com/SAP-JEECOR
    sap.com      tc/cbs/cbsbuildplugins      6.40 (6.40009.00.0000.20041007054040.0000)      SAP AG      20050513170655      sap.com/SAP_BUILDT
    sap.com      tc/dtr/dbschema      null (20041022043707)      SAP 630_VAL_REL      20050513174738      sap.com/SAP_DEVINF
    sap.com      tc/SL/CMS/PCS/DBSchema      6.40 (6.4009.00.0000.20041214160159.0000)      SAP AG      20050513171931      sap.com/SAP_DEVINF
    sap.com      classpath_resolver      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155438      sap.com/SAP_JTECHF
    sap.com      com.sap.guid      6.40 (6.4009.00.0000.20040909192824.0000)      SAP AG      20050511155450      sap.com/SAP_JTECHF
    sap.com      com.sap.km.trex.client      6.40 (6.4009.00.0000.20041026134029.0000)      SAP AG      20050511155440      sap.com/SAP_JTECHF
    sap.com      com.sap.km.trex.service      6.40 (6.4009.00.0000.20041026134038.0000)      SAP AG      20050511155450      sap.com/SAP_JTECHF
    sap.com      com.sap.lcr.api.cimclient      6.40 (6.4009.00.0000.20041026131921.0000)      SAP AG      20050511155444      sap.com/SAP_JTECHF
    sap.com      com.sap.mdi      6.40 (6.4009.00.0000.20040909192930.0000)      SAP AG      20050511155442      sap.com/SAP_JTECHF
    sap.com      com.sap.mona.api      6.40 (6.4009.00.0000.20041117171029.0000)      SAP AG      20050511155452      sap.com/SAP_JTECHF
    sap.com      com.sap.pmi.j2ee      6.40 (6.4009.00.0000.20040909192936.0000)      SAP AG      20050511155451      sap.com/SAP_JTECHF
    sap.com      compilation_lib      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155454      sap.com/SAP_JTECHF
    sap.com      sapjra      6.40 (6.4009.00.0000.20041026130519.0000)      SAP AG      20050511155447      sap.com/SAP_JTECHF
    sap.com      tc.httpclient      6.40 (6.4009.00.0000.20041118203351.0000)      SAP AG      20050511155441      sap.com/SAP_JTECHF
    sap.com      tc/CBS/ComponentLibrary      6.40 (6.4009.00.0000.20041118204411.0000)      SAP AG      20050511155444      sap.com/SAP_JTECHF
    sap.com      tc/cmi      6.40 (6.4009.00.0000.20041026131552.0000)      SAP AG      20050511155443      sap.com/SAP_JTECHF
    sap.com      tc/col/api      6.40 (6.4009.00.0000.20040909194006.0000)      SAP AG      20050511155437      sap.com/SAP_JTECHF
    sap.com      tc/col/runtime      6.40 (6.4009.00.0000.20040909194006.0000)      SAP AG      20050511155449      sap.com/SAP_JTECHF
    sap.com      tc/ddic/ddicruntime      6.40 (6.4009.00.0000.20041026131658.0000)      SAP AG      20050511155450      sap.com/SAP_JTECHF
    sap.com      tc/ddic/ddicservices      6.40 (6.4009.00.0000.20040909194039.0000)      SAP AG      20050511155440      sap.com/SAP_JTECHF
    sap.com      tc/dtr.client/vfs-adl      6.40 (6.4009.00.0000.20041118204221.0000)      SAP AG      20050511155450      sap.com/SAP_JTECHF
    sap.com      tc/eCATTPing/service      6.40 (6.4009.00.0000.20040909192911.0000)      SAP AG      20050511155441      sap.com/SAP_JTECHF
    sap.com      tc/graphics/igs      6.40 (6.4009.00.0000.20040909194924.0000)      SAP AG      20050511155438      sap.com/SAP_JTECHF
    sap.com      tc/i18n/cp      6.40 (6.4009.00.0000.20040909192917.0000)      SAP AG      20050511155440      sap.com/SAP_JTECHF
    sap.com      tc/i18n/s2x      6.40 (6.4009.00.0000.20040909192840.0000)      SAP AG      20050511155442      sap.com/SAP_JTECHF
    sap.com      tc/monitoring/logviewer      6.40 (6.4009.00.0000.20041026130501.0000)      SAP AG      20050511155454      sap.com/SAP_JTECHF
    sap.com      tc/sld/dp/j2ee      6.40 (6.4009.00.0000.20041026131921.0000)      SAP AG      20050511155451      sap.com/SAP_JTECHF
    sap.com      tc/TechSrv/XML_DAS_Init      6.40 (6.4009.00.0000.20041026132059.0000)      SAP AG      20050511155438      sap.com/SAP_JTECHF
    sap.com      tc/wd/pdflib      6.40 (6.4009.00.0000.20041104173322.0000)      SAP AG      20050511155454      sap.com/SAP_JTECHF
    sap.com      tc/wd/rrddic      6.40 (6.4009.00.0000.20041104173322.0000)      SAP AG      20050511155446      sap.com/SAP_JTECHF
    sap.com      tc/wd/webdynpro      6.40 (6.4009.00.0000.20041104173322.0000)      SAP AG      20050511155445      sap.com/SAP_JTECHF
    sap.com      com.sap.aii.ibtranslationclient      6.40 (6.4009.00.0000.20041026132045.0000)      SAP AG      20050511155446      sap.com/SAP_JTECHS
    sap.com      com.sap.aii.ibtransportclient      6.40 (6.4009.00.0000.20041026132045.0000)      SAP AG      20050511155440      sap.com/SAP_JTECHS
    sap.com      com.sap.aii.proxy.framework      6.40 (6.4009.00.0000.20041026132045.0000)      SAP AG      20050511155449      sap.com/SAP_JTECHS
    sap.com      com.sap.aii.util.misc      6.40 (6.4009.00.0000.20041026132045.0000)      SAP AG      20050511155453      sap.com/SAP_JTECHS
    sap.com      com.sap.aii.util.rb      6.40 (6.4009.00.0000.20041026132045.0000)      SAP AG      20050511155437      sap.com/SAP_JTECHS
    sap.com      com.sap.aii.util.xml      6.40 (6.4009.00.0000.20041026132045.0000)      SAP AG      20050511155445      sap.com/SAP_JTECHS
    sap.com      com.sap.engine.class.download      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155453      sap.com/SAP_JTECHS
    sap.com      com.sap.engine.customizing.ccms      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155442      sap.com/SAP_JTECHS
    sap.com      com.sap.engine.docs.examples      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155453      sap.com/SAP_JTECHS
    sap.com      com.sap.engine.heartbeat      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155446      sap.com/SAP_JTECHS
    sap.com      com.sap.engine.services.webservices.tool      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155446      sap.com/SAP_JTECHS
    sap.com      com.sap.ip.me.insttool      6.40 (6.4009.00.0000.20041026125026.0000)      SAP AG      20050511155445      sap.com/SAP_JTECHS
    sap.com      com.sap.ip.me.webconsole      6.40 (6.4009.00.0000.20041026130417.0000)      SAP AG      20050511155445      sap.com/SAP_JTECHS
    sap.com      com.sap.jdo      6.40 (6.4009.00.0000.20041026132249.0000)      SAP AG      20050511155444      sap.com/SAP_JTECHS
    sap.com      com.sap.lcr      6.40 (6.4009.00.0000.20041026131921.0000)      SAP AG      20050511155452      sap.com/SAP_JTECHS
    sap.com      com.sap.lcr.jddschema      6.40 (6.4009.00.0000.20041026131921.0000)      SAP AG      20050511155444      sap.com/SAP_JTECHS
    sap.com      com.sap.lcr.namealloc      6.40 (6.4009.00.0000.20041026131921.0000)      SAP AG      20050511155438      sap.com/SAP_JTECHS
    sap.com      com.sap.lcr.saprfc      6.40 (6.4009.00.0000.20041026131921.0000)      SAP AG      20050511155437      sap.com/SAP_JTECHS
    sap.com      com.sap.lcrabapapi      6.40 (6.4009.00.0000.20040609124914.0000)      SAP AG      20050511155450      sap.com/SAP_JTECHS
    sap.com      com.sap.mobile.clientinfo      6.40 (6.4009.00.0000.20040429131418.0000)      SAP AG      20050511155449      sap.com/SAP_JTECHS
    sap.com      com.sap.pmi.adm      6.40 (6.4009.00.0000.20040909192936.0000)      SAP AG      20050511155453      sap.com/SAP_JTECHS
    sap.com      com.sap.rprof.dbprofiles      6.40 (6.4009.00.0000.20040805185603.0000)      SAP AG      20050511155455      sap.com/SAP_JTECHS
    sap.com      com.sap.rprof.jddschema      6.40 (6.4009.00.0000.20040805185603.0000)      SAP AG      20050511155446      sap.com/SAP_JTECHS
    sap.com      com.sap.rprof.remoteProfile      6.40 (6.4009.00.0000.20040805185603.0000)      SAP AG      20050511155442      sap.com/SAP_JTECHS
    sap.com      com.sap.security.core.admin      6.40 (6.4009.00.0000.20041115123517.0000)      SAP AG      20050511155446      sap.com/SAP_JTECHS
    sap.com      com.sap.util.monitor.grmg      6.40 (6.4009.00.0000.20040909193019.0000)      SAP AG      20050511155437      sap.com/SAP_JTECHS
    sap.com      com.sap.util.monitor.jarm.ccms      6.40 (6.4009.00.0000.20040909193022.0000)      SAP AG      20050511155444      sap.com/SAP_JTECHS
    sap.com      com.sap.util.monitor.jarm.j2ee      6.40 (6.4009.00.0000.20040909193022.0000)      SAP AG      20050511155453      sap.com/SAP_JTECHS
    sap.com      com.sapmarkets.mesyncjco      6.40 (6.4009.00.0000.20041026125838.0000)      SAP AG      20050511155447      sap.com/SAP_JTECHS
    sap.com      com.sapportals.htmlb      6.40 (6.4009.00.0000.20041026134534.0000)      SAP AG      20050511155448      sap.com/SAP_JTECHS
    sap.com      com.sapportals.htmlb.ear      6.40 (6.4009.00.0000.20041026134534.0000)      SAP AG      20050511155450      sap.com/SAP_JTECHS
    sap.com      SQLTrace      6.40 (6.4009.00.0000.20041118154434.0000)      SAP AG      20050511155447      sap.com/SAP_JTECHS
    sap.com      synclog      6.40 (6.4009.00.0000.20041118154434.0000)      SAP AG      20050511155448      sap.com/SAP_JTECHS
    sap.com      tc/bcb/api      6.40 (6.4009.00.0000.20041026132123.0000)      SAP AG      20050511155452      sap.com/SAP_JTECHS
    sap.com      tc/bcb/ici      6.40 (6.4009.00.0000.20041026132123.0000)      SAP AG      20050511155448      sap.com/SAP_JTECHS
    sap.com      tc/conn/connectorframework      6.40 (6.4009.00.0000.20041026130558.0000)      SAP AG      20050511155445      sap.com/SAP_JTECHS
    sap.com      tc/eCATTPing      6.40 (6.4009.00.0000.20040909192911.0000)      SAP AG      20050511155451      sap.com/SAP_JTECHS
    sap.com      tc/monitoring/systeminfo      6.40 (6.4009.00.0000.20041117092012.0000)      SAP AG      20050511155449      sap.com/SAP_JTECHS
    sap.com      tc/sec/app      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155450      sap.com/SAP_JTECHS
    sap.com      tc/sec/vsi/app      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155439      sap.com/SAP_JTECHS
    sap.com      tc/sec/wssec/app      6.40 (6.4009.00.0000.20041026125508.0000)      SAP AG      20050511155448      sap.com/SAP_JTECHS
    sap.com      tc/SL/CMS/IDEClient      6.40 (6.4009.00.0000.20041115161058.0000)      SAP AG      20050511155440      sap.com/SAP_JTECHS
    sap.com      tc/SL/CMS/Util      6.40 (6.4009.00.0000.20041115161058.0000)      SAP AG      20050511155449      sap.com/SAP_JTECHS
    sap.com      tc/sld/data      6.40 (6.4009.00.0000.20041026131921.0000)      SAP AG      20050511155438      sap.com/SAP_JTECHS
    sap.com      tc/TechSrv/XML_DAS      6.40 (6.4009.00.0000.20041026132059.0000)      SAP AG      20050511155455      sap.com/SAP_JTECHS
    sap.com      tc/TechSrv/XML_DAS_Connector      6.40 (6.4009.00.0000.20041026130543.0000)      SAP AG      20050511155453      sap.com/SAP_JTECHS
    sap.com      tc/TechSrv/xml_das_connector_init      6.40 (6.4009.00.0000.20041026130543.0000)      SAP AG      20050511155447      sap.com/SAP_JTECHS
    sap.com      tc/TechSrv/XML_DAS_Connector_Schema      6.40 (6.4009.00.0000.20041026130543.0000)      SAP AG      20050511155453      sap.com/SAP_JTECHS
    sap.com      tc/uddi      6.40 (6.4009.00.0000.20040909192939.0000)      SAP AG      20050511155449      sap.com/SAP_JTECHS
    sap.com      tc/uddi/dbschema      6.40 (6.4009.00.0000.20040909192939.0000)      SAP AG      20050511155448      sap.com/SAP_JTECHS
    sap.com      tc/wd/corecomp      6.40 (6.4009.00.0000.20041026132957.0000)      SAP AG      20050511155450      sap.com/SAP_JTECHS
    sap.com      tc/wd/dispwda      6.40 (6.4009.00.0000.20041104173322.0000)      SAP AG      20050511155448      sap.com/SAP_JTECHS
    sap.com      tc/wd/pdfobject      6.40 (6.4009.00.0000.20041104173322.0000)      SAP AG      20050511155440      sap.com/SAP_JTECHS
    sap.com      tc/wd/pdfsvrchal      6.40 (6.4009.00.0000.20041026132957.0000)      SAP AG      20050511155441      sap.com/SAP_JTECHS
    sap.com      tc/wd/tools      6.40 (6.4009.00.0000.20041026132957.0000)      SAP AG      20050511155453      sap.com/SAP_JTECHS
    sap.com      tc/workflowmodeler      6.40 (6.4009.00.0000.20041026133938.0000)      SAP AG      20050511155451      sap.com/SAP_JTECHS
    sap.com      tc.CBS.API      6.40 (6.4009.00.0000.20040926205330.0000)      SAP AG      20050513170553      sap.com/SAPDEVINFF
    sap.com      tc.CBS.CommonPart      6.40 (6.4009.00.0000.20040926205416.0000)      SAP AG      20050513170612      sap.com/SAPDEVINFF
    sap.com      tc.CBS.DBDefs      6.40 (6.4009.00.0000.20040926205416.0000)      SAP AG      20050513170609      sap.com/SAPDEVINFF
    sap.com      tc.CBS.Service      6.40 (6.4009.00.0000.20040926205416.0000)      SAP AG      20050513170615      sap.com/SAPDEVINFF

  • Need help on SAP SSO with SAML & SSO2

    Dear expert,
    We met an SSO issue on launchpad.
    Here is our scenario and SSO structure. We use fiori launchpad to display all SAP apps.
    1. When  an user visit launchpad URL, URL will redirect user to identity provider (IDP) for SAML authentication.
    2. Then IDP authenticate with SAML2.0 token back to gateway.
    3. Gateway accept the SAML2.0 token and issue SSO2 logon ticket.
    4. Use logon ticket to backend ABAP ERP system for transaction apps.
    5. Use logon ticket to HANA system for factsheet.
    Now the first step above is OK as SAML token can be authenticated back to gateway. But after that, the basic form authentication pop-up for user credential on both backend system and HANA, which should not. We found out that launchpad was stucked with error message "/sap/es/ina/GetServerInfo HTTP/1.1 401 Unauthorized" at ERP backend service "GetServerInfo". By checking the cookies, we found out that after SAML token accepted by gateway, gateway did not issue any MYSAPSSO2 ticket.
    However, when we disabled SAML and use form authentication for launchpad, SSO2 logon ticket works perfectly among GW, ERP and HANA.  So, there should be no issue configuration regarding SSO2 logon ticket in SAP GUI.
    here is the system information:
    GW: NW740 SP5
    ERP: ECC6 on NW740 SP5
    HANA: v70
    Please kindly help us out on this issue. Please ask if other information is needed. thanks.
    Best regards,
    Xian' an

    This discussion thread belongs to the SAP Gateway space. For generic SSO related queries where portal is not involved the correct space is SAP NetWeaver Application Server. This space is for NetWeaver Single Sign-On (NWSSO, the separately purchasable product) topics only.

  • SAML 1.1 - Possible to configure NetWeaver Server to allow SSO to Non-SAP ?

    We have NetWeaver 7 and would like to use SAML 1.1 to SSO into a vendors website.  Can we send SAML Assertions from NetWeaver by configuration or do we have to write an application? 
    Thanks!
    BK

    Please check this link on How To Configure SAML Authentication for SAP NetWeaver Process Integration 7.1
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b04408cc-f10e-2c10-b5b7-af11026b2393&overridelayout=true
    Thank you,
    Shyam

  • SAP to consume third party webservice that requires saml authentication

    Hi All,
    I am able to invoke our thirdparty webservice from soapUI, but it is a two step procedure, This is how it works in SoapUI:
    step 1) first send below predefined message, embeded with username and pwd in the header:
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
         <SOAP:Header>
              <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
                   <wsse:UsernameToken>
                        <wsse:Username>myusername</wsse:Username>
                        <wsse:Password>mypwd</wsse:Password>
                   </wsse:UsernameToken>
              </wsse:Security>
         </SOAP:Header>
         <SOAP:Body>
              <samlp:Request xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol">
                   <samlp:AuthenticationQuery>
                        <saml:Subject xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">
                             <saml:NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">myusername</saml:NameIdentifier>
                        </saml:Subject>
                   </samlp:AuthenticationQuery>
              </samlp:Request>
         </SOAP:Body>
    </SOAP:Envelope>
    after this, we are got the response as:
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
         <SOAP:Header>
              <header xmlns="http://schemas.thirdparty.com/General/1.0/">
              </header>
         </SOAP:Header>
         <SOAP:Body>
              <samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol">
                   <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
                        <SignedInfo>
                             <CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
                             <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
                             <Reference URI="#A18A90576-64FD-71E0-A9BC-286444658733">
                                  <Transforms>
                                       <Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
                                  </Transforms>
                                  <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
                                  <DigestValue>LzlvRhszr3qlOTG7AZX8i+yKvRI=</DigestValue>
                             </Reference>
                        </SignedInfo>
                        <SignatureValue>qc1x+84wkkPrf76dHW2HJ...</SignatureValue>
                        <KeyInfo>
                             <X509Data>
                                  <X509Certificate>MIIB3I.....NBgkqhk</X509Certificate>
                             </X509Data>
                        </KeyInfo>
                   </Signature>
                   <samlp:Status>
                        <samlp:StatusCode Value="samlp:Success"/>
                   </samlp:Status>
                   <saml:Assertion AssertionID="A18A90576.." xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">
                        <saml:Conditions NotBefore="2011-01-25T09:14:54.045Z" NotOnOrAfter="2011-01-25T17:19:54.045Z"/>
                        <saml:AuthenticationStatement AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:password">
                             <saml:Subject>
                                  <saml:NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">myusername</saml:NameIdentifier>
                             </saml:Subject>
                        </saml:AuthenticationStatement>
                   </saml:Assertion>
                   <samlp:AssertionArtifact>MDGH....RbY6qHUFcO</samlp:AssertionArtifact>
              </samlp:Response>
         </SOAP:Body>
    </SOAP:Envelope>
    step 2) from the above response body, use the Signature elemenent, and saml:Assertion element as part of header of the original request, so the actual request in soapUI has become:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:product="http://mytp/myfunctionality">
         <soapenv:Header>
              <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
                   <Signature> ...</Signature>
                   <saml:Assertion>..</saml:Assertion>
              </wsse:Security>
         </soapenv:Header>
         <soapenv:Body>
              <product:isProductAvailable>
                   <product:ProductNAME>myproduct</product:ProductNAME>
                   <product:ProductYEAR>2010</product:ProductYEAR>
              </product:isProductAvailable>
         </soapenv:Body>
    </soapenv:Envelope>
    after sending this above request, we are getting the desired response:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:product="http://mytp/myfunctionality">
         <soapenv:Header>
         </soapenv:Header>
         <soapenv:Body>
              <isProductAvailableResponse xmlns="http://mytp/myfunctionality">
                   <isProductAvailable>true</isProductAvailable>
              </isProductAvailableResponse>
         </soapenv:Body>
    </soapenv:Envelope>
    If we want to implement the same functionality using abap consumer proxy, do we need to invoke with two different requests,
    is there any efficient way, where we can specify the values of <wsse:Username> and <wsse:Password>, and invoke with original payload.
    is there any config in SOAMANAGER, to specify the saml releated settings, for the consumer proxy.
    what could be the simplest way to consume this webservice in sap.
    thanks in advance, BJagdishwar.

    Hi,
    Please create logical port using wsdl directly it will apply required settings in LP. You can also ask for client certificate which you can apply while calling 3rd party services. To me this seems X509 client certificate authentication.
    You can also create LP manually by giving SAP SAML authentication and save. Next time when you edit LP you will be able to see plenty of option to configure required settings.
    Please note that not all security methods are supported by SAP.
    Regards,
    Gourav

  • Configure SAP ABAP as service provider using SAML holder-of-key

    Hi
    We are trying to configure "SAML Holder of key" between Microsoft (as
    a service consumer) and SAP ABAP (as service provider).
    The service provider/SAP ABAP is release 7.11 and we need to configure this component.
    We have found SAP note 1254821 and are trying to follow the instructions for
    the "SAML Holder of key" scenario:
    However there is one step that we do not understand: step 5 "The private key to decrypt the
    encrypted....at the provider system must be a WS Security Identity in transaction TRUST"
    Anyone who can elaborate of the meaning of this step and describe a procedure for what
    exactly to do?
    BR
    Tom Bo

    Hi,
    a service provider needs to check two things when processing message. The first thing is that SAML assertion was issued by STS by checking signature of SAML assertion. The SAML assertion is signed by STS (step 4 in OSS note). The second thing is to verify that sender knows key from SubjectConfirmation element (that's why it is called holder of key). One way is to encrypt and sign SOAP message using symmetric key. There is also option to use asymmetric key. The key is encrypted by STS using the public key of service provider. Therefore the private key must be imported in service provider system (step 5 from OSS note). More info can be found [here|http://help.sap.com/saphelp_nw73/helpdata/en/e5/9f9913fc9c418db98c8693b2bbdb7c/frameset.htm].
    Cheers

Maybe you are looking for

  • SVG in pdf created with FOP

    Hello, is it possible to include SVG`s to a pdf report, which is created with FOP? I read something like Batik.... Does anybody have any experiences about that? Thanks, Tim

  • Mail inbox no longer aggregates contents of account inboxes

    All of a sudden today Mail's stopped displaying the contents of all my account inboxes. I have three accounts, all of the POP connections. New and old mail still appears in the individual account boxes (children of the Inbox), but the Inbox itself re

  • Header tags disappear - do not display when uploaded to server

    I have a website that contains H3 tags will not display.   Does anyone know what would cause the tags not to work?    <div class="services_icon1"></div> <h3>Initial Evaluation</h3> <p>  This is considered our initial meeting with you, to brainstorm a

  • Counting Number of Rows in a URL stream

    Hi. I have a URL reader, and i need to know how many rows it reads when it goes through. Has anyone had to do this before? I'm not sure if theres an inbuilt lineCounter in the BufferedReader (i read through the documenation and couldn't find anything

  • Can't override artist name when sorting by artist

    iTunes has selected about half my library of Nine Inch Nails (hasn't been updated or shifted by me for years) and is displaying the artist name as "seasonsinthesky", which I've never heard of - but only when I'm browsing by artist (i.e. all data appe