Hi,
I am using Magento 2.1.3 CE Version.
When I make request for WSDL http://domain-name/soap/default/default?wsdl&services=quoteShippingAddressManagementV1
The response is:
Message: The required service is not available: "quoteShippingAddressManagementV1" in /vendor/magento/framework/Webapi/ErrorProcessor.php:195
It seems Magento doesn't have service quoteShippingAddressManagementV1 for shipping address now. Only for billing one still exists - quoteBillingAddressManagementV1.
This function is required to create an order via WEB API.
It will be included in future releases?