Recent content by StarLite

  1. S

    Sending large amounts of data to a .NET webservice - Java Heap Space error

    I managed to 'fix' the Java heap space problem, by setting the maximum java heap space to 1024MB via the registry: (somehow I didn;t find the answer in the KB the last time :x) The problem is I am STILL running out of heap space (altho be it after a longer time). The problem is that the amount...
  2. S

    Sending large amounts of data to a .NET webservice - Java Heap Space error

    Hi there, I am currently building an OpenEdge 10.1B webservice and a .NET client to connect to it. I got it all running fine and nice, except when I request too many records at the same time. When I try to pass over about 1100 records I get a "Java heap space" SOAP error. Basicly my code does...
Back
Top