This repository was archived by the owner on May 14, 2020. It is now read-only.

Description
Current implementation of FileApiClientAdapter.uploadFile forces us to use File. But in most cases i have XML as string or as stream. No sense to force developer use temporary files.
DoD: New api version allows to upload xml without creating a tmp files. Following types must be supported:
- String
- InputStream
- Bytes array