Is there any limitation in payload size

Hi all,
I would like to know whether there is any limitation in the payload received in a BPEL/HTTP Post process in SOA 11.1.3. Our clients are saying that they can send as big as 5 MB payload. Will that be an issue from the SOA side when receiving the payload?
Regards
SHY

In SOA 10g we have restrictions on payload of size of around 9MB,but in 11g there is no such constraint on payload size.

Similar Messages

  • Is there any limitation on field size that can be defined in Idoc segments

    Hi all,
    I have extended a standard Idoc type and in my extended segment I have defined four fields GUID (char32), info1 (char255) , info2(char255) , info3(char255).
    This is a total of 797 bits which is well within EDIDD-sdata(char1000). But I am not able to put more than 132 characters in either info1, 2 or 3.
    Is there any limitation on this ?
    Regards
    Priyanka

    Hi Priyanka,
    I personally feel this error is not due to limitations but it might be due to the IDOC extension you had made and hence the default settings.
    Could you please try doing this -
    Note: Users require an authorization in order to carry out the procedure.
    The following correction is carried out with a fictitious attribute: 'info'.
    a) Call Transaction SE11.
    b) Enter the attribute name into the 'Domain' field, followed by '' (wildcard). For example: info
    c) The system displays the following hit list:
    info1
    info2
    info3
    d) Select the first domain and choose 'Change'
    e) Correct the number of characters. Forexample:
    Numberof characters   255
    f) Activate this domain
    Assign points in case this helps.
    Rgds
    Sum

  • PBG4 Ti 1Ghz: Is there a limitation on harddrive size?

    Hi,
    I want to upgrade a PowerBook G4 Titanium 1Ghz. It's the last model before the Alu models came out and has a 60GB 4.200 rpm drive. Is there any limitation on the maximum possible size of the harddrive? Or can I just get the biggest and fastest PATA drive I want? I'm thinking about something like 120GB/7200 or 160GB/5400.
    Thank you
    Björn

    i did some research over at the excellent site xlr8yourmac.com in their drive database and it turns out the titanium machines (at least the 867/1ghz) will support drives larger than 137gb... so there you go!
    also, the 250gb WD drive i mentioned in my prior post is 5400rpm... seems like it would be perfect for your needs. The pricing ive seen on them is usually a little less than $200 US.

  • Is there any limitation of memory uses for apps in iPad2 or iPad3 ?

    Hi,
       Is there any limitation of memory uses for apps in ipad2 or ipad3 .For example an application can use 10% or 20% of available memory , is there anything like that or the apps can use the total available memory or like 90% of it ?
    I want to know about the memory distribution to the apps in ios .
    Would anyone suggest a right way ?
    Thanks

    iOS manages all memory. You should test your app in Instruments to be sure it is playing nice.
    See Advanced Memory Management Programming Guide

  • Is there any limitation of devices for purchased content?

    Hi there,
    Is there any limitation of devices i can download content i purchased on itunes store?
    For example if i bought a movie or and album, to how many devices maximum i can download this movie (of course with the same APPLE ID)
    Thank you in advance

    iOS manages all memory. You should test your app in Instruments to be sure it is playing nice.
    See Advanced Memory Management Programming Guide

  • Is there any limitation

    Is there any limitation to number of parameters to be passed to a procedure (when submitted using htp post )
    Thanks,
    NPR

    I believe Oracle has a imit of like 32k parameters, but there shouldn't be anything beyond that imposed by the way you're calling the procedure.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Is there any limitations to the maximum number of dimensions in MP?

    hi all
    Is there any limitations to the maximum number of dimensions can be created in Multi provider. If so how what is the maximum number of dimensions that can be created in a multi provider?
    regds
    haritha

    Hi,
    Maximum number of dimensions 16. Out of 16, 3 are system defined
    1.Datapacket
    2.Time
    3.Unit
    It is restricted to 16 because the maximum no of dimensions in any database is 16.
    Reward points if helpful
    Cheers
    Raj

  • Is there any limitation of nested select.

    Is there any limitation of nested select.If yes please let me know.

    Hi,
    There are no practical limits to nested SELECTs, but as other repliers have already pointed out they quickly become a performance hog. I have stopped using them for years, and when I teach ABAP performance classes I also quote them as one of the top "don'ts". With nested selects, the number of calls to the DBMS can easily become enormous, putting the database server under stress.
    A good alternative - the one I favour most myself - is to use SELECT INTO TABLE for the"outer" select, followed by appropriate SELECT FOR ALL ENTRIES statements to handle the inner levels.
    ABAP joins are another alternative. When properly written, a join will be faster than a nested select. The problem is however that very often joins are not properly written. SELECT statements should always respect the KISS principle (keep it simple, stupid) and with a join it is very easy to violate that rule. A join over 2 tables should probably be OK, but with 3 or more tables you want to be very careful. If you really want to code a complex join, I recommend that you also code the same logic with different means (INTO TABLE/FOR ALL ENTRIES or even nested selects) and then compare that with the join. By the way: don't just compare the performance, also make sure that the two return the same data. You wouldn't be the first to code a really fast join which unfortunately returns incorrect results.

  • Are there any limitations in the Student Edition

    Hi,
    I just purchased the Student Adobe Creative Cloud. Are there any limitations? Also, can I put this on both of my personal computers, or just one? Thanks!

    Hi Anuj,
    You can install the application on 2 machines with 1 license.
    Regards,
    Sheena

  • Alert Rules vs Alert Category - Is there any limitations for multiple rules

    I have an alert configuration implemented already and i want to add few more rules for the same alert category.  While creating the rules for new set of scenarios, I am able to create only one rule . Is there any limitations for having the rules per category ?

    Hi,
    If the Suppress Multiple Alerts of This Rule checkbox is selected (default setting), then no further alerts are generated once the rule has been met until the first alert has been confirmed.
    There is no limitation of creating alert rule for a particular alert category.
    Check out the steps of Alert rule configuration.
    Creating Alert Rules
    To create an alert rule in which you use a defined alert category, proceed as follows:
           1.      Give the rule a name (Description).
           2.      Select the alert category that you want to use by clicking the corresponding category in the alert category table.
           3.      If necessary, specify conditions for the sender or receiver, or both.
    ○       If your rule results in alerts that must be assigned to a specific message, select the option Yes for the Bound to Message condition.
    ○       If your rule results in alerts that are not assigned to a message, that is, they are caused by errors that occurred before the message was sent, select the option No for the Bound to Message condition.
    In this case you cannot enter any further details about the sender or receiver.
    ○       If the rule is to cover both cases, select the Not Relevant option.
           4.      If required, restrict the errors further to:
    ○       Errors reported from the Integration Engine (with or without error category or error code)
    ○       Errors reported from the Adapter Engine (with or without adapter type)
    You can enter an asterisk (*) in steps 3 and 4. You can enter just the asterisk, or enter it at the start, end, or start and end of a string.
           5.      To add the new rule to the list of alert rules, choose Add Rule.
    If the Rule Activated check box is selected (default setting), the rule is automatically activated when you add it and is displayed as active.
    If the Suppress Multiple Alerts of This Rule checkbox is selected (default setting), then no further alerts are generated once the rule has been met until the first alert has been confirmed.
    Once you have created a rule, it is automatically displayed in the list of alert rules. If you want to display the conditions of a rule, select a rule in the list and choose Show Conditions.
    Hope this will help you.
    Regards
    Aashish Sinha
    PS : reward point if helpful

  • Is there any limitation to render smx tcode in portal

    hey is there any limitation to render smx tcode in portal . as a transaction iview.

    How about searching Arch wiki?
    http://wiki.archlinux.org/index.php/KDE#Fonts
    http://wiki.archlinux.org/index.php/Fonts

  • Is there any limitation in xtract structure,while doing enhancement.

    is there any limitation in xtract structure, while doing enhancement.

    Hello Satish
    There is no limitation as such defined by SAP but let me teel you one thing, if your extract structure contains a lot of enhancement than it s better you go for using two extractor and then use Multiprovider for viewing all the data....basically when you enhance structure you customer exits which slower down the performence....
    For example you have 0FI_GL_4 extructure and want to see the payment detail by some SD attributes like sales office divisoion..bla bla bla...if small enhancement is there you can include these field in 0FI_GL_4 extract structure but if it is significant than you should create another extractor for getting SD related data and merge them in BW side in Multiprovider
    Thanks
    Tripple k

  • Are there any limitations for importing Apple Aperture Libraries for Lightroom 5.7 ? What can be the hardware limitation importing large Aperture Libraries like 200 gb ? Or is importing larger Aperture Libraries even possible at the moment for Lightroom 5

    Are there any limitations for importing Apple Aperture Libraries for Lightroom 5.7 ? What can be the hardware limitation for importing large Aperture Libraries like 200 gb ? Or is importing larger Aperture Libraries even possible at the moment to Lightroom 5.7 ?

    dj_paige wrote:
    As far as hardware restrictions, the only one I can think of is that you certainly need enough free space on your hard disk to accomodate the masters from your Aperture library.
    IIn which case, ensure all your masters are "referenced" in Aperture, and that you then go to Options in the Lightroom import box and import photos in their existing locations.

  • Is there a limitation on the Size of Attachments to SBO Documents?

    Hi, Experts.
    Is there a size limitation to the Attachments that you can Attatch to an SBO Document like an Activity?
    Does this depend only on the Hardware Specifications, or does SBO also limit the Size of Attachments?
    Any help would be appreciated.
    Thanks,
    Marli

    Hi Marli,
    There is no limitation on the size of attachment. Otherwise also, SBO stores only the name of the file and copies it to the attachment folder. Since, in SBO, only the name is stored, therefore the size of the attachment does not matter.
    Rahul

  • Is there any limitation about request.setAttribute() ?

    I need to set a CLOB data to request.setAttribute() , just wonder if there any size limitation of putting data to setAttribute() and dispatch to other jsp to pick it up?

    Only the maximum amount of memory in the Servlet Container itself. The RequestDispatcher will always dispatch to the same JVM in a distributed environment, so the data doesn't need to be Serializable.
    Brian

Maybe you are looking for

  • How to select the data

    Hi I have to select the hours from hourly_emps_type object type. pls help me..!! I have loaded the data into employees_v3 through sql loader. My dat file consists the data like this... Johny Quest, 18, 007, 32 Speed Racer, 16, 000, 20I want to displa

  • Generic Class Problem

    Consider the following simple class public myClass<E,F> {    \\ Constructor    public myClass(Object oE, Object oF) {       \\ constructor code }Does anyone know how to impose at compile time that Object oE implements an Iterator iterface over a cole

  • After configuring SSL, cannot run Report Manager but ReportServer works fine

    I'm using SSRS 2014 as part of SQL Server 2014 Express. I've configured both the Web Service URL and the Report Manager URL to use a Certificate and only allow port 443 traffic. I did this by removing the port 80 identity and adding an SSL Identity.

  • Can't update 9.0.0

    I have Acrobat Pro Extended 9.0.0.  The machine is a Windows 7 Pro 64 bit.  The program is properly installed and registered.  I would like to update it to the latest version of 9.  I am NOT interested in upgrading to later versions X or XI because I

  • Olympus E3 Camera Raw support

    Any idea when the new compressed Olympus raw format for the E3 will be available for Photoshop CS2 and Lightroom 1.2?