We are using VDDK apis in our backend and require to mock the VDDK APIs for testing. As it is not a SOAP interface, would anyone know the protocol for used to help us mock the apis?
We are using VDDK apis in our backend and require to mock the VDDK APIs for testing. As it is not a SOAP interface, would anyone know the protocol for used to help us mock the apis?
this is not a full answer, because I am working on it right now, but the protocol seems to be FTP based. Here are the first lines (S> means server answer, C> means client request):
The next steps I'll follow is to write a dummy FTP server and see what the C client library sends to the server.
To be continued... Maybe :)