Regarding Inputs to PAPI-WS

Hi,
Can anyone suggest, how can we pass Long[] as I/P arguments request to BPM process through PAPI-WS using SOAP-UI.
Thanks,
Abhishek

This might help you...
Example of a soap request with xml schema type input argument :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pap="http://bea.com/albpm/PapiWebService">
<soapenv:Header/>
<soapenv:Body>
<pap:activityPrepare>
<!--Optional:-->
<activityName>ErrorDisplay</activityName>
<!--Optional:-->
<instanceId>/Process#Default-1.0/1/0</instanceId>
<!--Optional:-->
<arguments>
<arguments>
<entry>
<key>inputCustomer</key>
<value><![CDATA[<?xml version="1.0" encoding="UTF-8" ?>
<Customer>
* <CustomerCode>OLD</CustomerCode>*
* <CustomerName>John Smith</CustomerName>*
* <ShipAddress>Madison 2939 NY</ShipAddress>*
* <BillAddress>Madison 2939 NY</BillAddress>*
* <Mail>[email protected]</Mail>*
</Customer>]]></value>
</entry>
</arguments>
</arguments>
</pap:activityPrepare>
</soapenv:Body>
</soapenv:Envelope>
thread reference-->Re: PAPI-WS InstanceCreateProcess and using arguments
Rgds,
Biltu

