BPM Creation

Hi Folks,
I have a scenario like this,
I am getting file from FTP system using FILE ADOPTER to the XI system.
Once I get the file into XI system I should send confirmation message to FTP system saying that "I got the file" kind of stuff.
I am very sure that we have to BPM for this,
Can any body give me the step by step documentation.
Thanks
M

System acknowledgments used by the runtime environment to confirm that an asynchronous message <b>has reached the receiver.</b> Means you can check for the system availability, FTP address/FTP parameters is right etc.
Application acknowledgments used to confirm that the asynchronous message has been <b>successfully processed at the receiver.</b>
Using BPM, you can handle System Acknwoeldgements, with the the help of Send System with Acknowledgement context(mode)
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/65ce41ae343e2be10000000a1553f6/frameset.htm
<i>where once XI system receive a file we can send some kind of message to the FTP.</i>
Can be done as mentioned above.
For this , you can easily do, in such a way that, once you recieve the message in BPM, you can send the "Success" message directly to the Sender.
But I don't think there is any importance for that. That means, just recieveing the message and telling the sender that I have got the message. In this case, if error happens only in picking of the files right ? For this you can go with Configuring the Alert (for Adapter Errors- in SP14 and above) whenever there is any error in the getting the file into the XI.
Hope this helps,
Regards,
Moorthy

