I am trying to send an Asynchronous request to a Web service. The Web service can only handle Asynchronous requests but the request is arriving as a synchronous request. I am using the Spring WebServiceTemplate in the Web Service client (with basic authentication) to contact the Web Service. Where/how can this be configured?


Reply With Quote