Similar Messages

  • Regarding input output field of the screen painter

    Hi Experts,
    I want to increase the height of the input output field in the screen painter.
    ie, multiline input output field.Is there any means?
    Or is there any alternative other than the input output field?
    Thanks & Regards,
    Soumya.

    hi,
    when u drag n drop some fields in the screen goto to one of the corners of dat fields drag to the extend u want to increase.
    or in attributes section  for u length n width of dat fields are available just increase to your wish.
    if helpful reward some points.
    with regards,
    Suresh Aluri.

  • Regarding input fiels

    Dear Frds
    I  have a input field
    and a drop down list 
    is it possible to trigger a input field without using a button?
    Drop down should show values based on the input field?
    Trigger input field with out any action or event is it possible?
    Trigger input field without having a button?
    Advance Thanks
    Shravan

    Hi shravan,
    Without using button, there is only onEnter Action of inputfield UI Element is available to perform a function.You can manipulate your dropdown values in onEnter action handler.
    Regards,
    Praveen

  • H470: Broken "Input tray" (Paper Tray) -- Replacement part ideas?

    My HP Officejet H470 Mobile Printer's "input tray" (or paper tray, lid, or closing lid) is broken. One of the 2 little "pegs" that work as its hinge have broken off. (Thanks, fabulous pet dog.) The part number, I believe, is CB028-67002.
    Until I find a replacement, I must now manually feed-in paper. 
    I found an after market part online: The plastic lid for $140! A used H470 on ebay now is $125. I believe I've found a "refurbished" for $60.  I will send a question direct to HP, but not feeling hopeful. 
    Ideas, anyone? If I should junk this printer -- which should be its replacement? Thanks!

    Hello StudioCity,
    Welcome to the HP Support Forums!
    Contacting HP's Technical Support to see about further options would be the best bet. If the part is available, you would able to order from them or check prices for a product replacement. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • TS3991 I was using a Numbers spreadsheet that had a lot of info on it. It started being difficult regarding inputting things on cells and then suddenly closed. I can't access it either on the iMac or in iCloud. What can I do to get the info back? Do I sto

    Can anyone help me get all my info that is locked in a NUmbers spreadsheet? I was inputting a lot of info when it started being a little difficult, and then it closed down on me. It now will not open telling me that there is no index in it!!
    I need that info and of course it has just happened when I am having problems with loads of houseguests and trying to set up an exhibition. I need that data.
    Please help me someone!

    The proper way to close Firefox is through the File menu "Exit" or the equivalent with the Firefox button.
    More detail in item '''#38 Firefox already running '''
    of
    [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 look like 3.6) (#fx4interface)]
    Firefox already running, to properly shutdown Firefox when closing the last window use File → Exit/Quit (or Firefox button → Exit). Closing Firefox with the [X] in the upper right corner closes the window ("Ctrl+W") but that does not necessarily close Firefox if it has subtasks running. If you want to close and reopen Firefox use the "Restart" within Add-ons if you made a change requiring a restart, or install "[https://addons.mozilla.org/firefox/addon/restartless-restart/ Restartless Restart]" ("Ctrl+Alt+R") which will allow you to take Firefox down and restart without having to check the Windows Task Manager to see if Firefox first actually ended. [http://kb.mozillazine.org/Firefox_hangs Firefox hangs]

  • Regarding  input combo box list of values

    Hi,
    I am using JDev 11.1.1.5.0
    I used the input combo box list of values in adf application based on VO.When I type a value in the input combo box and press TAB key,it gives first item of that list rather than that entered value and when I open the list, it shows the repeating values of the first item.
    Please suggest me some solutions.

    Hi,
    hard to say based on your description. Try with 11.1.1.6 or 11.1.17 and if it reproduces, provide a test case based on the HR schema. Is that an option ? Then send it my way in a zip file renamed to "unzip". My mail address is in my OTN profile, just follow the named link left to this reply
    Frank

  • Regarding Input text fields

    This is about fill in the blanks in flash 8 as2. In this i used input  text fields and three buttons.In first frame i used multiple input text  fields and a submit button. After filling all the blanks we click on  submit button then in the second frame we will show the result like if  the blank is correct it should change the color to green and if it is  wrong it should change to red.and in the frame i have check button when  we click on it will display all the answers. And when we click on  analyse button we have to display the answer which the user types and  the correct answers.
    And my problem is when we click on submit there is no difference in the blanks color all are in black only and i have assigned red to the wrong answer and green to the correct answer.
    and script on submit button is
    on (release) {
        gotoAndStop("Bl1");
        if ((_root.Bl.txt1 == "abc1") && (_root.Bl.txt2 == "abc2") && (_root.Bl.txt3 == "abc3") && (_root.Bl.txt4 == "abc4")) {
            _root.Bl.txt1.textColor = 0x006600;
            _root.Bl.txt2.textColor = 0x006600;
            _root.Bl.txt3.textColor = 0x006600;
            _root.Bl.txt4.textColor = 0x006600;
        } else {
            _root.Bl.txt1.textColor = 0xFF0000;
            _root.Bl.txt2.textColor = 0xFF0000;
            _root.Bl.txt3.textColor = 0xFF0000;
            _root.Bl.txt4.textColor = 0xFF0000;
    where "Bl" is the movie clip name and "txt1","txt2","txt3","txt4" are the var names for input text fields
    Please help........

    You are concatenating the conditions it will only work if all are true or  all are false
    on (release)
        gotoAndStop("Bl1");
        if (_root.Bl.txt1 == "abc1")
            _root.Bl.txt1.textColor = 0x006600;
        else
            _root.Bl.txt1.textColor = 0xFF0000;
        if (_root.Bl.txt2 == "abc2")
            _root.Bl.txt2.textColor = 0x006600;
        else
            _root.Bl.txt2.textColor = 0xFF0000;
        if (_root.Bl.txt3 == "abc3")
            _root.Bl.txt3.textColor = 0x006600;
        else
            _root.Bl.txt3.textColor = 0xFF0000;
        if (_root.Bl.txt4 == "abc4")
            _root.Bl.txt4.textColor = 0x006600;
        else
            _root.Bl.txt4.textColor = 0xFF0000;
    You can also run a for loop for optimizing the code further.
    www.darshanrane.com

  • Regarding Input and Out put format

    Hello Experts,
    While uploading my notepad file, how the system will identify individual fields,I can make it using delimeters like with commas( , ) or pipe symbols ( | ) or Space. So how it is able to understand each individual fields. For this where we do configuration in our scenario.
    Thank  you

    Hi,
    You have to use file content conversion(FCC) for this.Using this you can make your file adapter to understand your FIle.
    Converting File Content in a Sender Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Converting File Content in the Receiver Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm
    There are many blogs with many cases- You can find in SDN very easily-
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/sap.user72/blog/2005/01/06/how-to-process-csv-data-with-xi-file-adapter
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    Thanks,
    Vijaya.

  • Regarding input validation

    Hy to all,
               we are taking purchase order no from  user and  want to validate the user input.
    Can some one tell me how to implement validation....
    thanks in advance

    Hi,
    Pls check things like
    http://www.w3schools.com/js/js_form_validation.asp
    http://www.developertutorials.com/tutorials/javascript/javascript-form-validation-correction-050412/page1.html
    http://www.yourhtmlsource.com/javascript/formvalidation.html
    Eddy

  • Need solution regarding input text component

    when the user enters some text in the input text field in the priview mode, the text entered by the user will fall in the destination only when the user clicks somewhere outside the component. else the entered text will not fall in the destination.can some one help providing a solution such that when the user enters some text it should immediately fall in the destination. if this component does not support this requirement is their any other component which could meet my requirement?

    Hi Divya,
    you can do it by simply taking a Input Text make the destination for the Text as one cell in Excel and take another component "push Button". Make the Push Button's source as the Destination of the Input Text and its Destination as another cell.
    Now after entering the text in Input Text and when u will click on push Button, it will insert the Text in Corresponding cell i.e Destination of Push Button. Now you can use that value as you want.
    Hope it will Help u.
    Thanks
    Prakash

  • Regarding input output delays

    I have simple program for having some inputs and getting some outputs without any setting output delay.
    It is asked that i have to determine the maximum delay between input changes and the according change of the output.
     

    a,
    All logic has delay.
    All storage elements require a clock.
    All design in the FPGA device is done with a synchronous logic design flow (all logic is registered, all registers are clocked).
    So, you inputs are sampled by a clock, processed by logic, and output on a later edge of the same clock.
    A clock period constraint is applied to the design to meet timing.

  • Hewlett Packard Officejet 7000 e809a heavy paper wont load

    hi, 
    have problem wit my new HP Officejet 7000 wich wont load heavy media like 150-200 g/m2 an i have just no idea why when it should support card media up to the 200 and photo media up to 280 g/m2 any way here is an video and some photos attached about what happens with paper, looks like paper crashing to something inside printer
    http://www.pasteall.org/pic/22538
    80 g a4 office paper is loaded relatively fine same a3
    about driver paper setup it has no matter what do i set or how many paper is load (BTW heavy paper loads fine when i insert it wide side like on a3 size) no matter what os same problem under windows and linux
    question is what should i do with this issues 
    This question was solved.
    View Solution.

    Input tray paper 60 to 105 g/m2
    180 gm office paper paper is outside of the specification.
    Regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Help with Oracle Connection- "Input string was not in a correct format"

    Hello, can some one, anyone please help me. I have a simple VS 2005 C# application that connects to oracle. I've set it up to take the username, password and tnsname as arguments. I am using Client 9i, version 9.2.0.401 of Oracle.DataAccess.dll, and .NET Framework 2.0.
    It works fine when I run it from VS 2005, I have also set up a test machine w/o VS 2005 and ran my install package and it runs fine. I sent it to one of my co-workers and when he tries it the OracleConnection obect fails with the error.
    "Input string was not in a correct format"
    strange in that it is not an ORA error, just the identifed text!?
    Here is the code:
    ## begin code
    OracleConnection dbc = new OracleConnection();
    string sConnectString = "User Id=" + username.ToString() + ";Password=" + password.ToString() + ";Data Source=" + tnsname.ToString();
    dbc.ConnectionString = sConnectString.ToString();
    MessageBox.Show("Attempting to Connect to Oracle");
    dbc.Open();
    MessageBox.Show("Connected to Oracle: " + dbc.ServerVersion);
    ## end code
    Pretty basic, what could be going on?
    Since this only happens with an installation, I put in the message boxes to verify exactly where it chokes. I get the first message box, then an error with the identified text. I've seen a number of posts regarding input string format problems, but not a one dealing with OracleConnection.Open(). I added all the ToString() calls just to make sure everything was a string but it did not change the end result.
    Anyone? Thanks In advance!
    Eric S.

    Hello,
    well, i got a message "...string not wellformed format...", too.
    If you have defined the parameters as string, you don't need the additonal "ToString()". Please ckeck your tnsnames -string. Try to debug this. I believe you have copy the format from the tnsnames.ora and there you have much brackets.
    For example, two code snippets:
    As datasource i use <Server>:<Port>/<Instance>
    try
    string FDsn ="User Id="+FDbUser+";Password="+FDbPwd;
    FDsn +=";Data Source=wth5:1521/Ora9.wth5";
    FConn = new OracleConnection(FDsn);
    FConn.Open();
    if (FConn.State == ConnectionState.Open )
         FConn.Close();
    catch (Exception ex)
         FStateMsg = "Connection to database failed. Check Configuration in parameter: ConnectionString. " + ex.Message;
    Above i connect to a Ora 9.2.0.1
    by using
    FDsn +=";Data Source=wth5:1522/XE";
    i connect to an OraExpress database on the same machine.
    My Oracle.dataAccess.dll ist the newest, 10.2.... and it runs under Framework 1.1.x and Framework 2.x
    I'll hope it will help you. Best regards!

  • Input Schedules

    Hello All,
    I have a question regarding Input Schedules security. We have a balance sheet input schedule which lists all the balance sheet items. But we have planners who have been assigned to work on specific lines of balance sheet items. How can I specify the security for this? I do not want to setup the security using Accounts. This will be difficult to maintain. Instead I am looking for alternate approaches.
    One way, I was thinking about is, having a user-name tied with a functional group (group of accounts based on functionality) and provide this as a parameter in the EVDRE memberset to retrive the accounts affiliated with the login profile. Challenge with this is a person can be assigned as  a backup to perform someone's task when he/she is on vacation.  So I am thinking to maintain multiple userids in the functional group which will be a property of ACCOUNT. Now I am curious if I can specifiy in the memberset to check for contains Strin? For instance if Account1, functional group is user1, user2. If User2 logs in, it has to specify accounts affiliated with functional group.
    If there is anyother way to accomplish the above mentioned functionality, please let me know too. I do not want to create specific input schedules for each one of the balance sheet item groupings...
    Thanks..

    I hesitate to mention this method, but it involves adding another cube.  Then you would use the additional cube as the foundation for the EVDRE expansions.  This process would use combinations of account, user, entity and all, to define the parameters for input.  The difference is that you will need another dimension that has the "USERS" in some capacity, preferable as not named, but as by process / position  to define the access points.  Then use the USER ID to match to a property in the Process/position app to define the expansion on which to base the evdre, so that even if they are a backup, maybe you could segment the reports or properties by lead / backup role for that period.  Or, turn it on and off by usingthe 1 / 0 combination for the time/account/position/etc combinations.
    Anyway, this would be my 1st choice in design, but would require more effort and thoughts than using security on the account.
    Hope this helps.

  • Ideal input level for mastering limiter?

    Hi,
    I am mastering my own electronic dance music tracks, and have a question regarding input levels when using a mastering limiter.
    Typically, I mix down to a 24-bit, 44.1k stereo .wav file with a max peak level of -6 db.
    My question is this: in the mastering process, will a mastering limiter work better if the input level is brought up prior to hitting the limiter, for example, by using Logic's Gain plugin? Or is it better to leave as much headroom as possilbe before hitting the limiter?
    Thanks for anyone's help.
    Cheers

    Hey KC,
    Good article, thanks. I'd already read a lot of material on Ian's web site and watched a few of his videos, and I consider him a good authority on the matter. Within the article you suggested, I found that answer, which is Ian talking about how, if you push a limiter too hard, the sound degrades - and this is something I thought I had noticed, to varying degrees, with different limiters. So thanks for that reference, I really appreciate it, and thus question solved
    Also, just want you guys to know that:
    a) I do use gentle compression on the mix prior to the limiter
    b) I do sometimes use side-chain compression on the bass, and sometimes do the same on mix groups, or other individual instruments, to clear out room for the kick and/or as an artistic decision
    c) I am not a loudness freak..really... Seriously though...I do try to keep dynamic range in my material
    Thanks again KC & Eriksimon. Cheers

Maybe you are looking for

  • Sharing ITunes Library with 3 users on same computer

    I am having a hard time figuring out how to share the I-tunes library amongst different users on the same computer. I purchase the songs on one userid but my kids each have a separate login and would like to be able to listen to songs with whomever i

  • Need CSS formating help

    I'm new to CSS and I am used to HTML tables but I have a new client who needed a site in CSS. (I used one of the Dreamweaver tempates) After using the template I needed to put in a flash app where a jpg was and now the center text formating gets scre

  • Substract one day form end date

        Hi All, I have requirement where I need subtract one day from end_date if the start date of next row is the same and leaving the last row_id as it is and only if the customer id is the same. Any suggestions Current Values: customer_id row_id star

  • Perf issue : wrong choice of index

    Hi, I'm on 10.2.0.4, AIX5.3 Statistics have been gathered, they are up-to-date. I have a query which run for several hours, here is the query : UPDATE ps_AB_PDI_CN_TAO_TMP                               SET country_2char = COALESCE((                  

  • I want to spit cell the value into two separate columns like f_name & l_nam

    Hi Guys, I have excel data in one cell with ',' separated data. sample data: empno ename 121 ravi,kann 232 ram,raman here ename value in one provided in one cell. Now i want to spit cell the value into two separate columns like first_name and last_na