facebook

29,000 resultset gets "Maximum request length exceeded&

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #268796 Reply

    Hello,

    I’ve been using MyEclipse to generate a web client to communicate with a 3rd party vendor of ours. I’ve been querying a database and transferring the resultset to the web service objects that were generated by the wsdl file. Things have been going very well until I increased the size of the objects from 10 to 29,000. The ultimate requirement is to be able to do an initial 2 million objects followed by a weekly delta of about 1000.

    I get an error message and have been unable to find an answer here or anywhere else. I’ve included the top three lines below. The error seems to indicate a restriction on the size of the request length. Can this be increased somehow? Is there any way to find out what the actual maximum request length is? Any insight would be greatly appreciated.

    Thanks,
    Richard

    Exception in thread “main” org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: System.Web.Services.Protocols.SoapException: There was an exception running the extensions specified in the config file. —> System.Web.HttpException: Maximum request length exceeded.
    at System.Web.HttpRequest.GetEntireRawContent()
    at System.Web.HttpRequest.get_InputStream()

    – System Setup ——————————-
    Operating System and version: winXP
    Eclipse version: Enterprise 5.5.0
    Eclipse build id: 20070123-5.5.0-Milestone1
    Fresh Eclipse install (y/n): n
    If not, was it upgraded to its current version using the update manager? using the downloaded executable from MyEclipse website
    Other installed external plugins:
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 0
    MyEclipse version:
    Eclipse JDK version: 1.5
    Application Server JDK version: 1.5
    Are there any exceptions in the Eclipse log file?

    If this is a DB related question please answer the following:

    RDBMS vendor and version:
    JDBC driver vendor and version, and access type (thin, type-2, etc):
    Connection URL:
    Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:

    #268823 Reply

    Riyad Kalla
    Member

    This is really an XFire implementation question, and I’m just not sure.

    #268828 Reply

    The solution I’ve come to here is to go from one large submission of 29000 objects to 290 groups of 100 objects. I guess it makes sense that there would be a limit on the size of the data transmitted in one shot. Anyway, this works.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: 29,000 resultset gets "Maximum request length exceeded&

You must be logged in to post in the forum log in