SAP integration with BPEL

Hi,
is it possible to call BPEL webservice(HTTP call) using SAP? I am using oracle soa suite 11g. Please suggest me on this as we have one requirement in which we have intergration between SAP & BPEL. Before starting analysis i would like to know whether SAP can call BPEL webservice over HTTP.
Thanks
Amit Patel

Hi,
I have set following property in my ra.xml. But still it's showing error.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector 1.0//EN' 'http://java.sun.com/dtd/connector_1_0.dtd'>
<connector>
<display-name>IWAFJCA10</display-name>
<vendor-name>IWAY Software</vendor-name>
<spec-version>1.0</spec-version>
<eis-type>IWAF</eis-type>
<version>1.0</version>
<license>
<license-required>false</license-required>
</license>
<resourceadapter>
<managedconnectionfactory-class>com.ibi.afjca.spi.IWAFManagedConnectionFactory</managedconnectionfactory-class>
<connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
<connectionfactory-impl-class>com.ibi.afjca.cci.IWAFConnectionFactory</connectionfactory-impl-class>
<connection-interface>javax.resource.cci.Connection</connection-interface>
<connection-impl-class>com.ibi.afjca.cci.IWAFConnection</connection-impl-class>
<transaction-support>NoTransaction</transaction-support>
<config-property>
<config-property-name>AdapterName</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>Config</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>IWayHome</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>D:\Oracle\ora11g\fmw11gHome\Oracle_SOA1\soa\thirdparty\ApplicationAdapters</config-property-value>
</config-property>
<config-property>
<config-property-name>IWayConfig</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>TestConf</config-property-value>
</config-property>
<config-property>
<config-property-name>IWayRepoDriver</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>IWayRepoURL</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>IWayRepoUser</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>IWayRepoPassword</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>LogLevel</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>DEBUG</config-property-value>
</config-property>
<config-property>
<config-property-name>LogSize</config-property-name>
<config-property-type>java.lang.Integer</config-property-type>
<config-property-value>100000</config-property-value>
</config-property>
<config-property>
<config-property-name>LogCount</config-property-name>
<config-property-type>java.lang.Integer</config-property-type>
<config-property-value>10</config-property-value>
</config-property>
<authentication-mechanism>
<authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
<credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface>
</authentication-mechanism>
<reauthentication-support>true</reauthentication-support>
</resourceadapter>
</connector>
Here i would like to clarify few things.
1) I have used Jdk 1.6 which was instaleed automatically when i installed oracle soa suite.
2) I have following environment variables
CLASS_PATH = D:\Oracle\ora11g\fmw11gHome\jdk160_14_R27.6.5-32\lib
JAVA_HOME = D:\Oracle\ora11g\fmw11gHome\jdk160_14_R27.6.5-32
ORACLE_HOME = D:\Oracle\ora11g\fmw11gHome\Oracle_SOA1
3) After installing Oracle Thirdparty Adaptor, i have used following configuration
selceted JCA
inside that i have given name as TestConf & given path as D:\Oracle\ora11g\fmw11gHome\Oracle_SOA1\soa\thirdparty\ApplicationAdapters
But when click on Adaptor folder it's not sowing any adaptor like SAP, PeopleSoft, JdEdwards, Siebel.
4) Below configuration is right or wrong
<config-property>
<config-property-name>IWayHome</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>D:\Oracle\ora11g\fmw11gHome\Oracle_SOA1\soa\thirdparty\ApplicationAdapters</config-property-value>
</config-property>
<config-property>
<config-property-name>IWayConfig</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>TestConf</config-property-value>
</config-property>
-- TestConf is a name of Folder which i created after installing oracle thirdparty adaptor
5) During installation of oracle thirdparty adaptor, i see that in oracle document installation size is showing 59.4 MB but in my installation it's showing 49.2 MB
thanks in advance.
Regards,
Amit Patel

