I have a project in SoapUI and my request works there and I get the expected response. In my Java (Axis2) code I'm sending a request, however this time I get this error
java.net.SocketTimeoutException: Read timed out.
The strange thing is I can copy the output from my Java code (Which I am sending and doesn't work) into soapUI and it works.
I've looked into things like upping the timeout, setting some different properties and looked for differences between the setup of soapUI and my Java code but I can't seem to find anything
Does anyone have any ideas on what could be causing this issue? I know it's very general but any help is greatly appreciated, thanks.