Hello, We are having an issue with Axis2 where for every SOAP call we make, the client also makes a call to retrieve the WSDL file prior to making the actual call. Is there a way to tell the client to use a local file or in-memory string for its WSDL instead of retrieving it from the server? The app in question is communicating with a Magento eCommerce server via its SOAP API, and the WSDL file is 390K, which is killing performance. The web server log shows the following, where the GET request is for the WSDL and the POST request is the actual SOAP call.
127.0.0.1 - - [26/Mar/2014:16:25:00 -0400] "GET /index.php/api/v2_soap/index/?wsdl=1 HTTP/1.1" 200 326089 127.0.0.1 - - [26/Mar/2014:16:25:00 -0400] "POST /index.php/api/v2_soap/index/ HTTP/1.1" 200 291 Any help is greatly appreciated! Regards, - patrick early