Similar Messages

  • ADF Integration with BPEL

    Hello,
    I am new to BPEL. I am working on a sample .
    I am working on ADF Integration with BPEL process.
    I have an ADF Screen displaying data from an EMPLOYEE table in HR Schema . It has a button called "Update". I need to call a synchronous BPEL process on click of "Update" . This BPEL process will take the selected employee information as an XML input and update the last name to the first name as the response.
    I have some doubts in that :
    1. How to pass an XML Schema as input parameter to a BPEL process ? Can you please let me know some sample applications ?
    2. I am creating a web proxy for the BPEL WSDL (created above) and my "Update" button is binded to a method which is calling the BPEL process.
    How can i pass my XML input as the argument of the method to invoke the BPEL process ?
    Thanks
    Nutan

    When using a web service proxy, you need to pass the data as an object, which' structure is defined in the web service proxy wrapper classes.
    When you've defined a data control for your bpel process, you can just drag and drop the 'initiate'/'execute', your operation and bind this to the update-button.
    When working with the proxy client, you need to populate your java class objects with the employee-object, this can be done in a backing bean or managed bean in your adf faces application.
    For more information you can always have a look at my blog where I've provided an explanation about the different possibilities of interfacing adf with SOA.
    Kind regards,
    Nathalie

  • Custom JCA Adapter integration with BPEL

    The stock FTP Adapter provided with BPEL does not have a feature I require, so I am creating a custom JCA FTP adapter that does only one thing: when it is invoked, it polls a directory for any existing files, and then returns the number of files in that directory.
    The Adapter Developer Cookbook ( http://www.oracle.com/technology/products/integration/adapters/pdf/Adapter%20Development%20cookbook.pdf ) is about as clear as mud, and hasn't been updated for 10.1.3.
    Are there any other resources that explain how you go from having your .java source files for your JCA adapter to having a working custom adapter in BPEL?

    Hello Tlwi,
    I guess you already figured out of writing custom JCA adapter, do you mind sharing your thoughs or document you may have. I tried to follow the cookbook, but was really looking for sample template code which I can change to make my own adapter.
    Thanks,
    Chintan

  • User manual SAP integration with BO

    Hi
    Can i get user manual with SAP-BI with BO
    for web intelligence
    query as web servive
    xcelsius
    voyager
    crystal reports?
    authorizations

    Hi Suneel,
    you can download all documentation from help.sap.com and you can take a look here from a TechEd Session:
    /people/ingo.hilgefort/blog/2008/11/19/businessobjects-integration-with-sap-netweaver-bi--technical-material
    Ingo

  • SAP integration with Lotus Notes

    Hello Experts,
    As we can do MS-Outlook integration with SAP BOne,my client is using "Lotus Notes",so if I want to integrate it with SAP Business One How it will be possible.
    Plase let me know,
    Thanking You!
    Gauraw

    Hi Gauraw,
    Some information a colleague found on this:
    ==================
    How to connect Microsoft Outlook with Lotus Notes e-mail servers                                                                               
    As none of the applications are SAP B1, the best resource is from         
    Microsoft and IBM                                                                               
    How to connect Microsoft Outlook with Lotus Notes e-mail servers          
    http://support.microsoft.com/kb/290834                                                                               
    Use Outlook to access your Lotus Domino mailbox                           
    http://office.microsoft.com/en-us/outlook/HA010739021033.aspx                                                                               
    Deploying Microsoft Outlook Connector for Domino                          
    http://office.microsoft.com/en-us/orkXP/HA011364481033.aspx               
    ==================
    Also:
    The SBOMailer Service uses SMTP for sending emails - that means if the  
    Lotus Notes have an SMTP gateway/connector your client will be able to  
    use it for sending emails. Be aware that the gateway should not use SMTP
    authentification (please see the note 782611). In that case you should  
    use an additional program between Lotus Notes and SBOMailer Service.    
    ==================
    Any other intergration does not exist to the best of my knowledge.
    Hope some of this is useful.
    Jesper

  • SAP integration with Oracle eSSO LM

    Hi All,
    While adding SAP as windows application, eSSO LM agent not able to detect the field of SAP GUI.
    How can we integrate SAP 710 with oracle eSSO LM for SSO.
    Request to all please help me out and provide the resolution steps for integrating the SAP with LM.
    Regards,
    Santosh

    Dear Experts,
    Request your assistance in integrating SAP with oracle eSSO for single sign on.
    How can we create a SAP template in Admin console.
    Thanks in advanced.
    Regards,
    Santosh

  • SAP Integration with Oracle AQ

    Hi,
    I'm developing a SAP solution without XI as another Integration system has been proposed.
    The problem is that I would like to communicate SAP with the Integration system through Oracle Advanced Queuing, that is, send  SAP Idocs trough Oracle queues.
    Is SAP compatible with Oracle AQ? Do I need to implement any adaptor like JMS, iWay or similar(I've seen there are a lot developed in the market)?
    Thanks!

    What I told you is different from an RFC (You can also call an RFC as you said). When you create a BAPI it is automatically published as a Web Service. Going to the <u>webservice browser</u> in <u>BSP applications</u>(<u>transaction SE80</u> in your SAP). There you have the WDSL of each BAPI.  This way you don't need XI. The WSDL export all the functionallity of the BAPI and it's the same as execute the BAPI itself.
    If you use XI you can do the same using a SOAP adapter. Even if it is equivalent doing that throw XI have many advantages, above all if you have many aplications to consume.
    Watch here for more info for Enterprise Services:
    <a href="http://help.sap.com/saphelp_autoid2007/helpdata/en/d0/69ef41a0b99d39e10000000a155106/frameset.htm">http://help.sap.com/saphelp_autoid2007/helpdata/en/d0/69ef41a0b99d39e10000000a155106/frameset.htm</a>
    You can search for more information by searching in both SDN and Google for:
    Web Services, Proxy, JDBC Adapter, SOAP adapter, WSDL...
    Regards
    Gonzalo

  • SAP Integration with Microsoft

    Hi,
    what are the different ways of integration from SAP to Microsoft and Reversal ?
    For Example:  SAP-> MS SharePoint , SAP -> MS ChangePoint (PSA Software)

    Hi Nawaz,
    Check these, about Sharepoint integration with SAP PI:
    Sharepoint integration with SAP PI
    Interoperability between Microsoft .Net 3.5 and EHP 1 for SAP NetWeaver PI 7.1 (Article)
    I havent work with Changepoint, but if i was you i would read about the kind of interfaces that support to take the more appropriated in SAP PI.
    Regards,

  • XI 3.1 SAP integration with AIX platform

    Hello - We have installed BO XI 3.1 Enterprise and SAP AIX integration kit on AIX 5.3 server.  Then installed the XI 3.1 client tools on a windows desktop computer and were unable to connect universes to SAP BW 3.5.
    We then installed the following ( https://www.sdn.sap.com/irj/boc/business-objects-for-sap?rid=/webcontent/uuid/806c9894-42a5-2b10-648a-d900489b76da [original link is broken] ) 'BusinessObjects Integration Kit for SAP 90 day Evaluation' which appears to be for BO XI 3 but now we are able to connect universes to SAP BW 3.5.
    Is it correct that the SAP integration kit needs be installed on both AIX server and on any windows PCs that will use the XI 3.1 client tools in order to connect universes to BW 3.5?
    Is there another version of the SAP integration kit for windows client PCs that are using XI 3.1?
    Thanks,
    Derek

    I understand that the AIX server components come from 'BOBJ INTEGRATION FOR SAP SOLUTIONS XI 3.1 AIX';  but where do we get the windows PC client components of SAP integration kit for XI 3.1? 
    I am confused because the Business Objects download section (SAP BusinessObjects packages and products>> BOBJ INTGR.FOR SAP>>BOBJ INTGR. FOR SAP XI 3.1) does not mention any download for client components for windows PCs and I do not see the client components included in the 'BOBJ INTEGRATION FOR SAP SOLUTIONS XI 3.1 AIX'.
    Please advise which file should be downloaded for the client SAP integration for XI 3.1.
    Thanks,
    Derek

  • SAP integration with MS Access

    Hi all,
    We are doing implementation of SAP xRPM, and have some Integration Scenario with MS Access for our client
    Some SAP tables need to update tables in MS Access Database, by workflow. We have done the workflow for testing purposes,
    But need to know how SAP tables fields can update MS Access table fields.
    through any ohter process
    Regards
    Shiva

    Hi Shiva,
    Go through the FM 'TABLE_EXPORT_TO_MSACCESS'.
    Also there are few SAP notes based on this FM and access interface. You can go through them.
    Regards,
    Atish

  • Siebel and SAP Integration (with appintegrator)

    Hello,
    I try to integrate Siebel in the Portal (EP6) with appintegrator.
    Has someone some documentation on such integration ?
    Is there easier way to integrate Siebel in the Portal ?
    Thanks,
    Fabien

    Hi Fabien
    You can also make use of the connector framework for your integration scenario. Check out this link.
    http://help.sap.com/saphelp_nw04s/helpdata/en/8c/d7d6409ff68631e10000000a1550b0/frameset.htm
    The documentation for appintegrator is also available at the same place.
    Hope that was helpful.
    Best Regards
    Priya

  • Error on role import for SAP integration with BO in CMC (3.1)

    Hello,
    We are trying to integrate existing BO environment in our company with existing BW installation.
    BO Environment - 3.1
    BW/ECC Environment - (BW - BI 7.0 SP20, ECC 6.0)
    So got the pre-requisites completed and the transports imported into both BW and ECC environments. Upon these steps we went ahead and installed the integration kit for 3.1 system.
    There were no error messages, after we completed the installation went into infoview and in the authentication drop down checked to see if I can get "SAP" in there....which it did. So, I am assuming there were no issues till this point which we might have missed out.
    Upon this, when I went into SAP authentication in CMC and double clicked on SAP and in the next screen clicked on "NEW" and added in the application server, system number, id and password and updated it...this automatically updated the logical system.
    But when I go into the role import, it gives me the following error message....
    Exception in JSP: /jsp/auth/sapsec_import_role.jsp:22:19:20: <%21:string context::secSAPR3ImportRoleBean.getContextPath():22: secSAPR3ImportRoleBean.init(request):23:response.setHeader("Expires","0"):24: 5> Stacktrace:
    The only thing is we have not assigned the CRYSTAL_ENTITLEMENT role to it as we are at this point only trying to see if we can log into webi...
    So, is it required to assign this role to an existing user id role in order for me to import the roles into BO CMC screen in order to be assigned to a group.
    Can you please help me out on this.
    Thanks
    Dharma.

    Hello Ingo,
    Thanks a lot for looking into the question.
    Yes, we are taking about the SAP Authentication part where I am trying to import roles in SAP into BO after I provide the login information in the Entitlement systems tab.
    I confirmed that all parts of Java Connector configuration were taken care of as mentioned in the installation manual and from your blog.
    The only piece left off is the CRYSTAL_ENTITLEMENT role assignment to the id which is used within the entitlement systems tab in CMC. I will get this configured and try it one more time.
    Just to confirm,
    1. The new user id to be created (should it be a RFC user or dialog user)
    2. Is the only role to be assigned to the new user is CRYSTAL_ENTITLEMENT with the authorization mentioned in the installation manual
    3. What are the roles to be imported into BO within CMC (are these the roles which we want for data access)
    4. When a user tries to login with any other user id other than the one listed in Entitlement systems tab, does it use the roles assigned to that person in SAP to retrieve the data or would it be dependent on the roles imported into BO within CMC in earlier step.
    Please let me know.
    Thanks
    Dharma.

  • Custom worklist  application integration with BPEL cluster

    Hi all,
    I've setup a BPEL cluster using the Enterprise installation guide for 10.1.3.3.0. Currently we have a custom worklist application which is works when deployed on an installation SOA suite (10.1.3.1.0). The integration of claiming or setting an outcome works fine. We use the remote EJB to integrate with the workflow services.
    However when testing the application on a cluster, we are getting the following log message in the log file for the custom application:
    Questions:
    1) What should be the value of the host name in the server URL since in a cluster a remote HTTP server. The HTTP server uses a virtual URL via the loadbalancer.
    2) What should be the port number? Should it be the opmn request port from the $ORACLE_HOME/opmn/conf/opmn.xml
    Anything else that i'm missing, please let me knoe.
    Thanks in advance.
    Log message:
    08/03/31 23:11:05 at java.lang.Thread.run(Thread.java:595)
    08/03/31 23:11:05 Caused by: ORABPEL-30509
    Error in invoking task query service.
    A client side error occured in invoking the task query service.
    Please check the exception error stack to identify the error. Contact oracle support if error is not fixable.
    08/03/31 23:11:05 at oracle.bpel.services.workflow.query.client.TaskQueryServiceRemoteClient.authenticate(TaskQueryServiceRemoteClient.java:118)
    08/03/31 23:11:05 at ca.bell.rcss.services.taskmanagement.client.RemoteTaskServiceClient.getWorkflowContext(Unknown Source)
    08/03/31 23:11:05 ... 38 more
    08/03/31 23:11:05 Caused by: java.rmi.UnmarshalException: Error deserializing return-value: java.io.InvalidClassException: oracle.bpel.services.workflow.verification.impl.WorkflowContext; local class incompatible: stream classdesc serialVersionUID = 6104875137687627481, local class serialVersionUID = 4086410548907188559
    08/03/31 23:11:05 at com.evermind.server.rmi.RMICall.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMICall.java:109)
    08/03/31 23:11:05 at com.evermind.server.rmi.RMICall.throwRecordedException(RMICall.java:125)
    08/03/31 23:11:05 at com.evermind.server.rmi.RMIClientConnection.obtainRemoteMethodResponse(RMIClientConnection.java:517)
    08/03/31 23:11:05 at com.evermind.server.rmi.RMIClientConnection.invokeMethod(RMIClientConnection.java:461)
    08/03/31 23:11:05 at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:63)
    08/03/31 23:11:05 at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:28)
    08/03/31 23:11:05 at com.evermind.server.ejb.StatelessSessionRemoteInvocationHandler.invoke(StatelessSessionRemoteInvocationHandler.java:43)
    08/03/31 23:11:05 at __Proxy1.authenticate(Unknown Source)

    Some more information:
    1) The integration from the integration/worklistapp works fine for the custom workflows.
    2) I've tried using both the machine name and the http server name in the server url.
    3) Snapshot of the wf_client_config.xml:
    <servicesClientConfigurations xmlns="http://xmlns.oracle.com/bpel/services/client">
    <ejb>
    <serverURL>opmn:ormi://bangrcssdevsoa.sapient.com:6004:OC4J_SOA/hw_services</serverURL> <!-- for opmn managed instance -->
    <user>oc4jadmin</user>
    <password>iasadmin1</password>
    <initialContextFactory>oracle.j2ee.rmi.RMIInitialContextFactory</initialContextFactory>
    </ejb>

  • Crm sap integration with salesforce

    hello experts,
    My task is as follows:
    Tight integration of SFDC and SAP CRM in order to make Business Partners in sync across the systems. This will be a two way integration wherein any changes made to any business partner must be reflected in the other system upon batch/ real-time execution.
    Can anyone please give me some pointers to start off with this task?
    I would be highly grateful for any sort of help.
    Awaiting your response:)
    Regards
    Shilpi

    Hello,
    Have a look at these links,
    [Integration of SAP with  Sales Force|http://www.slideshare.net/Dreamforce07/i-t-e004-kelman-091807]
    [SAP CRM Strategy|http://www.gsem.co.kr/sap_crm/image/1.SAP_CRM_Strategy_2006.pdf]
    [Case Study: Real-time Manufacturing Dashboard|http://www.ridgian.co.uk/downloads/RidgianCICaseStudies.pdf]
    [Salesforce Product Sheet|http://www.pervasive.com/salesforce/salesforce_product_sheet.pdf]
    Thanks
    Chandran

  • BOBJ SAP Integration with Active Directory SSO via Portal

    Hi all,
    We are only interating BOBJ with BW/BI and the user experience is as follows:
    Users login to the SAP Portal using their Windows Active Directory user id and password to gain access to the portal.
    From my understanding at the moment, the way the interation kit works is that the BOBJ system is configured as per the manual importing the SAP roles and SAP users who will access the Crystal reports via either GUI or Portal.
    My question is: When creating a Crystal report is created, the connection details use SAP login credentials and in the CMC the SSO option can be set so that the SAP user who has logged onto GUI or Portal can launch the report... this is fine and works as intended taken that the user logged on with his/her SAP login. As per the user experience above, users log in using their AD Login into Portal, and never use GUI, where this in theory is SSO into Portal. So how does one get past the login screens (BOBJ and database) while preserving AD SSO to SAP and BOBJ?
    Any guidance, documents or comments will be much appreciated.
    Thanks
    Jacques

    HI,
    yes it is possible:
    take a look at the blogs I did on the install and configuration (specially the SAP Authentication):
    BusinessObjects and SAP - Installation and Configuration Part 1 of 4
    Install Part #1
    BusinessObjects and SAP - Installation and Configuration Part 2 of 4
    Install Part #2
    BusinessObjects and SAP - Installation and Configuration Part 3 of 4
    Install Part #3
    BusinessObjects and SAP - Installation and Configuration Part 4 of 4
    Install Part #4
    BusinessObjects and SAP - Configure SAP Authentication
    SAP Authentication
    Important here is that:
    - the BI System is configured to accept tickets
    - the portal and BI system are configured as trusted system
    - the SAP authentication is configured
    Ingo

Maybe you are looking for

  • HT1338 i lost my iphone and my macbook pro does not show the icloud in system pref. What do i do? how do i download icloud?

    I lost my iphone and my macbook pro does not show the icloud in system pref. how do i get icloud on my mac?

  • Connected to network but not internet :(

    I posted in the airport forum but to no avail, hopefuly some of you guys can help, here's my original post: I'm in a holiday lodge, which has a wireless network. I'm friends with the owner so I can fiddle with the modem/router, however as I type this

  • Group By clause is not working

    I have two columns Department and EmpName: Department EmpName Sales empname1 Sales empname2 Marketing empname3 Development empname4 Now I want to count the number of employees in every department.. I want the output to be Department Total Sales 2 Mar

  • Error when load sptial data by using sqlldr

    Currently, I have a shapeFile, so I have used shp2sdo tool to convert shapeFile to Oracle Spatial database. But when using sqlldr tool, I get the following errors: ----- Log file content ------ SQL*Loader: Release 10.2.0.1.0 - Production on Sat Mar 2

  • BAPI_BUPA_CENTRAL_CHANGE

    Hi Friends, please help me out!!!! am changing the search terms of a BP using FM BAPI_BUPA_CENTRAL_CHANGE and also i've used BAPI_TRANSACTION_COMMIT.... But still the DB is not updating and it is not throwing any error...... here is the  piece of cod