Yes, web service calls in microflows are always synchronous. The microflow always waits for a response to the web service call, and only continues if the web service call completed successfully.
Not that I'm aware of but there is a simple workaround: simply cut up the microflow and execute the bit that you want execute after repsonse of the webservice after of before commit of the object in which you store the webservice result