I defined a RESTful WebService. In the ws_create method I process the received XML an create new records in different foundsets.
In the calling application, I test with readyState() until the processing is finish.
With smaller XML files, will mean not so much records to create all works fine. If the XML is bigger, all records will be created, but the calling application never receive the the state 4. There is allways the state 1.
Have any one a idea, why do I get this behavior?
Thanks for any help.