I am working on a client APP which communicated with the third party API though SOAP. The App runs fine on my local machine but becomes slow by 10x on uploading to AppEngine, on further investigation it was found that its the underlying jax-ws used by the client library which is causing the slow down.
One important thing was on increasing the number of instances the performance increases significantly but in that case the instance consumes more resources.
I cannot find any solution to this problem any guidance would be helpful.
PS: The client library I am using is this.