Hi, I’m using version 10.15 of webMethods.
The problem is the following: I have a SOAP client that consumes a service from a third party. This service returns a 14mb soap message, my soap client returns the following error:
com.ctc.wstx.exc.WstxEOFException: Unexpected end of input block; expected an identifier
at [row,col {unknown-source}]: [1,1048576]
The error is given in the pub.client:soapClient service, but if I make the call with the pub.client:http service it is able to recover the 14mb. According to the error it seems that it cuts the message in 10mb
Is there a parameter that controls the size of the soap messages?
Thank you