Oracle Web Services On Demand Troubleshooting Guide > Error Codes: Causes and Solutions >

SBL-ODU-01004


This error code has no error symbol.

Generic Error Message

Request exceeded the limit of 28,800 KB.

Causes and Solutions

This Web service request has exceeded the maximum size for a Web service request.

Error Message

Request exceeded the limit of 28,800 KB.

Incorrect SOAP Request

The following incorrect SOAP request exceeds the maximum size for a Web service request. In the following SOAP request, ellipses indicate a large number of characters that are not shown in the request:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

   <soap:Body>

      <AccountInsert_Input xmlns="urn:crmondemand/ws/ecbs/account/10/2004">

         <ListOfAccount>

            <Account>

               <Id>ADSA-A7OKTQ</Id>

               <ListOfAttachment>

                  <Attachment>

                     <FileNameOrURL>Attached</FileNameOrURL>

                     <FileExtension>doc</FileExtension>

                     <DisplayFileName>A Doc Attachment</DisplayFileName>

                     <Attachment AttachmentIsTextData="true">0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAA 0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAA0M8R4KGxGuEAAAAAAA ... AAAAAAAAAAAAA</Attachment>

                  </Attachment>

               </ListOfAttachment>

            </Account>

         </ListOfAccount>

      </AccountInsert_Input>

   </soap:Body>

</soap:Envelope>

Resolving Error SBL-ODU-01004

Make sure that the size of the Web service request does not exceed the limit for a Web service request. The default value is 28,800 KB.

Correcting the SOAP Request

Not applicable.

Oracle Web Services On Demand Troubleshooting Guide Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.