Sample implementation of Transport-level security for Oracle Service Bus (O

I have a custom authentication library external to OSB.
How can I secure transport channel (JMS/EJB/etc) using external java api. Is there some sample implementation of this out there.
Thank you - version I am using is 11g

Can you describe in detail that which API you want to use and how would you like it to work? You may consider visiting below links -
http://docs.oracle.com/cd/E17904_01/doc.1111/e15866/message_level_cust_auth.htm#i1069719
Regards,
Anuj

Similar Messages

  • SOAP Header Security in Oracle Service Bus

    Currently we are in the process of implementing the SOAP Header Security through Oracle Service Bus. We have a requirement that BPEL need to call a external web service. That web service will be registered in OSB. While making the call, the OSB need to add the SOAP security header(user name & Pwd) in proxy service before forwarding the request to business service. Can you please help me find some information about that.

    Hi Manoj,
    The request payload which is going to the target is
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    </soap:Header>
    <soapenv:Body>
    <man:GetDefaultRechargeValuesRequest xmlns:man="http://www.NII.com/ManagePrepaidRecharge/workflow/ManagePrepaidRecharge">string</man:GetDefaultRechargeValuesRequest>
    </soapenv:Body>
    </soapenv:Envelope>
    whereas the target expects the soap header populated. the payload expected by the target is
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <gsa:Authentication xmlns:gsa="http://www.nextel.com.br/Wbs/Gsa">
    <gsa:Account>test</gsa:Account>
    <gsa:Password>test</gsa:Password>
    <gsa:Guid>f65748e63b01</gsa:Guid>
    </gsa:Authentication>
    </soap:Header>
    <soapenv:Body>
    <man:GetDefaultRechargeValuesRequest xmlns:man="http://www.NII.com/ManagePrepaidRecharge/workflow/ManagePrepaidRecharge">string</man:GetDefaultRechargeValuesRequest>
    </soapenv:Body>
    </soapenv:Envelope>
    The Problem now is, when i call a business service(WSDL of the target) from a proxy service and when i set the above expression to the $header using replace action in the proxy service itself, the above expression,instead of going as a request to the business service, it is populated in the response.
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <gsa:Authentication xmlns:gsa="http://www.nextel.com.br/Wbs/Gsa">
    <gsa:Account>test</gsa:Account>
    <gsa:Password>test</gsa:Password>
    <gsa:Guid>f65748e63b01</gsa:Guid>
    </gsa:Authentication>
    </soap:Header>
    <soapenv:Body>
    <ns0:GetDefaultRechargeValuesResponse xmlns:ns0="http://www.NII.com/ManagePrepaidRecharge/workflow/ManagePrepaidRecharge">
    <ns0:StandardHeaderBlock>
    <ns2:ServiceState xmlns:ns2="http://xmlns.oracle.com/apps/StandardHeaderBlock">
    <ns2:errorCode>SOA_ERR_TARGET_SYSTEM_FAILURE</ns2:errorCode>
    <ns2:errorDesc>
    OSB Service Callout action received an error response
    </ns2:errorDesc>
    </ns2:ServiceState>
    </ns0:StandardHeaderBlock>
    </ns0:GetDefaultRechargeValuesResponse>
    </soapenv:Body>
    </soapenv:Envelope>
    Since the authentication details are not reaching the target, it is giving a target system failure. Can you suggest a remedy to this please.

  • Regarding Good book for Oracle Service Bus 11g

    Hi All,
    What is the good book for Oracle Service Bus 11g in the below list(or You can also specify any book other than from below list)?
    1)Oracle Service Bus 11g Development Cookbook
    2)Oracle Service bus in 21 days
    3)The definitive guide to SOA:Oracle Service Bus,Second edition (or)first edition?
    Can yOu help me out which is the good book for OSB?

    Hi Deilby,
    Thank You for your reply.
    According to my understanding(I don't know whether it is correct or not),If you want to have full-fledged OSB development,we need to have eclipse.
    If you just need to have routing and transformation along with SOA suite development,We can use OSB console .
    Can You also look into this below SOA forums thread with SOA-OSB questions? If I have 'Oracle
    Service Bus 11g Development Cookbook' , Can I answer all those questions?
    https://forums.oracle.com/thread/2559964?tstart=0
    My intention is clear,I want to have full-fledged OSB development information(important components) and that leads to have good exposure to face questions.
    Can You help me out to clarify my understanding and recommend the book according to that?
    Note: I already worked on SOA Suite.I worked on OSB console. I think whatever we can  do with OSB eclipse development the samething we can do with OSB console along with SOA suite.
    Can You clarify on this?

  • Workshop IDE for Oracle Service Bus

    Hi,
    I have installed Oracle WebLogic Server 11gR1 (10.3.3) + Coherence - Package Installer (downloaded from http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html). And I downloaded oepe from net for using it as IDE for Oracle service bus. But when i open the eclipse, i do not get any option for creating the oracle service project.
    Is there any plugin i need to put in eclipse for this to show up ??
    John

    You need to download Oracle Service BUs from here : This installer contains only OSB components and is not bundled with WLS and I think includes the eclipse plugins for Service bus projects.
    http://www.oracle.com/technology/software/products/osb/index.html
    There is a pre-requisite to download and install weblogic 10.3.3 + coherence +OEPE separately.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Query regarding the tutorial for Oracle Service Bus (OSB 10gR3)

    Hi,
    I am working on a tutorial of Oracle Service Bus (OSB 10gR3).
    I have created the proxy service and the Business Service, using Oracle Service Bus console.
    The details are as follows:
    Proxy service: LoanGateway
    Business service1: A value of 4.9 or less causes the message to be routed to the ManagerLoanReview business service.
    Business service2: A value of 5.0 or greater causes the message to be routed to the NormalLoan business service.
    When i send the request message, so that it gets routed from proxy service to one of the business service than it gives following error.
    Request Document
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    </soap:Header>
    <soapenv:Body>
    <exam:processLoanApp xmlns:exam="http://example.org">
    <loanRequest xsi:type="java:LoanStruct" xmlns:java="java:normal.client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!--Optional:-->
    <java:Name>Smith</java:Name>
    <!--Optional:-->
    <java:SSN>1234567</java:SSN>
    <!--Optional:-->
    <java:Rate>4.1</java:Rate>
    <!--Optional:-->
    <java:Amount>9000000</java:Amount>
    <!--Optional:-->
    <java:NumOfYear>10</java:NumOfYear>
    <!--Optional:-->
    <java:Notes>Manager Loan Application Review Service</java:Notes>
    </loanRequest>
    </exam:processLoanApp>
    </soapenv:Body>
    </soapenv:Envelope>
    Response Document
    The invocation resulted in an error: .
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Server</faultcode>
    <faultstring>
    BEA-380002: Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </faultstring>
    <detail>
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380002</con:errorCode>
    <con:reason>
    Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>request-pipeline</con:path>
    </con:location>
    </con:fault>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    Response Metadata
    <con:metadata xmlns:con="http://www.bea.com/wli/sb/test/config">
    <tran:headers xsi:type="http:HttpResponseHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <http:Content-Type>text/xml; charset=utf-8</http:Content-Type>
    </tran:headers>
    <tran:response-code xmlns:tran="http://www.bea.com/wli/sb/transports">1</tran:response-code>
    <tran:encoding xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
    </con:metadata>

    I have the same problem and I'm not able to telnet localhost on port 7021. How can I change this port number I think that port must be 7001, it is correct?Examples server domain is pre-configured for port 7021. The samples domain will have the examples properly deployed in this domain out of box. You dont need to change any thing in {BEA_HOME}\osb_10.3\samples\domains\servicebus\config.
    I doubt this has to do something with firewall . Check the last statement in the log after starting the domain.
    <May 19, 2009 8:50:09 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.177.242.25:7001 for protocols iiop, t3, ldap, snmp, http.>
    <May 19, 2009 8:50:09 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "base_domain" running in Development Mode>
    <May 19, 2009 8:50:09 AM IST> <Warning> <Server> <BEA-002611> <Hostname "mneelapu", maps to multiple IP addresses: 10.177.242.25, 127.0.0.1>
    <May 19, 2009 8:50:09 AM IST> <Warning> <Server> <BEA-002611> <Hostname "XYZ-v411-10-177-242-25.oracle.com", maps to multiple IP addresses: 10.177.242.25, 127.0.0.1>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <May 19, 2009 8:50:09 AM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    What are you seeing in your log file?
    Edited by: mneelapu on May 19, 2009 9:58 AM

  • Is SOA Suite replacement for Oracle Service Bus 10gR3 (10.3.1.0) ?

    I am confused if i have SOA Suite do I need Oracle Service Bus 10gR3 (10.3.1.0) for my ESB ?

    Right now there are eclipse plug-ins for OSB. In a default OSB installation you should have workshop installed with the OSB plug-ins.
    For the next release, OSB 11g, JDeveloper will incorporate these features.

  • Data level Security for Oracle Apps as Source

    Hi all
    I need to implement Data level Security on Apps Users in OBIA
    We are using Apps as source with Single sign On. I need to apply Data level security on Business Group Field.
    We dont have users in OBI, we need to register apps users in OBI.
    Could anybody tell me how to register Apps users in OBI???
    OR tell me if you know some other way to implement D L Sec on Single sing On and Apps as source.
    Thanks in avd
    V P

    You need to be creating your "business groups" as a group in the RPD, init blocks to retrieve the user business group at login. Filters in the Logical table sources to restrict data to relevant business groups only.
    Presentation 'Web Cat' groups with the same name as the RPD groups so a user inherits membership automatically.
    I'd suggest sourcing a vanilla OBIA rpd to see how it is implemented out of the box.

  • FTP adapter for Oracle Service Bus  - retrieve file by dynamic file name.

    Hi
    I am newbie in OSB. I try to use FTP transport in Workshop, it must fill in "Prefix" and "Suffix" for destination file name.
    But for us, the file name is sent by external systems.
    The workflow is:
    1. External system call our proxy services.
    2. Proxy service get file name from SOAP message.
    3. Proxy Service get the file from FTP server.
    4. The file send to Business services.
    Any suggestions to implement about workflows?

    Let me first put here what I understand about the flow:
    External Sytem -->(filename)--> OSB HTTP PS --> (1) --> OSB FTP BS --> Read file based on filename
    |--> (2) --> send file ontent to another system or return to the original system
    If that is the flow, then I beileve ther is no straight forward way to implement it in OSB.
    OSB FTP BS will only write a file to FTP Location.
    If you create a JCA FTP Adapter for reading the file, then you can use it only to create a Proxy Service, and that proxy will not pick up the file when called from another service but only when a file is put on the source FTP location.
    So, to implement the solution you will need to use Java Callout to a class which has code written to accept the file name as input, read the file from an FTP location and return the file content.
    This is my understanding of how it is, may be there is another way to implement this or in fact may be the latest version of OSB 11.1.1.4 or 11.1.1.5 JCA adapter does support read operation within a flow instead of just at the start of the flow.

  • Should I use the 64 bit or 32 bit Linux distro for Oracle Service Bus

    I'm going to install OSB for the first time on Oracle Linux 5.3 for development use. Does it matter whether I install OSB on the 32 bit or 64 bit version of Oracle Linux?
    I've had better luck with 32 bit Linux distros in the past, but if there's a benefit to using the 64 bit distro I'll use it. My hardware has 4 GB of RAM, which I hope is enough for development use.
    Thanks.
    Dean

    I found this post on the Ubuntu forums which indicates trouble running Workshop on ubuntu. Maybe OSB works but Workshop has problems on Ubuntu:
    http://ubuntuforums.org/showthread.php?t=1137863

  • Oracle service bus 12c sbconsole not accessible 401

    Hi,
        i am trying to setup up standalone osb server and access sbconsole. i am getting 401 unauthorized.   here is my environment setup.
    OS:     windows 7
    Java:  1.8 64bit
    DB:    oracle XE 11.2.
    OSB:   fmw_12.1.3.0.0_soaqs_Disk1_1of1
    1. ran rcutil.
    2. created admin weblogic servicer-->NodeManager-->clustered-->osbServer1(standalone). 
              I started node manager, weblogic and osb servers. i am able to login to weblogic and em consoles with username/password  weblogic/xxxxxxxx sucessfully
                     but when i try to login sbconsole;  http://localhost:7001/sbconsole    i am getting 401 unauthorized.
          So i created new user, user1 in weblogic server and added to groups as administrator.
          In osb server, i  assigned integration developer  role and saved configuration.
          login to weblogic and em consoles are good with user1.    but when i login to sbconsole, i am getting 401 unauthorized.
    i followed the following url for creating new user 11 Defining Access Security for Oracle Service Bus (12c Release 1 (12.1.3))
    Am i missing anything in my setup ?   can someone throw pointers in fixing this .
    Thanks

    yes i am copying the roles for IntegrationAdministrators. below.
    I created one more user in wls console and assigned IntegrationAdministrator role only.  still i have the same issue.
    oracle.adf.share.security.authorization.RegionPermission
    view
    oracle.adf.controller.security.TaskFlowPermission
    /WEB-INF/.*
    view
    oracle.soa.osb.console.common.permissions.OSBPermission
    AdminResourcesAccess
    clone,create,delete,edit,move,rename
    oracle.soa.osb.console.common.permissions.OSBPermission
    ConfigurationFileAccess
    create,execute
    oracle.soa.osb.console.common.permissions.OSBPermission
    ConvertXQVersionAccess
    convert
    oracle.soa.osb.console.common.permissions.OSBPermission
    ExportResourcesAccess
    export
    oracle.soa.osb.console.common.permissions.OSBPermission
    FindAndReplaceAccess
    execute
    oracle.soa.osb.console.common.permissions.OSBPermission
    ImportConfigJarAccess
    import
    oracle.soa.osb.console.common.permissions.OSBPermission
    ImportUrlAccess
    import
    oracle.soa.osb.console.common.permissions.OSBPermission
    ImportZipAccess
    import
    oracle.soa.osb.console.common.permissions.OSBPermission
    JNDIResourceAccess
    create,delete,edit,rename
    oracle.soa.osb.console.common.permissions.OSBPermission
    JNDIResourceResetAccess
    reset
    oracle.soa.osb.console.common.permissions.OSBPermission
    OperationalAttributesAccess
    edit
    oracle.soa.osb.console.common.permissions.OSBPermission
    OperationalResourcesAccess
    clone,create,delete,edit,move,rename
    oracle.soa.osb.console.common.permissions.OSBPermission
    ProxyServersResourceAccess
    create,delete,edit,rename
    oracle.soa.osb.console.common.permissions.OSBPermission
    SMTPServersResourceAccess
    create,delete,edit,rename
    oracle.soa.osb.console.common.permissions.OSBPermission
    TestConsoleExecuteAccess
    execute
    oracle.soa.osb.console.common.permissions.OSBPermission
    UDDIAutoImportAccess
    import
    oracle.soa.osb.console.common.permissions.OSBPermission
    UDDIAutoPublishAccess
    export
    oracle.soa.osb.console.common.permissions.OSBPermission
    UDDIResourceAccess
    create,delete,edit,export,import,rename
    oracle.soa.osb.console.common.permissions.OSBPermission
    ViewHistoryAccess
    view
    oracle.soa.osb.console.common.permissions.OSBPermission
    ViewSessionsAccess
    view
    oracle.soa.osb.console.common.permissions.OSBPermission
    UndoTaskAccess
    undo
    oracle.soa.osb.console.common.permissions.OSBPermission
    RedoTaskAccess
    redo
    oracle.soa.osb.console.common.permissions.OSBPermission
    SwitchSessionAccess
    switchSession
    oracle.soa.osb.console.common.permissions.OSBPermission
    PurgeTasksAccess
    purge
    oracle.soa.osb.console.common.permissions.OSBPermission
    MessageReportsViewAccess
    view
    oracle.soa.osb.console.common.permissions.OSBPermission
    MessageReportsPurgeAccess
    purge
    oracle.soa.osb.console.common.permissions.OSBPermission
    GlobalOperationalSettingsUpdateAccess
    update
    oracle.soa.osb.console.common.permissions.OSBPermission
    OperationalAttributesUpdateAccess
    update
    oracle.soa.osb.console.common.permissions.OSBPermission
    ResetAllStatisticsAccess
    reset
    oracle.soa.osb.console.common.permissions.OSBPermission
    URIStatusUpdateAccess
    update
    oracle.soa.osb.console.common.permissions.OSBPermission
    Alert

  • Creating Managed Server for Weblogic that comes with Oracle Service Bus

    I've installed Oracle Service Bus 10.3.
    Weblogic Server 10.3 comes bundled with OSB 10.3.
    Everything is working fine in the Admin Server.
    But when I create a Managed server and try to start it, I get the following exception and server doesn't start :
    ####<Nov 10, 2009 10:24:32 AM IST> <Critical> <Security> <iflmud6dlb5jn> <OSBManagedServer2> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1257828872747> <BEA-090403> <Authentication for user weblogic denied>
    ####<Nov 10, 2009 10:24:32 AM IST> <Critical> <WebLogicServer> <iflmud6dlb5jn> <OSBManagedServer2> <main> <<WLS Kernel>> <> <> <1257828872747> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    I've tried changing the boot.properties file and given clear text username and password, but even this did not change the exception.
    Are there any other security concerns that are to be taken care of while configuring Managed Server for Oracle Service Bus?
    Kindly help.

    How are you starting the manageserver. Is it using command line or using NodeManager from Weblogic console of admin server. Most of the times we start managed server using yourDomain/bin/startManagedWebLogic.cmd (.sh).
    startManagedWebLogic nameOfYourManagedServer adminURL(Ex: http://host:port).
    If you created a managed server at the time of creation of domain itself using custom option, then under your domain root folder, you should see a file named like "startManagedWebLogic_readme.txt" that kind of gives the same above command.
    If you added the managed server later on, to an existing single server domain, then you can use the above command.
    Ravi Jegga

  • How to get Oracle Service Bus 10gR3 for windows 64 bit

    Hi,
    I'm looking for Oracle Service Bus 10gR3 and Oracle Data Service Integrator 10gR3 installables for Windows 64-bit. However, I saw the available versions on download section are only for indows 32-bit. I'm using win 64-bit to detect 4BG RAM or more which is not possible in win 32-bit.
    Can anybody help me wheather compatable version are available or is there any solution for that?
    Thanks in advance,
    Ganesh

    Hi Ow;
    Please check:
    Step-By-Step Install of RAC with OCFS on Windows 2003 [ID 178882.1]
    WIN: Does Oracle Cluster File System (OCFS) Support Access from Mapped Drives? [ID 225550.1]
    How To Check The Certification Matrix for Real Application Clusters [ID 184875.1]
    Regard
    Helios

  • Sending Transport-level Secured messages to OSB

    Hi all,
    I'm working with OSB, I created a proxy service to expose a Business Service as HTTP, the Proxy has Transport-level security set with XACMLAuthenticator for a Role. I can test it in the test console perfectly however I don't know how to call it any other way.
    I would need to call it from an SCA and from a JSP. I'd like to know how to add the credentials to the message.
    Thanks,
    Pablo

    Hi Pablo,
    If it is a WSDL based web-service then you may use SOAPUI (http://www.soapui.org/) to test this service.
    I would need to call it from an SCA May I know which type of proxy service you have created and what is the input and output type expected?
    and from a JSP. I'd like to know how to add the credentials to the message.http://blogs.oracle.com/mneelapu/2010/09/how_to_serve_html_through_osb.html
    Quite a similar implementation could be done to call it from a JSP.
    Regards,
    Anuj

  • Data level security for 30000 profir centers

    Hello Gurus
    I have a requirement to implement data level security for 30000 profit center . Now I can think of creating the groups and applying security filters ( both on Dimesion & Fact) on the top of that.
    But I cannot do so as I will have to create some 30,000 groups/roles which is not possible. because there are some users who have access to only one or two profit center and it forms a heirarchy.
    As a workaround what I did is created a user-profit center table and joined it with the profit center table which is actually a snowflaked with two more dimensions - gl_account & gl_segment.
    In the BMM layer , in the Content section of teh profit center dimension , I applied a where filter like below :
    "Oracle Data Warehouse"."Catalog"."dbo"."Dim_W_GL_SEGMENT_D_Segment11"."SEGMENT_LOV_ID" in (1000163) and "Oracle Data Warehouse"."Catalog"."dbo"."Dim_W_GL_SEGMENT_D_Segment11"."SEGMENT_LOV_NAME"='Profit_Centre' AND ( "Oracle Data Warehouse"."Catalog"."dbo"."PF_USER_MAPPING"."USER" = VALUEOF(NQ_SESSION.USER) OR 'UNMATCHED'=VALUEOF(NQ_SESSION.USER) )
    All is well if I create a report having Profit center as one of the dimension/component in the analysis (answers) .
    But when I don't take Profit center the roll up is happening with all the Profit center . Reason being I have not applied "security filter " in the fact table and I cannot do so because USER tabel is not directly joined with the fact table.
    Is there any workaround for this.
    Pls. advise.

    Hi,
    Yes, any dimension filters are applied only when you include that dimension in your analysis.
    As a workaround, you could create a filter as "Profit Centre" is not equal to 'Dummy Profit Centre' with "Protect Filter as ON" and add this filter to all of your analysis.
    So what it does is, even though you do not refer to profit centre dimension in your analysis, the filter in each analysis makes sure that the profit centre dimension is always mapped and the data restriction is applied.
    Hope this helps.
    Thank you,
    Dhar

  • HTTPS (Transport Level Security)

    Hi SDNers,
    I have a question regarding securing a SOAP Sender scenario using HTTPS. We are on PI 7.11 and have a SOAP-PI-RFC scenario. I have used a HTTP Sender instead of a SOAP channel to configure the option of 'HTTPS without Client Authentication'. I have generated the WSDL for this and tested successfully using SOAP UI.
    But our client needs a SSL certificate for this. As far as I understand SSL certificates are used only for message level security. But here they are OK with just transport level security. Do we need any certificates in this case? Please clarify.
    Another question I have is, is there any way of using HTTPS (transport level security) using SOAP Sender adapter? The option of 'HTTPS without Client Authentication' is not available anymore from PI 7.1 SP1 onwards. That is the reason I used a HTTP sender adapter.
    Any help is much appreciated  <text removed>
    Thanks & regards,
    Sudheer
    Edited by: Matt on Oct 12, 2011 6:49 AM

    Hi Abhishek,
    I am not able to see that option in the SOAP Sender channel configuration. Besides, the help link from SAP also does not show this option.
    Here is the link for EHP1:
    http://help.sap.com/saphelp_nwpi711/helpdata/en/48/3555240bea31c3e10000000a42189d/content.htm
    and here is the link you gave,
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/fc/5ad93f130f9215e10000000a155106/content.htm
    Clearly, both are for configuring the sender SOAP channel, but the options are different if you notice.
    I am not able to understand where I am going wrong.
    Appreciate your quick response.
    Regards,
    Sudheer

Maybe you are looking for