Pega soap service with greater than 10MB data(18 to 20 MB)
Hi,
We are trying to invoke a pega soap service with greater than 10MB data on it.We are using WAS7 and IBM HTTP web server. The soap service intern make another soap connector call for attaching document.
We are getting HTTP 500 error because of some hung thread and some time socket time out issue while using soap UI. Issue is not happening if the size is less than 10MB.
Is there any size constraint with soap service request?Any specific app/web server configuration required to handle this large 18 to 20 MB soap request to get processed?