Closed PhilMcLachlan closed 6 years ago
Currently not. It uses the native SoapClient class from the AbstractSoapClientBase class instanciated here.
You can use your own SoapClient class using the approach demonstrated at the PackageEws365 project.
But as illustrated in the generated methods, "alias" of the Soap operations, the asynchronous approach is currently not possible I think.
Let me know more about your needs.
If I make an API call to a WSDL generated class, will it be asynchronous? Will it wait until the server responds, before I can make another request?