Similar Messages

  • BPM + MDM Multi record creation

    Hi everyone!
    We are developing Master Data Governance scenario with MDM + BPM. The key concept is creation, update and approval of MDM record in a BPM process. Tasks are human based.
    So we came upon the following question.
    Is it possible somehow to model the process in the way that Create Record task will include multi record creation. So that the user can create several records at once (one by one) - and they will then be maintained in a single process instance. It's also perfect if the user will see prior created records (during that specific process run of course) on his screen in a task UI. For example when user is creating the third record he can refer to previous two that he has already created while performing that task.
    I must note that we are using CE 7.2 so that we don't have access to BPM API. That's a limitation.
    Any guidelines or ideas on that case will be highly appreciated.
    Thanks in advance,
    Peter

    Hi Peter,
    We have successfully implemented one such scenario. I hope you are using WDCs.
    You can follow this approach:
    1) Take ResultSet and ItemDetails WDC in wrapper DC application.
    2) You can create record in ItemDetails and save it in MDM.
    3) Retreive the record id of created record by ItemDetailsInterface.getRecord.getid
    4) Set this record id in ResultSet's context i.e. RecordIDs.
    5) Follow the same process again and you will have multiple records created. Also user can see the records created in the process.
    6) While passing them, get the array of records from ResultSets context, you can read it and store it as a comma separated string context while passing to BPM.
    7) In the, lets say, Approver screen, retrieve this comma separated stream of records and set again as a array in ResultSet of an Approver.
    This way you can have multiple records created in a single process.
    -Abhijeet

  • Regarding Participant Creation::Authentication in Oracle BPM Admin Console

    Hi,
    Q1:- Could anyone help me in validating whether we can additional information about participant in Admin console. The parameters available for Participant creation are:
    UserId, First Name,Last Name, Email, Password, Confirm Passowrd, etc.
    Now suppose, I want to add Manager's information also like Manager's Name and Manager's ID with the Participant information. These fields are not present in Participant Creation form.
    Is it possible to add these information also?? If yes, how??
    Q2:- We are using PAPI API where we have ASP.net which is used as Front-End and thru PAPI, BPM process is initiated which means we are not going to use BPM Workspace at all. Is it possible that we can disable the Authentication property of BPM Engine when we require interaction with external .net application via PAPI API. Please suggest?
    Thanks in advance,
    Abhishek

    Hi,
    not any thing new from the already given answer. But, i hope this examples gives more clarity.
    Answers below:
    1) ORACLE_SID is the answer
    2) see the output below.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 61785680 bytes
    Fixed Size 730704 bytes
    Variable Size 58720256 bytes
    Database Buffers 2048000 bytes
    Redo Buffers 286720 bytes
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    mytestdB
    SQL>
    SQL> show parameter db_name
    NAME TYPE
    VALUE
    db_name string
    mytestdB
    3) Check environment variables for ORACLE_HOME variable will let you know the location of the PFILE. By default it will be ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
    SET command will help you or use widows options.
    In some other cases, the PFILE contains the link to it with IFILE value left in PFILE which should show the location.
    4) Check environment variables for ORACLE_HOME variable will let you know the location of the password file. By default it will be expected in ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
    Regrds,
    Vasu.

  • BPM Process Creation Error While Viewing in BPM Workspaces

    Hi,
    I am working in creating workflows in BPM according the Organizational need. I just have started to do so. But, While i have create and deploy a simple Process in JDeveloper 11.1.1.6.0, the process is deployed successfully. When, I login into BPM/Workspaces User, Application which, i have developed earlier is shown there but when i open this application, there is nothing to display in Browser Only empty window is open. Can anybody provide useful suggestion to resolve this issue. I will waiting for your response. Thanks.

    See the last post in this thread (adding application URL to the composite)-
    Re: Binding ADF Components in Task Form
    Also as mentioned earlier check your logs if any other error is causing the blank page

  • BPM Process Creation: Can't find bundle oracle.bpm.fusion.soa.msg

    Hi
    I cant create a BPM process in my Jdeveloper .4, .5 or .6. I have updated all them with the BPM extension. While creating a BPM application, the technologies being included in the application, i.e. BPM and SOA are correct. However, on the next page, I can't see any templates. Even if I click finish at that page, only a simple SOA project (not a BPM one, since the BPM Project Navigator tab is absent) gets created with an error log:
    SEVERE: Exception while updating observer[1]: oracle.tip.tools.ide.fabric.addin.SCAAddin@b8a11a
    java.util.MissingResourceException: Can't find bundle for base name oracle.bpm.fusion.soa.msg.BPMNStringResourceBundle, locale
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:952)
         at oracle.javatools.util.BundleLoader.getBundleImpl(BundleLoader.java:130)
         at oracle.javatools.util.BundleLoader.getBundle(BundleLoader.java:167)
         at oracle.javatools.util.BundleLoader.getBundle(BundleLoader.java:152)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getChildElementValue(SCAConfig.java:580)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.loadComponentType(SCAConfig.java:451)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.loadComponentTypes(SCAConfig.java:395)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.<init>(SCAConfig.java:370)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getSCAConfig(SCAConfig.java:148)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getSCAConfig(SCAConfig.java:133)
         at oracle.tip.tools.ide.fabric.addin.ScaProjectNodeListener.<init>(ScaProjectNodeListener.java:71)
         at oracle.tip.tools.ide.fabric.addin.SCAAddin.handleObjectOpenedEvent(SCAAddin.java:462)
         at oracle.tip.tools.ide.fabric.addin.SCAAddin.update(SCAAddin.java:348)
         at oracle.ide.model.IdeSubject.notifyObservers(IdeSubject.java:98)
         at oracle.ide.model.Node.notifyObservers(Node.java:786)
         at oracle.ide.model.UpdateMessage.fireObjectOpened(UpdateMessage.java:673)
         at oracle.ide.model.Node$14$1.run(Node.java:2878)
         at oracle.ide.model.NodeListener.invokeLaterIfNeeded(NodeListener.java:158)
         at oracle.ide.model.Node$14.nodeOpened(Node.java:2869)
         at oracle.ide.model.Node$5.run(Node.java:2531)
         at oracle.ide.model.Node.fireNodeEvent(Node.java:2467)
         at oracle.ide.model.Node.fireNodeOpened(Node.java:2529)
         at oracle.ide.model.Node.open(Node.java:988)
         at oracle.ide.model.Node.open(Node.java:922)
         at oracle.ideri.navigator.DefaultNavigatorWindow.openDataNodes(DefaultNavigatorWindow.java:1237)
         at oracle.ideri.navigator.DefaultNavigatorWindow.restoreExpansionState(DefaultNavigatorWindow.java:1215)
         at oracle.ideri.navigator.DefaultNavigatorWindow.loadLayout(DefaultNavigatorWindow.java:619)
         at oracle.ide.navigator.ProjectNavigatorWindow.loadLayout(ProjectNavigatorWindow.java:391)
         at oracle.ide.docking.DrawerWindow.loadLayout(DrawerWindow.java:640)
         at oracle.ide.navigator.ApplicationNavigatorWindow.loadLayout(ApplicationNavigatorWindow.java:1174)
         at oracle.ideimpl.docking.DockStationImpl.loadViewData(DockStationImpl.java:1353)
         at oracle.ideimpl.docking.TitledPanel.loadClientLayout(TitledPanel.java:1376)
         at oracle.ideimpl.docking.TitledPanel.loadLayout(TitledPanel.java:1714)
         at oracle.ideimpl.docking.TitledPanelXMLDockLayoutPersistence.loadComponent(TitledPanelXMLDockLayoutPersistence.java:29)
         at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
         at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
         at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
         at oracle.ideimpl.docking.SidePort.loadLayout(SidePort.java:255)
         at oracle.ideimpl.docking.DockStationImpl.loadValidLayout(DockStationImpl.java:1965)
         at oracle.ideimpl.docking.DockStationImpl.loadExistingPositions(DockStationImpl.java:1654)
         at oracle.ideimpl.docking.DockStationImpl.onStartup(DockStationImpl.java:1629)
         at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.java:1473)
         at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.java:36)
         at oracle.ide.layout.Layouts.activate(Layouts.java:814)
         at oracle.ide.layout.Layouts.activateLayout(Layouts.java:192)
         at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:728)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Would really appreciate some quick help.
    Thanks,
    Pulkit

    Guessing you might hear from Oracle that the URL reference in your thread below is pointed to an the old version and that the classes are no longer supported.
    As you know, this is not the case - the URL you have in your thread for the API is the latest for 11.1.1.6. Both classes you mention should be supported (at least according to the Javadoc) and in a recent search I was not able to find them either.
    Might be worth a call to Oracle Support to either straighten out the Javadoc or get you a patch.
    Dan

  • New user creation for accessing BPM work list

    Hi,
    I have installed AIA in my system and by default it allows me to login to the BPM worklist using AIAIntegrationAdmin user. All the error notifications are also sent to this user.
    If I want to send error notifications to other users and provide them access to BPM worklist, how should i go about it?
    Pointers to this would be great help.

    hi,
    As mentioned i have created a user (named TestUser) in enterprise manager and given him the roles of ascontrol_monitor and ascontrol_appadmin. I have made an entry of this user in users-properties.xml. Still i am not able to login into worklist with this user credentials.
    Please find the user definition I added in users-properties.xml file:
    <userObject>
    <name>TestUser</name>
    <description>Demo User</description>
    <email>[email protected]</email>
    <title>Load Agent 5</title>
    <firstName>Test</firstName>
    <lastName>User</lastName>
    <manager>jstein</manager>
    <timeZone>America/Los_Angeles</timeZone>
    <languagePreference>en-US</languagePreference>
    <notificationPreferences>Mail</notificationPreferences>
    </userObject>
    PLease let me know if i have to make changes at any other places.

  • Creation of Roles/Participants in BPM programmatically

    Hi ,
    I have the following requirement :
    I am creating users in Weblogic Portal using Portal API.So when i create the users at the same time i need to trigger a call to create the rol/participant information in ALBPM.
    Is there any API, to do so.Could anyone help me out in this ..its urgent!!!!
    Thanks in advance
    Regards,
    Shiny

    Use the classes located in Fuego.Fdi,
    specifically for creating a participant use:
    Fuego.Fdi.DirHumanParticipant , method create

  • BPM Process chain takes long time to process

    We have BI7, Netweaver 2004s on Oracle and SUN Solaris
    There is a process chain (BPM) which pulls data from the CRM system into BW. The scheduled time to run this chain is 0034 hrs. This chain should ideally complete before / around 0830 Hrs. <b>Now the problem is that every alternate day this chain behaves normally and gets completed well before 0830 hrs but every alternate day this chain fails…</b> there are almost 40 chains running daily. Some are event triggered (dependent with each other) or some run in parallel. In this, (BPM) process chain, usually there are 5 requests with 3 Delta and 2 full uploads (Master Data). The delta uploads finishes in 30 minutes without any issues with very few record transfers. The first full upload is from 0034 hrs to approximately 0130 hrs and the 2nd upload is from 0130 hrs to 0230 hrs. Now if the 1st upload gets delayed then the people who are initiating these chains, stop the 2nd full upload and continue it after all the process chains are completed. Now this entire BPM process chain sometimes takes 17 -18 hrs to complete!!!!!
    No other loads in CRM or BW when these process chains are running
    CRM has background jobs to push IDOCS to BW which run every 2 minutes which runs successfully
    Yesterday this chain got completed successfully (well within stipulated time) with over 33,00,000 records transferred but sometimes it has failed to transfer even 12,00,000 records!!
    Attaching a zip file, please refer the “21 to 26 Analysis screen shot.doc” from the zip file
    Within the zip file, attaching “Normal timings of daily process chains.xls” – the name explains it….
    Also within the zip file refer “BPM Infoprovider and data source screen shot.doc” please refer this file as the infopackage (page 2) which was used in the process chain is not displayed later on in page number 6 BUT CHAIN GOT SUCESSFULLY COMPLETED
    We have analyzed:--
    1)     The PSA data for BPM process chain for past few days
    2)     The info providers for BPM process chain for past few days
    3)     The ODS entries for BPM process chain for past few days
    4)     The point of failure of BPM process chain for past few days
    5)     The overall performance of all the process chains for past few days
    6)     The number of requests in BW for this process chain
    7)     The load on CRM system for past few days when this process chain ran on BW system
    As per our analysis, there are couple of things which can be fixed in the BW system:--
    1)     The partner agreement (transaction WE20) defined for the partner LS/BP3CLNT475 mentions both message types RSSEND and RSINFO: -- collect IDOCs and pack size = 1 Since the pack size = 1 will generate 1 TRFC call per IDOC, it should be changed to 10 so that less number of TRFCs will be generated thus less overhead for the BW server resulting in the increase in performance
    2)     In the definition of destination for the concerned RFC in BW (SM59), the “Technical Setting” tab says the “Load balancing” option = “No”. We are planning to make it “Yes”
    But we believe that though these changes will bring some increase in performance, this is not the root cause of the abnormal behavior of this chain as this chain runs successfully on every alternate day with approximately the same amount of load in it.
    I was not able to attach the many screen shots or the info which I had gathered during my analysis. Please advice how do I attach these files
    Best Regards,

    Hi,
    Normally  index  creation or deletion can take long time in case  your database statistics are not updated properly, so can check  stat  after your data loading is completed and index generation is done,  Do creation of database statistics.
    Then try to recheck ...
    Regards,
    Satya

  • Creation an ADF Task Flow Based on a Human Task

    Hello!
    While creating ADF Task Flow Based on a Human Task, I can't bind New TaskFlow to task, which I choose in Dialog.
    Details:
    I Have:
    BPM Project with PackageCreation.task
    ADF Project in Same Application
    I do:
    1. in Application Navigator right click on ADF Project -> New -> Web Tier -> JSF -> ADF Task Flow Based on a Human Task
    in creation Dialog I choose PackageCreation.task and Don't change name of New TaskFlow (automatically JDeveloper set this name to PackageCreation_TaskFlow)
    I have After that:
    new ADF Task Flow and my old PackageCreation.task.
    Question:
    Why my Task don't bind to created ADF task Flow based on it?
    I think, that while creating ADF Task Flow Based on a Human Task it has to change my task, writing some thing like This (inside xml):
    <taskFlowFileLocation>file:/D:/JDeveloper/mywork/SalesQuoteLab/EnterQuoteUILab/public_html/WEB-INF/EnterQuoteDetails_TaskFlow.xml</taskFlowFileLocation>
    That xml element is creating in xml of *.task, while making auto-generation form for human task in BPM Project.

    Juan C,
    I use JDeveloper 11g Release 1.
    May be I didn't explained my question correctly.
    taskdetails1 is creating, and in Data Controls I have objects of my BPM Human Task Payload.
    But in that file "PackageCreation.task" in source I can't find any link to instantly created TaskFlow.xml in my UI project.
    So, I have
    NEW project "PackageCreationUI" with PackageCreation_TaskFlow.xml in it (and TaskDetails1 file too).
    AND Did't Changed PackageCreation.task in BPM Project.
    If I use *"BPM form creation wizard"*, after creating project and TaskFlow in it I see Changes in PackageCreation.task in BPM Project, something like that:
    <taskFlowFileLocation>file:/C:/JDeveloper/mywork/testApp/PackageCreationUI/public_html/WEB-INF/PackageCreation_TaskFlow.xml</taskFlowFileLocation>

  • To launch Oracle BPM deployed Web Services [In BPM Enterprise]

    Hi all,
    I have expose my Process Instance into Web Services in Studio.
    It is working well. In Studio, I start the Engine (Run -> Start Engine),
    Then, I Start the Web Services (Run -> Launch deployed Web Services webapps).
    It would show me my local webservice links.
    http://localhost:9000/albpmServices/<ProjectName>/ws
    But, I unable to launch this Web Service Webapps, when i deploy the project into Oracle BPM Enterprise with Weblogic Server.
    May know what is the link for BPM Enterprise?
    Regards,
    Chris

    My URL is:-
    http://localhost:9000/albpmServices/TestProject/ws/TestProcessServiceListener?wsdl=true
    and it does not seem to open the WSDL when I start the enterprise server engine..
    I have the process exposed as a web-service with two methods..
    One for Process Creation and another for Notification Wait Activity...
    I have also checked the box to start PAPI WS Services on my standalone server
    Is there some other config that I need to make inside my standalone server to get this WSDL?
    I understand that standalone works on Tomcat...

  • How to get current task ID in BPM

    Hi guys,
    I have a requirement where I need to get the current active UWL task id in BPM context. I  have seen the following code to create a direct execution url for a BPM task.
    // begin session
          IUWLSession uwlSession;
          uwlSession = uwlService.beginSession(uwlContext, sessionIdleTimeout);
          uwlContext.setSession(uwlSession);
          IUWLItemManager itemManager = uwlService.getItemManager(uwlContext);
          QueryResult result = itemManager.getItems(uwlContext, null, null);
          ItemCollection items = result.getItems();
          Item item = null;
          for (int i = 0; i < items.size(); i++) {
            item = items.get(i);
            Map params = new HashMap();
            params.put("taskId", item.getExternalId());
            String executionURL = WDURLGenerator.getApplicationURL("sap.com/tc~bpem~wdui~taskinstance", "ATaskExecution", params);
    This works fine, but this is looping through all the tasks assigned to a user.  How do I get the current task ID. I want to use the code inside webdynpro application which is caled as a human activity in BPM. When this WebDynpro application is called I would like to know the current task ID.
    As an FYI , UWL configuration passes the current task ID as a Dynamic parameter to "sap.com/tcbpemwdui~taskinstance"
    application.
    Please help if someone can identify how to get this value in my custom WD.
    Thanks,
    Yomesh.

    Yes. there is no API to get the current task.
    Try this:
    WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("wi_id");
    But i still say a bit confused with your requirement.
    The task id gets created only upon creation of a task. And you want this current task id in the BPM Process context? How is it possible unless and until some action takes place and the data is passed from WDJ to BPM Context?
    Please clear my doubt.

  • How to config. different Operations of the same Interface to different BPM

    Hi Gurus
       I have a very urgent problem.
       The requirement is like this:
       Customer creates an invoice in A1S and release it. Information of the invoice is retrieved via two service interfaces:
            CustomerInvoiceProcessingInvoiceAccountingOut
            CustomerInvoiceProcessingReceivablesPayablesOut
            with operation NotifyOfInvoice;
       These two interfaces will transfer the information into XI and the information will be filled into a BAPI, BAPI_ACC_DOCUMENT_A1S, to R3. Then the finacial document together with the invoice will be created in the R3.
       when customer cancels the invoice in A1S, Information of the cancellation is retrieved via the same two service interfaces:
            CustomerInvoiceProcessingInvoiceAccountingOut
            CustomerInvoiceProcessingReceivablesPayablesOut
            with operation NotifyOfInvoiceCancellation;
       These two interfaces will transfer the information into XI and the information will be filled into a BAPI, BAPI_ACC_DOCUMENT_REV_POST, to R3. Then the reverse finacial document will be created in R3.
        My solution is like this:
        1. for invoice creation:
         Both messages sent to BPM_1, then send to R3.  3 interface determinations are needed for 3 abstract interfaces.
        2. for invoice cancellation:
         Both messages sent to BPM_2, then send to R3. 3 interface determinations are needed for 3 abstract interfaces.
        My problem is this:
        No matter during creation or cancellation, the same interfaces are triggered. The related receiver determination will distribute the information to both of two BPMs. However the information only contains data of one operaton: creation or cancellation. Error messages will appear in monitor for the other BPM. For example, when customer creates an invoice, the information only contains data of creation whereas it is sent to two BPMs via the receiver determination. the BPM for cancellation surely can not deal with this information then error appears.
        My question is : how can i solve the problem? How can i avoid the appearance of the error? thanks
    Message was edited by:
            SAP LCR

    Hi,
    In the receiver determination you can route the message to the RIGHT BPM according to the content of the payload. So each time only one BPM is called.
    Regards,
    Hui

  • Why can´t i have more than one initiator task on my bpm process

    Hi All.
    I am working with BPM 11g and would like to know:
    Why can´t i have more than one initiator task on my bpm process
    In this case, i will have two separeted process where each has its initiator task?
    Regards,
    Diovani

    Hi Diovani
    Two different processes can have different task initiators...task initiator means creation of a process instance which can happen only once

  • Creation of Import Map for Business Partners

    Hello Guru's,
    Can anyone guide me how to create import maps for Business Partners please , we use Text files.
    Thanks in advance
    Regards
    Srihari

    Hi srihari ,
    Kindly refer to the below links for some further help in this area:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_mdm/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31303335373733%7d
    /people/satyajit.chakraborty/blog/2009/01/15/central-mdm-business-partner-creation-scenario-with-galaxy-bpm--part-i
    /people/satyajit.chakraborty/blog/2009/01/16/central-mdm-business-partner-creation-scenario-with-galaxy-bpm--part-ii
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Creation of  WSDL file & import it in the creation of automated activity

    Hi Friends,
    I want to create BPM process for automated activity.I have created task for human activity. I have created CAF Application,but I dont know how to ceate/import WSDL file(This WSDL file is used to assign the interface to the automated activity).Can anyone explain about WSDL file creation and it's significance.
    (I am following one document 'Creating BPM Process with Human and Automated Activities' from this link ' https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/501bd56f-a5a6-2b10-4fbf-a61a64055fe4')
    Regards,
    Pranjali

    Hi Pranjali,
    WSDL is a document written in XML. The document describes a Web service. It specifies the location of the service and the operations (or methods) the service exposes. WSDL types are used to describe the data. XML Schema is used (inline or referenced) for this purpose.
    Refer to the below link for more deatils on WSDL:
    http://en.wikipedia.org/wiki/Web_Services_Description_Language
    Also there are numerous documents avaiable on this topic, just do a google search.
    Hope this helps!!
    Cheers,
    Arafat

Maybe you are looking for

  • Cannot open properties and printer randomly prints mirror for what appears to be no reason

    First I couldn't get a pdf to print.... So I check with Adobe and they say get latest drivers. So... I go to HP and get this big file to reinstall the whole printer. I uninstall and reinstall.  The fax part won't install but I don't use it so who car

  • Proc: error while loading shared libraries: libwtc9.so

    Hi, I have a server with RHAS 3.0, and installed 10g database and 10g Forms and Reports. Now, I try to compile my ProC but I receive the following error: "[sustore@teste01 src]$ ./comp_all conv_scci.pc conv_scci.pc proc: error while loading shared li

  • N8 Music player

    Any one please tell me that how can I set my songs on continuous mode. 

  • Recompiling the Kernel

    Hey guys, I have been playing around with compiling my own kernel on Arch. I have mainly been the method outlined on the Arch Wiki about customising the Kernel26 package, from ABS and using PKGBUILD. I can successfully get kernels to compile and use

  • Using Java oracle.spatial.util.SampleShapefileToJGeomFeature : ESRI SHP

    Hi, I am trying to import an ESRI shapefile using the Java class oracle.spatial.util. I have to add a remark, that I have set the classpath with the command set classpath=.;%ORACLE_HOME%\jdbc\lib\ojdbc14.jar I am using Oracle 11g and I don't have thi